FileNotFoundException when running FreeMind for the first time
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
freemind (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: freemind
Running FreeMind for the first time fails with a FileNotFoundExc
ak@myo5a:~$ java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
ak@myo5a:~$ freemind
Checking Java Version...
java.io.
at java.io.
at java.io.
at freemind.
at freemind.
Panic! Error while loading default properties.
java.lang.
at sun.reflect.
at sun.reflect.
at sun.reflect.
at java.lang.
at freemind.
Caused by: java.awt.
at java.awt.
at java.awt.
at java.awt.
at javax.swing.
at freemind.
at freemind.
... 5 more
Exception in thread "main" java.awt.
at java.awt.
at java.awt.
at java.awt.
at java.awt.
at javax.swing.
at javax.swing.
at javax.swing.
at javax.swing.
at javax.swing.
at javax.swing.
at freemind.
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: freemind 0.9.0~rc7+dfsg-1
ProcVersionSign
Uname: Linux 2.6.35-25-generic x86_64
Architecture: amd64
Date: Wed Feb 23 15:09:21 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
PackageArchitec
ProcEnviron:
PATH=(custom, user)
LANG=en_US.utf8
SHELL=/bin/bash
SourcePackage: freemind
Changed in freemind (Ubuntu): | |
status: | New → Confirmed |
That freemind can't find the default properties is not the cause for it not to start. HeadlessExcepti on is what's wrong here. This is because openjdk- 6-jre-headless is used as the java alternative. I switched to sun-java6 and now freemind starts without problem.
The java.awt.
From the user experience side this is still a bug in my opinion.