+ 2
How to add multiple Java classes in the code playground?!
I got a very good app that I want to share with the community, But it has multiple Java classes. Is there a way to add all those classes to code playground?! Or code playground only supports simple apps?! Thanks in advance. :-)
4 ответов
+ 2
code playground supports only one page (or file)
so maybe you can copy-paste whole of your code in code playground and then excite it
+ 2
Do you mean adding all the classes in the same module?!
+ 2
I mean just paste everything in code playground.
make sure to write imports only once on top
https://code.sololearn.com/cRo49vuV4M50/?ref=app like this
+ 2
thanks that helped