Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] (UDIG-1998) unable to execute GeoScript on Windows (installation-path with spaces)

Issue Type: Bug Bug
Affects Versions: UDIG 1.4.0
Assignee: Unassigned
Components: tools and editing
Created: 04/Jun/13 3:10 AM
Description:

if uDig has been installed in default path ("C:\Program Files" or "C:\Program Files (x86)") an exception is shown if the user executes any script:

java.lang.NoClassDefFoundError: Files
Caused by: java.lang.ClassNotFoundException: Files
	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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Workaround : Install in a different folder without spaces.

Environment: Windows both 32 and 64 bit
Project: uDIG
Priority: Major Major
Reporter: Frank Gasdorf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Back to the top