+ 1
Why is it that most Java code cannot run on this platform
Java
9 Respuestas
+ 4
What code? yours or other people's? can you pass the link(s) so anyone reading this can verify?
FYI GUI codes will not run on Code Playground.
+ 3
It works, provided you give all the input at once and separate them by giving each of them on a new line.
+ 2
Its because your device does not have GUI toolkit, same with python tkinter and kivy wont run
+ 2
Maybe due to missing libraries?
+ 1
Do you think there is any solution to that @ Samuel.
+ 1
If you mean the next() methods then you are right. But, that's a common problem with java and not just SL. Sometimes you need to add one extra .next() to buffer between the inputs.
+ 1
You can't run anything with Swing here because there is no graphical support other than for the web languages.
0
Actually when it come to gui programming i just have other apps to run my code like pydroid for python and Cxxdroid for C++
0
I noticed that simple codes that can accept two user inputs and work with the inputs to give out result does not work in this platform with Java.