Re: [CMake] Compiling java files to classes then creating a jar

2008-07-07 Thread Georgios Petasis
O/H Gerrick Bivins ??: Hello, Another newbie question, I think I know how to create .java files from swig using Cmake and I think I know how to create a jar file from .class BUT I'm not sure how to call the java compiler (javac) on each .java file to create my .class files. For starters, h

[CMake] Compiling java files to classes then creating a jar

2008-07-07 Thread Gerrick Bivins
Hello, Another newbie question, I think I know how to create .java files from swig using Cmake and I think I know how to create a jar file from .class BUT I¹m not sure how to call the java compiler (javac) on each .java file to create my .class files. For starters, how would I loop over the *.java