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:


[EMAIL PROTECTED] jcvs]$ setenv CLASSPATH `pwd`/classes.zip:`pwd`/install.zip
[EMAIL PROTECTED] jcvs]$ java -nojit install
Unrecognized option: -nojit
Could not create the Java virtual machine.
[EMAIL PROTECTED] 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)
[EMAIL PROTECTED] jcvs]$ jre
jre: Command not found.
[EMAIL PROTECTED] jcvs]$ which java
/usr/java/j2sdk1.4.1_03/bin/java
[EMAIL PROTECTED] 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



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to