Starting Thinking Rock application.
Mac OS X
apple.awt.EventQueueExceptionHandler Caught Throwable : java.lang.NoSuchMethodError: java.net.URL.toURI()Ljava/net/URI;
java.lang.NoSuchMethodError: java.net.URL.toURI()Ljava/net/URI;
at tr.AppProperties.getFile(Unknown Source)
at tr.AppProperties.load(Unknown Source)
at tr.AppProperties.instance(Unknown Source)
at tr.AppManager.checkLicense(Unknown Source)
at tr.AppManager.start(Unknown Source)
at tr.AppManagerMacOS.start(Unknown Source)
at tr.AppManagerMacOS$2.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Thinking Rock
collect & process thoughts following GTD methodology
Version: 2.0.1
crashes on startus
Feedback Type: Commentary
Contributed by: Matt_Neuburg_865 Monday, August 14 2006 @ 09:51 AM PDT
Product Platform: MacOSX
Used Product For: Less than a month
Recommend Product: NO
Comments
Java 1.5 Required - jeremyimoore
as stated in the release notesMonday, August 14 2006 @ 08:50 PM PDT
Startup Problems - DrLeonP
There does seem to be an issue with pathnames. I found that TR would not run if I had it nested within more than two folders. Try installing it in your Applications folder--although one or two levels deeper should work, and try again.Thursday, August 24 2006 @ 12:49 PM PDT
crashes on startus - eagle4
I must say, I'm having the same problem.Mac OS X 10.4.9, TR 1.2.3, Java 1.5 is also installed. Seems to ignore it. I even specified Java 1.5 as default in the Java preferences application in /Applications/Utilities/Java/J2SE 5.0. TR simple refuses to run.
Here's my output:
Exception in thread "main" java.lang.UnsupportedClassVersionError: tr/AppManagerMacOS (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
Thursday, March 22 2007 @ 02:10 AM PDT
crashes on startus - jeremyimoore
The TR application requires Java 1.5The toURL() method call is a new feature in Java 1.5 (although it seems to have been implemented in the Sun release of 1.4.2).
Reply to This
Monday, August 14 2006 @ 08:18 PM PDT