Coding platform - Eclipse | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Coding platform - Eclipse

Hello, I need to know: is it possible to have several different codes in the same eclipse project(file)? i need the codes to not be related, just having couple of different codes in same project. for example: the project name is "SchoolWork", i want to have many differnt codes in there through out the year. how can i do that (if possible)? if its not possible - im assuming that i just need to open a whole new project for each little school-work code... Thank.

4th Nov 2020, 8:47 PM
Yahel
Yahel - avatar
3 Answers
+ 2
Yes you can. Inside a project you can create as many packages you want and inside each package you can have as many classes you want. So you can save your work in different packages under the same project name.
5th Nov 2020, 4:39 AM
Avinesh
Avinesh - avatar
0
if you can’t do it than why don’t you find another IDE that support this functionality 🙂
5th Nov 2020, 12:38 AM
Ambitionist
Ambitionist - avatar
0
Avinesh Thanks!
5th Nov 2020, 8:30 AM
Yahel
Yahel - avatar