info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help installing jcvs


From: Robert Trask
Subject: Help installing jcvs
Date: Sun, 21 Sep 2003 11:05:03 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0

I went browsing for a gui front end to cvs and found at least two: tkcvs and jcvs. The tkcvs files downloaded and installed easily and client came up right away. The story is different for jcvs; here's a partial screen dump of my attempts to follow the directions posted on the web page where I got the download files:

address@hidden jcvs]$ setenv CLASSPATH `pwd`/classes.zip:`pwd`/install.zip
address@hidden jcvs]$ java -nojit install
Unrecognized option: -nojit
Could not create the Java virtual machine.
address@hidden jcvs]$ java -version
java version "1.4.1_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03-b02)
Java HotSpot(TM) Client VM (build 1.4.1_03-b02, mixed mode)
address@hidden jcvs]$ jre
jre: Command not found.
address@hidden jcvs]$ which java
/usr/java/j2sdk1.4.1_03/bin/java
address@hidden jcvs]$


There are a few variants, one of them with a Bourne shell script that has binary data embedded inside. This doesn't work either. It starts up, asks me about the path name it found for java, then exits silently.

I do not understand Java and all of its features/variants so perhaps I am doing something very stupid. Still, I wonder what would be objectionable about following the procedure used nearly everywhere else:
./config
make
make test    //optional
make install

Can anyone tell me what I am doing wrong or what I need to do differently?

thx,

/bob





reply via email to

[Prev in Thread] Current Thread [Next in Thread]