At 10:33 AM 9/30/99 -0400, [EMAIL PROTECTED] wrote:
>
>The error is:
>
>-----
>No method definition: jde-dbs-proc-display-debug-message,
>"#<jde-dbs-launch-process Launch com.syncra.ct.integration.gui.Application>"
>----
>
>The contents of the *JDEbug* buffer
>
>-------
>javaw -classpath
>d:/emacs/lisp/jde-2.1.6beta10/java/lib/jde.jar;d:/java/jpda/lib/jpda.jar
>jde.debugger.Main
>
>
>(jde-dbo-init-debug-session)
>
>JDE> -1 1 launch 1 -use_executable javaw
>-Djava.security.policy=syncract.policy
>com.syncra.ct.integration.gui.Application -debug -username Ed Collins -pass
>demo -server orca
>
>
>
>(jde-dbo-command-error
>1 "VM initialization failed for: d:\Program Files\JavaSoft\JRE\1.2\bin\javaw
>-Xdebug -Xnoagent -Djava.compiler=NONE
>-Xrunjdwp:transport=dt_shmem,address=javadebug,suspend=y
>-djava.security.policy=syncract.policy
>com.syncra.ct.integration.gui.Application -debug -username Ed Collins -pass
>demo -server orca")
The above is the command line JPDA uses to launch your application. The
launch was unsuccessful. To determine why, execute the exact same line in a
command shell.
- Paul