If I wrote a program in JAVA in Eclipse, and I start a new, I can’t open it for re-writing, and compiling. I can open them with Open file… but only the .src file, and not the full program. How can I do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To edit/compile/execute a Java program in Eclipse, you need to create a project. Then add your .java file(s) to it.