Paul Kinnucan <[EMAIL PROTECTED]> wrote:
Please post the contents of the *JDEBug* buffer. Also, please tell us what
version of the JDE, Emacs, and OS you are using. It is critical that you
provide the complete context of a problem when asking others for help,
especially over the Internet. Most of us have little time to spare to
extract the necessary information from you.

- Paul

Sorry, my fault,
JDE version:2.1.6.beta11
Emacs 20.4.1
JDK 1.2.1
WIN NT4


the *JDEbug* buffer is: 
-------------------------
javaw -classpath
c:/programas/emacs/jde/java/lib/jde.jar;c:/programas/emacs/jpda/lib/jpda.jar
jde.debugger.Main


(jde-dbo-init-debug-session)

JDE> -1 1 launch 1 -use_executable javaw  teste 



(jde-dbo-command-error
1 "VM initialization failed for: c:\java\jre\bin\javaw -Xdebug -Xnoagent
-Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,address=minos:2070,suspend=y teste")
--------------------------

Ok, I tried to run the jde-dbo-command in a Command Shell and I get:

--------------
D:\aluis\testes>c:\java\jre\bin\java -Xdebug -Xnoagent -Djava.compiler=NONE
-Xru
njdwp:transport=dt_socket,address=minos:2094,suspend=y -classpath
.;c:/java/jre/
lib/rt.jar teste
HotSpot VM warning: Setting of property "java.compiler" is ignored
ERROR: bad JDWP option
Invalid JDWP options:
transport=dt_socket,address=minos:2094,suspend=y&#9492;&#9792;}
Error occurred during initialization of VM
-Xrun library failed to init: jdwp
-------------------





At 11:43 AM 10/28/99 -0600, you wrote:
>Hi 
>
>I don't now if someone already have this problem, but what is happening:
>
>Java Source
>
>public class teste {
>
>  public teste () throws Exception {
>    throw new Exception("ola");
>  }
>       public static void main(String[] args) {
>    int i = 0;
>    System.out.println("Hello World i:"+i);
>       }
>}
>
>I Start the debuger in JDEbug-Processes-Start debugger;
>Set the breakpoint;
>Then Debug App in JDE option in the menu.
>
>
>Once I go to the Debug App option, I get the following message:
>
>*Messages* output
>Setting JDE variables to startup values...
>Debugger started successfully.
>No method definition: jde-dbs-proc-display-debug-message,
>"#<jde-dbs-launch-process Launch teste>"
>
>Probably some configuration, that i'm missing.
>
>--------------
>Keep the good work
>
>Luis Novais
>
>
>
>____________________________________________________________________
>Get free email and a permanent address at http://www.netaddress.com/?N=1


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Reply via email to