Hi all, thank you for the recent help. It did work. I now have another problem: jde ignores my sourcepath.
although /usr/lib64/jvm/java-1.6.0-openjdk/bin/javac -classpath /home/ernst/Software/tstcls:/home/ernst/Software/cls:/home/ernst/Software/jars/junit-4.1.jar:/home/ernst/Software/jars/fastutil-6.1.0.jar:/home/ernst/Software/jars/profile.jar:/home/ernst/Software/jars/javaoctave-0.6.1.jar:/home/ernst/Software/jars/commons-logging.jar -encoding ISO-8859-1 -d /home/ernst/Software/cls -deprecation -Xlint -sourcepath /home/ernst/Software/src -source 1.6 XMIterator.java does work, within jde i obtain cd /home/ernst/Software/src/eu/simuline/arithmetics/left2right/ /usr/lib64/jvm/java-1.6.0-openjdk/bin/javac -classpath /home/ernst/Software/tstcls:/home/ernst/Software/cls:/home/ernst/Software/jars/junit-4.1.jar:/home/ernst/Software/jars/fastutil-6.1.0.jar:/home/ernst/Software/jars/profile.jar:/home/ernst/Software/jars/javaoctave-0.6.1.jar:/home/ernst/Software/jars/commons-logging.jar -encoding ISO-8859-1 -d /home/ernst/Software/cls -deprecation -Xlint -sourcepath /home/ernst/Software/src -source 1.6 XMIterator.java javac: invalid flag: -sourcepath /home/ernst/Software/src Usage: javac <options> <source files> use -help for a list of possible options Compilation exited abnormally with code 2 at Mon Feb 28 03:15:16 where does the error come from? from jde or from javac?? What is also strange is, that my sourcepath is ignored. To obtain it, i need a workaround: Jde Compile Option Command Line Args: Hide Value INS DEL Argument:: -Xlint INS DEL Argument:: -sourcepath /home/ernst/Software/src INS DEL Argument:: -source 1.6 INS I cannot figure out what happened here. Anyone a suggestion? greetings, Ernst ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
