facebook

Debugging apps in OC4J

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #210211 Reply

    anderssv
    Member

    OC4J is up and running and everything is sweet. I’d just like it to print stacktraces when an exception occurs.

    According to http://www.bsd.pe.kr/Docs/usersguide/servprim.htm OC4J does not print stack traces unless you do
    % java -Djava.compiler=NONE -jar oc4j.jar

    I tried adding this as the parameter in the Oracle setup for myEclipse, but it tries to add it as a parameter to oc4j, not the JVM. Anyone know how I can set this up?

    Thanks,
    Anders,

    #210216 Reply

    Scott Anderson
    Participant

    Anders,

    Where did you try to add it? It should be on the JDK preference page under ‘Optional VM Arguments’ and looke like:
    -Djava.compiler=NONE

    #210226 Reply

    anderssv
    Member

    Thanks, added it. No stacktraces though. 🙁 This sucks. Anyone else know how I can get oc4j to print stacktraces?

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Debugging apps in OC4J

You must be logged in to post in the forum log in