hallo akw,
nachdem die 0.3.0 unter macosx 10.3 (und damit java 1.4) lief, klappt das mit der neuen version 0.3.2 nicht mehr. hier die fehlermeldungen (ich hoffe die helfen bei der fehlersuche):
vom desktop gestartet:
===============
Date/Time: 2005-05-23 23:37:07 +0200
OS Version: 10.3.9 (Build 7W98)
Report Version: 2
Command: Jar Launcher
Path: /System/Library/CoreServices/Jar Launcher.app/Contents/MacOS/Jar Launcher
Version: 0.6 (0.6)
PID: 2344
Thread: 0
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
0 libSystem.B.dylib 0x900034c4 __vfprintf + 0x194
1 libSystem.B.dylib 0x90007390 sprintf + 0xb0
2 com.apple.JarLauncher 0x00008a30 0x1000 + 0x7a30
3 com.apple.JarLauncher 0x00008b50 0x1000 + 0x7b50
4 com.apple.JarLauncher 0x000082b4 0x1000 + 0x72b4
5 com.apple.JarLauncher 0x00008128 0x1000 + 0x7128
bzw. von der shell gestartet:
==================
> java -jar jfritz-0.3.2.jar
JFritz! v0.3.2 (c) 2005 by Arno Willig <
[email protected]>
Exception in thread "main" java.lang.NoSuchMethodError: java.lang.Boolean.parseBoolean(Ljava/lang/String
Z
at de.moonflower.jfritz.JFritzWindow.createToolbar(JFritzWindow.java:250)
at de.moonflower.jfritz.JFritzWindow.createGUI(JFritzWindow.java:108)
at de.moonflower.jfritz.JFritzWindow.<init>(JFritzWindow.java:80)
at de.moonflower.jfritz.JFritz.<init>(JFritz.java:163)
at de.moonflower.jfritz.JFritz.main(JFritz.java:294)
das zweite ist das interessantere: scheint wieder ein 1.5 konstrukt zu sein?