|
Bugzilla – Bug 570 |
3D Viewer will not run |
Last modified: 2013-04-23 12:10:25 CDT |
| ⚠ |
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. |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
This is my fault, I guess, since the only updated components are the launchers. Could you perform the following steps both in a working instance and a non-working instance: launch the Script Editor (short cut: '['), select Language>Beanshell and then execute print(System.getProperty("java.ext.dirs")); and paste the output here? I will work on this as soon as I come back from vacation tomorrow.On my Mac this is the output of the Java extension directories. Don't have access to other OS machines currently thus I cannot provide the output for different OSs. Hopefully this is sufficient to troubleshoot. GOOD 3D Viewer version - Build #3114 print(System.getProperty("java.ext.dirs")); Started New_.bsh at Sun Feb 24 18:04:14 PST 2013 /Applications/Fiji.app/java/macosx-java3d//Home/lib/ext:/Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Home/lib/ext BAD 3D Viewer Version - Build #3115 print(System.getProperty("java.ext.dirs")); Started New_.bsh at Sun Feb 24 18:10:50 PST 2013 /System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/Home/lib/ext:/Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Home/lib/ext