posted 21 years ago
Noticed that jEdit seems to have its own classpath. It doesn't seem to follow the classpath registered in the autoexec.bat. To do the desired compiling in jEdit, I have to go to Plug ins-->Console-->javac and write the directory path of the jar file(that was registered in the autoexec.bat and which isn't recog by jEdit) in the 'Extension Directory' of the 'Settings' tab (of 'commando'). Another thing I do to remedy the situation is to compile in a DOS Console after doing the code in jEdit. Anyone know how to make jEdit use autoexec.bat's classpath? (posted this in jEdit's community, still no response). Thanks in advance for any comments.