Just replaced XEmacs 21.4.3 (on Windows 2000 SP3) with 21.4.5. I am using jde 2.2.9 Beta4.
Getting a javac error: Invalid Argument. Problem is, there is no invalid argument.... it looks fine. When I paste the jde generated command into a 4NT command shell, it works fine. Also if when I paste it into an XEmacs generated shell, it works fine. XEmacs 21.4.3 has a few very irritating problems on Windows 2000, so I really want to go to 21.4..5 Does anyone have any ideas.... it does not seem to be a JDE configuration problem. Thanx... Gregory Following are the 2 lines ( the cd and the javac command) generated by JDE: cd c:\AmoebaDev\src\com\genalytics\ui\ c:\jdks\jdk1.3.1_01\bin\javac.exe -classpath c:/AmoebaDev;c:/AmoebaDev/genalytics.jar;c:/jdks/jdk1.3.1_01/jre/lib/rt.jar;c:/jdks/jdk1.3.1_01/lib/tools.jar;c:/AmoebaDev/lib/junit.jar;c:/AmoebaDev/lib/parser.jar;c:/AmoebaDev/lib/interclient.jar;c:/AmoebaDev/lib/connect.jar;c:/AmoebaDev/lib/netutil.jar;c:/AmoebaDev/lib/vbjorb.jar;c:/AmoebaDev/lib/classes12.zip -d c:/AmoebaDev -target 1.3 Ui.java
