|
Debugging oc4j in eclipse no source -
01-11-2010, 02:10 AM
Hi All,
I’m having a problem with oc4j and eclipse. When eclipse connects to ocj4 in debug mode using remote java application no sources are displayed in eclipse. I used ‘Edit Source Loopup Path’ to point to the project which contains the sources but it won’t attach to it.
I have done the following:
Oc4j starts successfully in dubug mode using:
C:\taxi\oc4j\j2ee\home>java -Xms512m -Xmx750m -XX:PermSize=128m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y ,suspend=n -j
ar oc4j.jar
Eclipse successfully connects to oc4j using a remote java application debug configuration. In the tabs everything is pretty much standard. I have attached print screens of every tab except for common. No changes have been made to the tab. The project (taxi-prepare) which contains the sources is added in tab source.
Java version:
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)
Oracle version:
10.1.3.4.0
Ecipse version:
Galileo buildid M20090917-0800
Any suggestions would be very much appreciated.
Regards,
Josip
|