Book a Demo

Author Topic: Debugger - Java  (Read 2081 times)

javapark

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Debugger - Java
« on: January 09, 2012, 02:08:54 am »
I'm unable to configure the debugger to run a Java app. The User Guide states that the JRE path must be provided in the "Java Virutal Machines Options" field. I have followed the instructions and set the JRE and class paths. It picks up the class path but it fails to pick up the JRE path. The JRE path is set as follows:

jre=%JAVA%\jre,-Djava.class.path=%CLASSPATH%;.;

JAVA is set as a system env var to point to the java home directory, i.e., C:\Program Files\Java\jdk1.6.0_27.

Anyone able to make this work?