Hi,
 
You applet works splendid! I'm using jdk1.4.1, java3d 1.3, w2k, gf2mx 200, p3 800. I have seen a single error: when clicking on a picture labeled "Matisse painting", the applet thread dies because the picture was not found. You should try to catch the exceptions and recover gracefully. Overall I'm impressed with the applet. Really cool job. Here is the exception.
 
sun.awt.image.ImageFormatException: JPEG datastream contains no image
 at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
 at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:144)
 at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:257)
 at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:168)
 at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
Exception occurred during Behavior execution:
java.lang.IllegalArgumentException: Images can't be null
 at iis.lis.digitalarchive.homographypano.InterImagesGenerator.initParameters(InterImagesGenerator.java:91)
 at iis.lis.digitalarchive.homographypano.InterImagesGenerator.<init>(InterImagesGenerator.java:71)
 ...
 
Florin
 
-----Ursprüngliche Nachricht-----
Von: Greg Huang [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 23. Januar 2003 08:32
An: [EMAIL PROTECTED]
Betreff: [JAVA3D] Panorama and view transition using Java3D available!

Hi forum:
 
The following site is to display a panorama and view transition using Java3D.
There is something problem when it runs in JRE1.3.1 and Java 3D 1.3, and I attacted the exceptions below. Can you browse the site and report your execution configuation or give me any suggestions, thanks in advance.
 
Greg
 
------------------Exception running in JRE1.3.1 and Java 3D------
java.security.AccessControlException: access denied (java.lang.RuntimePermission accessDeclaredMembers)
 at java.security.AccessControlContext.checkPermission(Unknown Source)
 at java.security.AccessController.checkPermission(Unknown Source)
 at java.lang.SecurityManager.checkPermission(Unknown Source)
 at java.lang.SecurityManager.checkMemberAccess(Unknown Source)
 at java.lang.Class.checkMemberAccess(Unknown Source)
 at java.lang.Class.getDeclaredMethod(Unknown Source)
 at javax.media.j3d.NativeWSInfo.getWSDrawingSurface(NativeWSInfo.java:43)
 at javax.media.j3d.DrawingSurfaceObjectDSI.getDrawingSurfaceObjectInfo(DrawingSurfaceObjectDSI.java:79)
 at javax.media.j3d.Canvas3D.paint(Canvas3D.java:1242)
 at iis.lis.j3dutility.common.LISCanvas3D.paint(LISCanvas3D.java:30)
 

Reply via email to