Reputation: 45
I am new to Java.. Eclipse etc. We have a working Java application, all the .java files and .class files are available in the file system. The .jar file is executed once a hour and it does it job. Now the developer is gone leaving behind this application.
I dont want to touch the existing set-up. So I have downloaded this Eclipse Standard/SDK Kepler Service Release 2 on my laptop and want to try out some modifications.
After googling "how to open existing java appl in Eclipse" gives very useful info, but none is of use to me. I did File > Import > General etc. etc. but Eclipse keeps saying "No projects are found to import".
In the file system where I have my .java files the project it seems is split into multiple folders, i.e if I open the main source folders, there are 10 sub folders and all contains .java files. I also know from the production environment that all those 10 folders .java files are used.
So I have this .java and .class and .jar file. So how can I import it into Eclipse on my laptop.
Upvotes: 0
Views: 2123
Reputation: 6556
Probably you have the source code but it's not an eclipse project. Try to see How to create a project from existing source in Eclipse and then find it?
Upvotes: 3