0
Help solve this errorNote: Calculator.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for detai
4 Respostas
+ 1
You cannot run GUI applications on SoloLearn, only console.
You might be able to run it on your PC with JDK 8 or earlier. But keep in mind that you should not use outdated APIs, if you want to make GUI applications with Java then go for javafx or maybe swing (but fx is better)
0
Those API's are not supported here on sololearn. Just the programs which result in a output on the console alone can be executed.
0
Everything in java.applet has been deprecated since Java 9 without replacement, they should not be used.
0
So how do i execute this now?