Re: [math] Help, how to compile? Thanks a huge

2013-01-07 Thread Mat Jaggard
You need to use -classpath when you run java as well as when you run javac. Also, you need to include [math] on your subject line when posting about that module to this list. On 7 January 2013 08:29, George Xu togeorg...@gmail.com wrote: Hi, Anyone can help? I am new and has difficulty in

[math] Help, how to compile? Thanks a huge

2013-01-07 Thread George Xu
Hi, I compiled with -CLASSPATH and it passed and generated the .class file. (dir *.class shows) But when I ran with java -CLASSPATH commons-math3-3.1.jar(full directory path) Test, it complains Error: Could not find or load main class Test. BTW, is there introductionary PDF doc for questions