The 1.2-pre glibc2.0 version does seem to work.  When I run the
applications startup script a login box comes up and it lets me login. 
The application doesn't work beyond that when I click on any of the
applications buttons it beeps at me and won't do anything.  Could this
be because the app was written to work with 1.1.8 and not 1.2?  As I
said in my last message the startup script points to the classes.zip
file. I changed that to point at rt.jar.  Could this be a problem?

I changed the CLASSPATH

Original startup script
cd /mytrack
JAVA=/jdk12/bin/java
CLASSPATH=/jdk12/lib/classes.zip:./xTrack001.jar:./jctable362.jar
$JAVA -classpath $CLASSPATH xTrack  

Modified startup script
cd /mytrack
JAVA=/jdk12/bin/java
CLASSPATH=/jdk12/jre/lib/rt.jar:./xTrack001.jar:./jctable362.jar
$JAVA -classpath $CLASSPATH xTrack  

Also when executing this script I get the following warning message:

Warning: JIT compiler "sunwjit" not found. Will use interpreter. 


Urban Widmark wrote:
> 
> On Thu, 25 May 2000, Chad Lemmen wrote:
> 
> > JDK versions 1.2 and 1.2.2 don't have classes.zip in the lib dir, but
> > 1.1.8 does.  This might be why even though 1.2 seems to work on my
> > system it won't run this app properly.
> 
> The classes.lib has been replaced by rt.jar (and possibly some other jars
> too), so that's ok.
> 
> > It looks to me like I have glibc 2.0.7 is that right?
> 
> Yes, and you need 2.1.2 for the newer JDKs. For 1.2-pre there is a
> glibc2.0 version, I assume you picked that and not the glibc2.1 version.
> 
> /Urban
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to