Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Eclipse beginner, work with already defined packages and folders structure

843789Jun 6 2010 — edited Jun 7 2010
Hi! my apologies if this is not the correct subforum, the question is about beginning Eclipse
I've already compiled and run the "hello world" example but I need to run an already developed (not by me) software.

I'm doing something wrong:
first I created a workspace for Eclipse D\alex
then I created a project MyProject there
When I created MyProject the D\alex\MyProject\src was created.
The class that I need to compile is in C\spv7.3\cb\pfv\spv\tests it is the package: package cb.pfv.spv.tests;

I copied the folders cb\pfv\spv\tests to D\alex\MyProject\src, so now I have
D\alex\MyProject\src\cb\pfv\spv\tests

Then I do File-Open File and open the file I need to compile from D\alex\MyProject\src\cb\pfv\spv\tests
then I try to compile it Project-Build Project but nothing happens.

Thanks in advance and sorry if this question is too naive
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2010
Added on Jun 6 2010
3 comments
173 views