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.
3 ответов
+ 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.
0
if you can’t do it than why don’t you find another IDE that support this functionality 🙂
0
Avinesh Thanks!