Compiling multiple files in linux
843789Jun 7 2010 — edited Jun 10 2010Hello,
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?