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,