Hi all I have a small problem, want to set the green threads option for my complier (have to use this due to library problems with RH6.0 and the Blackdown jdk1.2). I keep getting this: javac -classpath "./" -deprecation -green Get.java and what I want is: javac -green -classpath "./" -deprecation Get.java Any ideas on how to get the proper order? John
- Re: command args problem John Reynolds
- Re: command args problem Adam Ambrose
