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 994 - script editor does not start
script editor does not start
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Other
unspecified
Macintosh Mac OS
: P1 major
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2015-01-27 10:55 CST by Ferdinando Pucci
Modified: 2015-01-27 12:17 CST
1 user (show)

See Also:

Description Ferdinando Pucci 2015-01-27 10:55:08 CST
ImageJ 1.49o; Java 1.6.0_65 [64-bit]; Mac OS X 10.10.1; 31MB of 4811MB (<1%)
 
java.lang.NoClassDefFoundError: org/fife/ui/rsyntaxtextarea/RSyntaxTextArea
	at fiji.scripting.Script_Editor.run(Script_Editor.java:43)
	at ij.IJ.runUserPlugIn(IJ.java:199)
	at ij.IJ.runPlugIn(IJ.java:163)
	at ij.Executer.runCommand(Executer.java:131)
	at ij.Executer.run(Executer.java:64)
	at java.lang.Thread.run(Thread.java:695)
Caused by: java.lang.ClassNotFoundException: org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
	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:306)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
	... 6 more
Comment 1 Curtis Rueden 2015-01-27 11:57:56 CST
Is your ImageJ fully up to date?
http://imagej.net/FAQ#How_can_I_verify_that_my_ImageJ_is_really_100.25_up_to_date.3F

(FYI, if you use the Help > Report a Bug command, this bug report would contain information indicating that.)

In particular, can you please verify that you have the rsyntaxtextarea present in your Fiji installation?
* Run Help > Update
* Click "Advanced mode"
* type rsyntax into the box
* change the View options to "View all files" if needed

There should be an entry "jars/rsyntaxtextarea.jar" in the list, with status "Up-to-date".
Comment 2 Ferdinando Pucci 2015-01-27 12:17:16 CST
All set, thanks, I was hitting the wrong update menu entry (Update ImageJ and not Update Fiji).  Sorry about that

Thanks you!
F