|
Hello,
When I customize the jde-run-read-app-args in my
prj.el,
'(jde-run-read-app-args "") the JDE compile command prompts me to enter command-line application arguments. But as you can see in the following, a blank space is placed in front of the first argument, then i have two blank spaces between my program name and the first argument. Did I do anything wrong? P.S.: The program is running fine if i give my arguments in the jde-run-option-application-args. javaw -classpath d:/java/nmc/classes
com.blahblah.nmd.nmc.reportingtool.view.View 28
| |Two blank spaces
java.lang.NumberFormatException:
at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at com.blahblah.nmd.nmc.reportingtool.view.View.main(View.java:67) |
