Feel like a dingbat, but I can't get UltraEdit to invoke 'javac' compiler.
Here's my path: C:\jdk5.1.0_01\bin\javac %F
What I get is just nothing - no reaction whatever. My 'javasource' folder is a subfolder after \bin.
"C:\jdk5.1.0_01\bin\javac javasource\mypgm.java" works fine on the cmd line from within DOS box
***********************************************************
2nd issue: on CMD line, following does not work:
C:\jdk5.1.0_01\bin\java javasource\mypgm
returns "exception in thread "main" java.lang.class.NoClassFoundDefError"
I have to be IN my source folder to execute the 'java mypgm' cmd!
What is going on here?
mainframe programmer
Here's my path: C:\jdk5.1.0_01\bin\javac %F
What I get is just nothing - no reaction whatever. My 'javasource' folder is a subfolder after \bin.
"C:\jdk5.1.0_01\bin\javac javasource\mypgm.java" works fine on the cmd line from within DOS box
***********************************************************
2nd issue: on CMD line, following does not work:
C:\jdk5.1.0_01\bin\java javasource\mypgm
returns "exception in thread "main" java.lang.class.NoClassFoundDefError"
I have to be IN my source folder to execute the 'java mypgm' cmd!
What is going on here?
mainframe programmer