HELP! - notfamous_dotmac
Exact same problem here. Methinks this is a non-Mac app at the moment as the Mac JDK is @ 1.4.2...Tuesday, April 04 2006 @ 10:56 PM PDT
HELP! - mdescher
The problem is that you try running the application with JDK 1.4 as you already figures out. You can download JDK 1.5 from Apple at http://www.apple.com/support/downloads/java2se50release3.html
Unfortunately Apple did not make JDK 1.5 the default in release 3 (they do in the latest developer preview of relase 4 which I hope they release soon). There should be instructions on how to make JDK 1.5 the default JDK but you can also explicitly use JDK 1.5 when starting MyTunesRSS on the command line:
/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java -jar MyTunesRSS.jar
Hope this helps!
Best regards, Michael
Wednesday, April 05 2006 @ 12:06 AM PDT
- HELP! - mdescher | Wednesday, April 05 2006 @ 12:10 AM PDT
- HELP! - Sighmansea | Wednesday, April 05 2006 @ 06:41 AM PDT
- HELP! - bluehz | Friday, May 19 2006 @ 04:04 PM PDT
HELP! - MacMinister
go to creators website to contact them with your questions, comments and concerns for a faster response.Wednesday, April 05 2006 @ 11:14 PM PDT
- HELP! - Sighmansea | Thursday, April 06 2006 @ 01:12 PM PDT
HELP! - Sighmansea
I set the Java prefs in J2SE to open applets with J2SE 5 instead of 1.4.2. Your applet now launches. My PSP browser displays a 404; "The requested resource (/) is not available."Another delve into console produces;
java(651,0xa000ed68) malloc: *** error for object 0x35f840: double free
java(651,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug
java(651,0xa000ed68) malloc: *** error for object 0x3606e0: double free
java(651,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug
java(651,0xa000ed68) malloc: *** error for object 0x33d9b0: double free
java(651,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug
java(651,0xa000ed68) malloc: *** error for object 0x360ab0: double free
java(651,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug
2006-04-04 23:41:14.810 java[651] CFLog (21): Error loading /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5: error code 4, error number 0 (Library not loaded: /Library/Application Support/DivXNetworks/liblame3.92.dylib
Referenced from: /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
Reason: image not found)
2006-04-04 23:41:14.814 java[651] CFLog (21): Error loading /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5: error code 4, error number 0 (Library not loaded: /Library/Application Support/DivXNetworks/liblame3.92.dylib
Referenced from: /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
Reason: image not found)
2006-04-04 23:41:14.824 java[651] CFLog (21): Error loading /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5: error code 4, error number 0 (Library not loaded: /Library/Application Support/DivXNetworks/liblame3.92.dylib
Referenced from: /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
Reason: image not found)
2006-04-04 23:41:14.834 java[651] CFLog (21): Error loading /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5: error code 4, error number 0 (Library not loaded: /Library/Application Support/DivXNetworks/liblame3.92.dylib
Referenced from: /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
Reason: image not found)
Something going on with DivX there.
Reply to This
Tuesday, April 04 2006 @ 03:46 PM PDT