Book a Demo

Author Topic: Build, Run and Debug Feature does not REALLY works  (Read 2762 times)

oandrade

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Build, Run and Debug Feature does not REALLY works
« on: November 24, 2005, 09:00:40 am »
Hello there,

i´ve been testing this new feature, and also read a lot of EA users questions about it in this Forum and even the EA FORUM ADMINs know how to solve this problem.
Its hard to find out some document or tutorial providing truster informantions. I think they put it for sale and do not even had tested! Please, if someone know how to debug a JAVA application through EA 6.0 without the cool message "Class not found (see package settings)", just let me know.

[]s


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Build, Run and Debug Feature does not REALLY w
« Reply #1 on: November 24, 2005, 05:32:03 pm »
Hello,

I've been told that the class not found message occurs when the JVM can't locate the class to load in the Java classpath.

The debugger uses the directory from the build script dialog to:
  • Set java.class.path
  • Include at the start of the CLASSPATH environment variable.
The solution to this problem is to always set the build script directory to the directory where the .class or .jar file for the class can be found, or to specify the full path to it in the debug command.

There appears to be a need for further clarification of this in the help file, we'll update it accordingly within the next couple of builds.