This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
compile multiple java files
- From: Bucher Fabio <fabio dot bucher at ntb dot ch>
- To: "java at gcc dot gnu dot org" <java at gcc dot gnu dot org>
- Date: Tue, 25 Jun 2013 09:14:17 +0000
- Subject: compile multiple java files
Hi
I have another problem. I have a small project with 4 classes. I will compile this with:
gcj --main=MultiThreadTest -I/home/fabio/eclipse-workspace/workspace-gcj/GCJ_Threading_Test/src/ch/ntb/inf/fabio/gcj/ MultiThreadTest.java ThreadPool.java Calcula.java Logger.java -o tada
It gives me this error:
/tmp/ccUNvvnJ.o: In function `main':
ccbV7AOD.i:(.text+0x24): undefined reference to `MultiThreadTest::class$'
What does this error means?
Thank you
Fabio Bucher