NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 1178 - 3D viewer not working with Java8
3D viewer not working with Java8
Status: RESOLVED DUPLICATE of bug 1095
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
PC Windows
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2015-10-17 15:06 CDT by Federico Luzzati
Modified: 2015-10-21 11:30 CDT
2 users (show)

See Also:

Description Federico Luzzati 2015-10-17 15:06:11 CDT
I installed Java8 and downloaded a new fiji (no JRE)
after installing Java 3D (automatically from 3D viewer) the 3D viewer window is enterely grey. 
Using a Fiji with its own java6, in the same computer, the 3D viewer works fine.
I've seen similar bugs report, but in this case the exception message seem different..

hope it may help, here's the message I've got:

Exception occurred in RenderingErrorListener:
java.lang.RuntimeException
	at ij3d.ImageWindow3D$ErrorListener.errorOccurred(ImageWindow3D.java:330)
	at javax.media.j3d.VirtualUniverse.notifyRenderingErrorListeners(VirtualUniverse.java:1329)
	at javax.media.j3d.NotificationThread.processNotifications(NotificationThread.java:90)
	at javax.media.j3d.NotificationThread.run(NotificationThread.java:107)

Information about your version of Java:

  os.arch => amd64
  os.name => Windows 10
  os.version => 10.0
  java.version => 1.8.0_60
  java.vendor => Oracle Corporation
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.8.0_60-b27
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 25.60-b23
  java.vm.vendor => Oracle Corporation
  java.vm.info => mixed mode
  java.awt.graphicsenv => sun.awt.Win32GraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.8
  sun.cpu.endian => little
  sun.desktop => windows
  file.separator => \

The up-to-date check says: REMIND_LATER

Information relevant to JAVA_HOME related problems:

  JAVA_HOME is set to: null
  imagej.dir => C:\Users\Fede\DOCUME~1\FIJIVA~1\Fiji.app

Information about the version of each plugin:

Activated update sites:
ImageJ: http://update.imagej.net/ (last check:20151017033411)
Fiji: http://update.fiji.sc/ (last check:20151017042838)
3D ImageJ Suite: http://sites.imagej.net/Tboudier/ (last check:20151008085610)
BioVoxxel: http://sites.imagej.net/BioVoxxel/ (last check:20151016184842)

Files not up-to-date:
  ceb27716 (LOCAL_ONLY) 20151016111525 plugins/BoneJ_.jar
Comment 1 Curtis Rueden 2015-10-21 11:30:54 CDT
This is a known issue, which we are actively working to resolve.

You can follow the progress here:
https://github.com/imagej/imagej/issues/120

*** This bug has been marked as a duplicate of bug 1095 ***