where does the java file, for example: Employee1.java goes after it is saved in eclipse?
4 Answers
I guess you have made your java code by selecting new in your java resource:src under your project.... if so then it will go in the projectname/src folder in your workspace............. once you write it eclipse automatically compiles it and stores it in the bin folder of ur workspace from where it uses it.
Comments
- Go to your work space( you are given while eclipse startup)
- After open the work space select your project.
- Inside of the project, open src folder.
- Your Employee1.java file stored in inside this src folder.
simple way,
work space --> select your project --> open **src** folder --> open Employee1.java file. Or
right click the project --> go to properties --> see the path on resource.