How Do I Make A Package In The Code Playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How Do I Make A Package In The Code Playground?

Hey guys, I've been wondering, how do I create a Java package in the code playground. I'd like to get code from different classes, but I don't know how to do that, unless they're in the same directory, hence, I need a package.

24th Dec 2016, 4:28 PM
Lucas EASTMAN
Lucas EASTMAN - avatar
3 Answers
+ 2
code playground doesn't build code it otherwise sends it to cloud compile and execute the give you output, if there are input it gets it from you first then sends it along so the best thing is to get your .java files use AIDE or any other ide (I know there are no other ide for android) to build it or use them on your PC
24th Dec 2016, 4:53 PM
Youssef Mohammed Hassan
Youssef Mohammed Hassan - avatar
+ 1
Thank you Youssef! :D I actually recreated the code in a way in Eclipse. :D
24th Dec 2016, 5:02 PM
Lucas EASTMAN
Lucas EASTMAN - avatar
0
great you can also can use code anywhere app to edit the code on phone and sync with pc
24th Dec 2016, 5:06 PM
Youssef Mohammed Hassan
Youssef Mohammed Hassan - avatar