Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

minijon

macrumors member
Original poster
Feb 20, 2008
87
0
St. Louis, MO
I'm working on a Java app for my Comp Sci class, and it's been compiling fine and running fine. I'm working on the GUI half of it, and today, it has suddenly been unable to locate the java source files.

This is the output I'm getting from the Debugger Console:

[Session started at 2009-02-21 13:49:33 -0600.]
Picked up _JAVA_OPTIONS: -Xdebug -Xnoagent -Xrunjdwp:transport=dt_local,server=y,address=8000
Listening for transport dt_local at address: 8000
Xcode could not locate source file: java/awt/Container.java (line: 1078)
Xcode could not locate source file: java/awt/Container.java (line: 1078)

The Debugger has exited due to signal 9 (SIGKILL).The Debugger has exited due to signal 9 (SIGKILL).
JavaBug>

Any suggestions?
 

SydneyDev

macrumors 6502
Sep 15, 2008
346
0
It may be because you are doing a debug run instead of an ordinary run. Try changing to the release configuration instead of debug (it is the combo box leftmost in the toolbar).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.