JDK 1.1.6 JIT update and later versions cause Labels to disappear in StudioJ

Article ID: 1068
Last updated: 02 Feb, 2008
Article ID: 1068
Last updated: 02 Feb, 2008
Revision: 1
Views: 3072
Posted: 29 Sep, 1998
by Dean J.
Updated: 02 Feb, 2008
by Dean J.
Problem


Starting with the JIT update for the JDK 1.1.6 and continuing through all new versions of the JDK, including JDK 1.1.7 and JDK 1.2, some of the labels in GridJ and in other places in StudioJ are no longer visible.


Cause


The new update replaces symcjit.dll in your JDK1.1.6/bin directory. There seems to be an integratation problem with the new version of the JIT.


Action


This has been fixed in the latest version of StudioJ. Contact technical support for the patch or your sales person for the upgrade.

If you are unable to upgrade, you can also run your program using the -nojit switch, i.e. java -nojit TestProgram.

You can check your Java JIT version by typing the following in a DOS prompt.

   E:jdk116in>set JAVA_COMPCMD=FORCE_SIGNON

E:jdk116in>javac
Symantec Java! JustInTime Compiler Version 3.00.039(x) for JDK 1.1.6
Copyright (C) 1996-98 Symantec Corporation

The new JIT update will read out as follows:

   C:>javac
Symantec Java! JustInTime Compiler Version 3.00.053(x) for JDK 1.1.x
Copyright (C) 1996-98 Symantec Corporation

The 3.00.039 version is the last version known to integrate correctly with StudioJ.

This article was:   Helpful | Not helpful
Report an issue
Article ID: 1068
Last updated: 02 Feb, 2008
Revision: 1
Views: 3072
Posted: 29 Sep, 1998 by Dean J.
Updated: 02 Feb, 2008 by Dean J.

Others in this category