Franck, > I'm trying to run my application (CazaPool3d) with java web start. > > When I start the game, I have the following exception in the log. > Does anyone has an idea about this message ?
I've not seen this error before, but it looks like your application is trying to access a DLL outside of the JWS cache. Your resource tags are a bit mysterious too :) : > <resources> > <j2se version="1.4+"/> > <jar href="pool.jar"/> > <jar href="pool-resources.jar"/> > <jar href="StarfireExt.jar"/> > > <!-- JNLP File for CazaPool3D > <jar href="java3d/j3daudio.jar"/> > <jar href="java3d/j3dcore.jar"/> > <jar href="java3d/j3dutils.jar"/> > <jar href="java3d/vecmath.jar"/> > --> > </resources> It looks like you've commented out all the JARs, and there's no JARed DLLs in there at all (?). The appendix that I've just put online talks about JWS development split into six steps, which I've found useful for catching bugs. The direct link is: http://fivedots.coe.psu.ac.th/~ad/jg/app2/ - Andrew ----------------------------------------------------------------------------- Dr. Andrew Davison E-mail: [EMAIL PROTECTED] Dept. of Computer Engineering Fax: +66 74 212895 (then 201 after office hrs) Prince of Songkla University Tel: +66 74 287 379 Hat Yai, Songkhla 90112, Thailand http://fivedots.coe.psu.ac.th/~ad =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".