Problems intalling JavaCheck3.0

Hello!I have just downloaded JavaCheck, but I can't find anywhere the installation instructions. I just read in the README file that I must install from the zip file using JRE (version 1.1.x).I would appreciate any help.TIA,Victor Batista
[281 byte] By [vbatista] at [2007-9-26 14:32:25]
# 1

You should follow EXACTLY the procedure descibed on the website below the ftp and http downloading buttons.

this is probably th readme you mention.

It is important that you NOT UNZIP the archives, but instread copy them in a directory JavaCheck (eg c:\jdk\JavaCheck) and run both commands like

java -cp javacheckinstall.zip JavaCheckInstaller

jre -cp javacheckspecinstall.zip JavaCheckSpecInstaller

(notice that "jre" is changed into "java")

This will install some docs, the PersonalJava 1.1 spec file and the JavaCheck.jar program archive.

You can invoke the graphical version by

java -cp c:\jdk\JavaCheck\bin\JavaCheck.jar JavaCheckV

as described in the docs

DriesI at 2007-7-2 16:22:31 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
The second command should, of course, also use "java" instead of "jre" (blame the copy-paste devil ;-), so:java -cp javacheckinstall.zip JavaCheckInstallerjava -cp javacheckspecinstall.zip JavaCheckSpecInstaller
DriesI at 2007-7-2 16:22:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
http://java.sun.com/products/personaljava/install_instructions.html
platrates at 2007-7-2 16:22:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...