G
Gunter Hansen
I have developed some simple java classes (files) with some GUI elements. Nothing special.
Up to this point I developed these classes by using the command line JDK v1.4.2
Now I want to use Eclipse as development IDE for the further development.
I installed successfully Eclipse and started it but then the questions start:
I clicked menu File->New->Project and the wizard let me choose
e.g. between "Java project", "Java"->"Java Project" and "Simple".
Hey, what's the difference?
Ok, I selected "Java Project" and clicked next, next, Finish.
Now I wanted to add the previously created java sources outside of Eclipse.
How do I do this?
If I right click in the PackageExplorer on myProject and select "import" I cannot see
a "java source" entry. Alternatively I did not found a menu entry "add external java sources"
or similar.
If I move my old *.java files to the workspace folders they are not automatically included
So again: How do I add external source files otherwise?
Gunter
Up to this point I developed these classes by using the command line JDK v1.4.2
Now I want to use Eclipse as development IDE for the further development.
I installed successfully Eclipse and started it but then the questions start:
I clicked menu File->New->Project and the wizard let me choose
e.g. between "Java project", "Java"->"Java Project" and "Simple".
Hey, what's the difference?
Ok, I selected "Java Project" and clicked next, next, Finish.
Now I wanted to add the previously created java sources outside of Eclipse.
How do I do this?
If I right click in the PackageExplorer on myProject and select "import" I cannot see
a "java source" entry. Alternatively I did not found a menu entry "add external java sources"
or similar.
If I move my old *.java files to the workspace folders they are not automatically included
So again: How do I add external source files otherwise?
Gunter