I'm trying to install VASL:
http://www.vasl.org/
But my java webstart is having some problems:
$ javaws -verbose vasl5.jnlp
Java(TM) Web Start 1.6.0_03-p4 Launching: /usr/local/jdk-1.6.0/jre/bin/java
/usr/local/jdk-1.6.0/jre/bin/java
-Xbootclasspath/a:/usr/local/jdk-1.6.0/jre/lib/javaws.jar:/usr/local/jdk-1.6.0/jre/lib/deploy.jar
-classpath
/usr/local/jdk-1.6.0/jre/lib/deploy.jar
-Djava.security.policy=file:/usr/local/jdk-1.6.0/jre/lib/security/javaws.policy
-DtrustProxy=true
-Xverify:remote
-Djnlpx.home=/usr/local/jdk-1.6.0/jre/bin
-Djnlpx.remove=true
-Xmx1024m
-Djnlpx.heapsize=NULL,1024m
-Djnlpx.splashport=32850
-Djnlpx.jvm=/usr/local/jdk-1.6.0/jre/bin/java
com.sun.javaws.Main
/tmp/javaws.sqpbjGfq
$ Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
Java Web Start splash screen process exiting ...
Bad installation: JAVAWS_HOME not set
$ ulimit -a
time(cpu-seconds) unlimited
file(blocks) unlimited
coredump(blocks) unlimited
data(kbytes) 524288
stack(kbytes) 32768
lockedmem(kbytes) 1012008
memory(kbytes) 3028436
nofiles(descriptors) 256
processes 256
Any tips on what I can do to get this work?
Thanks,
Brian