This topic been discussed before but I wonder what's the best way of resolving this.
Right now my webstart Java3D application only works in Mac OS X if I remove j3dcore.jar and j3dutils.jar from system/library/java/extension
Is there any way to avoid asking my customers to delete those files?
Would it work if I just renamed my own j3dcore.jar and j3dutils.jar to another name to avoid confusion?
Is it possible to remove the extension folder from classpath via jnlp description parameters?
Any other good ideas out there in this regard?