Hi all,
I get stacktraces without line numbers (just "compiled code") for
Blackdown JDK 1.2, in spite of the fact that the source code is present.
Any suggestions how to get the line numbers back?
--Lars
-
An example of a stacktrace:
java.lang.NullPointerException
Hi,
you have to turn of the JIT, e.g setenv JAVA_COMPILER=NONE or pass is with
the commandline java -Djava.compiler=none. Then the line should show up
again.
Greets,
Ingo
On Fri, 4 May 2001, Lars Degerstedt wrote:
> Hi all,
>
> I get stacktraces without line numbers (just "compiled c
Hi,
Well this may look rather primitve kind of question but I went through the JDK
documentation and cannot find the answer. I need to use a graphical component to
give users a choice of discrete valuse and the user should also be able to put
in his custom value. A typical example is value of zoom
Yes you can script in both direction in both bouwsers IE 3.x/4.x/5.x and
Netscape 3.02 and above.
1.) First you have to access the netscape liveconnect packages
either by downloading with the applets or placed locally in the classpath
of the target machine.
2.) Second you must use the MAYSCRIPT
Hi Lars,
You need to run without the JIT compilation, i.e. java -Djava.compiler=NONE
Regards,
Jim
--
Lars Degerstedt wrote:
>
> Hi all,
>
> I get stacktraces without line numbers (just "compiled code") for
> Blackdown JDK 1.2, in spite of the fact that the source code is present.
>
> Any sug
Perhaps you are not using the -classic switch, and you are using some kind
of jit or hotspot compiler switch.
> -Mensaje original-
> De: Lars Degerstedt [SMTP:[EMAIL PROTECTED]]
> Enviado el: viernes 4 de mayo de 2001 9:29
> Para: java-linux
> Asunto: Stacktraces without line n
On Fri, May 04, 2001 at 02:29:01PM +0200, Lars Degerstedt wrote:
> Hi all,
>
> I get stacktraces without line numbers (just "compiled code") for
> Blackdown JDK 1.2, in spite of the fact that the source code is present.
>
> Any suggestions how to get the line numbers back?
Run with JIT compila
Lars Degerstedt wrote:
>
> Hi all,
>
> I get stacktraces without line numbers (just "compiled code") for
> Blackdown JDK 1.2, in spite of the fact that the source code is present.
>
> Any suggestions how to get the line numbers back?
Set environment variable JAVA_COMPILER=""
to disable JIT.
i