thatch
02-27-2002, 03:42 AM
The documentation (.pdf) that comes with this update instructs:
You can determine a specific system’s designation by running the
hwaccel_tool, viewing the list in /Library/Java/Home/lib glconfigurations.properties or seeing what is specified inTable 2-1.
That's easy enough. I add the string for my video card and follow the instructions to turn on hardware acceleration via terminal:
java -Dcom.apple.hwaccellist=NVidia11_33554432 -jar App.jar
But it comes back with:
Exception in thread "main" java.util.zip.ZipException: No such file or directory
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:110)
at java.util.jar.JarFile.<init>(JarFile.java:115)
at java.util.jar.JarFile.<init>(JarFile.java:57)
Has anyone else seen this? Does this mean that hardware acceleration is not turned on or is it already on and doesn't need to be turned on? Or is there something else amiss? TIA
You can determine a specific system’s designation by running the
hwaccel_tool, viewing the list in /Library/Java/Home/lib glconfigurations.properties or seeing what is specified inTable 2-1.
That's easy enough. I add the string for my video card and follow the instructions to turn on hardware acceleration via terminal:
java -Dcom.apple.hwaccellist=NVidia11_33554432 -jar App.jar
But it comes back with:
Exception in thread "main" java.util.zip.ZipException: No such file or directory
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:110)
at java.util.jar.JarFile.<init>(JarFile.java:115)
at java.util.jar.JarFile.<init>(JarFile.java:57)
Has anyone else seen this? Does this mean that hardware acceleration is not turned on or is it already on and doesn't need to be turned on? Or is there something else amiss? TIA