Hello! I have written a class that manage to create a 3D image from a BranchGroup saved to disk. This works fine if I run it like a standalone Java Application. It also works fine if i call this class from a JSP-page running from a Orion server.
But when I try to execute the same JSP-page from a Weblogic 8.1.3 server I get: AWT not found To me it then looks like the AWT package is not included in the JVM for Weblogic. (It looks like WebLogic uses JRockit as JVM.) But if I then try to just instansiate a java.awt.Button button = new java.awt.Button("Push"); on this JSP on Weblogic I get no compiler or runtime errors. (Then I guess AWT must be available) In the files j3dcore-d3d.dll and j3dcore-ogl.dll there is a output "AWT not found". I guess this is where it gets out printed. 1) I do not understand how it could work on one server and not on an other server. So if any one could explain it it would be great. 2) Is it possible to solve? If yes, how do I solve it? Best Regards Fredrik =========================================================================== 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".