I can't run a Main,but debug in idea4
Sometimes,When I run an application ,IDEA4 will wait forever... But I can debug the same application.
run command like this ->
"C:/jdk\bin\java -Dfile.encoding=GBK -classpath XXX
-Didea.launcher.port=7543 -Didea.launcher.library=D:\_InstalledSoft\IDEA4\bin\breakgen.dll com.intellij.rt.execution.application.AppMain test.Test"
and i delete "com.intellij.rt.execution.application.AppMain" ,then copy to "CMD" ,the app run!!!!
Why?
What can I do ???
Sincely jeickey
请先登录再写评论。
Please start IDEA with -Didea.no.launcher=true not to run against our
launcher.
Friendly,
Eugene.
"jeickey" <no_mail@jetbrains.com> wrote in message
news:6794156.1077762382536.JavaMail.itn@is.intellij.net...
debug the same application.
bin\breakgen.dll com.intellij.rt.execution.application.AppMain test.Test"
>
copy to "CMD" ,the app run!!!!
>