JNLP launcher alternative to access the APC KVM in SH server housing.
Tested on Windows 7 32bit, Java 6 have to be supplied separately (SE 1.6.0_45 works for me). Improvements welcomed:)
- unpack to your favorite location
- unpack Java 6 to the java6 folder
- login to KVM web as usual, download the JNLP file and open it with kvm.cmd
- enjoy :)
Java installer is done in 3 levels of packing.
- Get installer (e.g.
jre-6uXX-windows-i586.exe
) and unpack it - There is
core.zip
, unpack it intojava6
folder - Main JAR files are packed in the Pack200 format (see stackoverflow), so run:
for /r %f in (*.pack) do "%JAVA_HOME%\bin\unpack200.exe" -r -q "%f" "%~pf%~nf.jar"
Without the last step, you will probably end up with this error message:
Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object