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!

Compiling multiple files in linux

843789Jun 7 2010 — edited Jun 10 2010
Hello,

I am trying to compile and create a Makefile. But first, I am trying to compile my java program. I originally created my program on a Windows Netbeans environment. Now I am trying to use Linux to make it work. I downloaded the Java SDK and am able to use say on the terminal
Javac Main.java and it will compile just main. But it compiles with many errors because I have different classes that I have created. I am also using the open source CSV reader. Can I get some assistance with this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2010
Added on Jun 7 2010
15 comments
1,614 views