|
Bugzilla – Bug 414 |
FIJI does not work |
Last modified: 2012-03-19 18:45:40 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. |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
I´ve done the command line debuggin and here is the error: Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. C:\Documents and Settings\sidnei>cd.. C:\Documents and Settings>cd,, C:\Documents and Settings C:\Documents and Settings>cd.. C:\>cd Program Files C:\Program Files>cd FIJI The system cannot find the path specified. C:\Program Files>ls 'ls' is not recognized as an internal or external command, operable program or batch file. C:\Program Files>dir Volume in drive C has no label. Volume Serial Number is 846F-1203 Directory of C:\Program Files 29/02/2012 10:56 <DIR> . 29/02/2012 10:56 <DIR> .. 25/03/2010 11:10 <DIR> Alwil Software 29/02/2012 10:56 <DIR> Common Files 09/06/2009 14:41 <DIR> ComPlus Applications 14/10/2009 16:08 <DIR> EPSON 15/03/2012 14:49 <DIR> Fiji.app 24/10/2011 19:57 <DIR> Gatan 16/02/2012 02:01 <DIR> Internet Explorer 09/02/2010 15:33 <DIR> Java 27/10/2009 16:12 <DIR> Logitech 29/02/2012 10:57 <DIR> Materialise 09/06/2009 17:47 <DIR> Messenger 09/06/2009 16:50 <DIR> Microsoft IntelliPoint 09/06/2009 16:49 <DIR> Microsoft IntelliType Pro 10/06/2009 11:05 <DIR> Microsoft Office 14/10/2009 17:30 <DIR> Microsoft Sync Framework 09/06/2009 16:18 <DIR> MSBuild 09/06/2009 17:48 <DIR> MSXML 6.0 09/06/2009 14:40 <DIR> Online Services 16/12/2010 02:04 <DIR> Outlook Express 16/02/2011 15:04 <DIR> RealVNC 09/06/2009 16:14 <DIR> Reference Assemblies 14/10/2009 17:30 <DIR> SyncToy 2.0 10/06/2009 12:44 <DIR> totalcmd 27/10/2011 16:10 <DIR> Volume Graphics 10/06/2009 13:25 <DIR> Windows Desktop Search 09/06/2009 14:40 <DIR> Windows NT 18/05/2010 18:03 <DIR> WinRAR 0 File(s) 0 bytes 29 Dir(s) 14.922.813.440 bytes free C:\Program Files>cd FIji.app C:\Program Files\Fiji.app>fiji-win64 --console C:\Program Files\Fiji.app>Exception in thread "main" java.lang.NoClassDefFoundEr ror: imagej/ClassLauncher Caused by: java.lang.ClassNotFoundException: imagej.ClassLauncher at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) Could not find imagej/ClassLauncher What should I do? Reinstalling FIJI from a fresh download will correct it?Here it is, but I had done this before ... C:\Program Files\Fiji.app>fiji-win64 --console C:\Program Files\Fiji.app>java.lang.ClassNotFoundException: fiji.IJ1Patcher at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at imagej.ClassLauncher.patchIJ1(ClassLauncher.java:99) at imagej.ClassLauncher.run(ClassLauncher.java:71) at imagej.ClassLauncher.main(ClassLauncher.java:22) Class 'fiji.Main' was not found