Closed GoogleCodeExporter closed 9 years ago
how to fix this issue?
Original comment by ovig...@gmail.com
on 19 Jan 2010 at 6:32
I think we wait patiently for the developer to get a Mac and fix it. Perhaps
sending money will help. :)
Original comment by gbickf...@gmail.com
on 19 Jan 2010 at 6:47
install jre 6. the swing library needs FileNameExtensionFilter.
Original comment by sf.petru
on 19 Jan 2010 at 8:21
You can get JRE 6 from apple at
http://support.apple.com/downloads/Java_for_Mac_OS_X_10_5_Update_1 then
you must test your default JRE or launch from the command line.
Original comment by gbickf...@gmail.com
on 19 Jan 2010 at 10:58
I have done the update, but still not working...
Original comment by ovig...@gmail.com
on 21 Jan 2010 at 5:11
The problem persists after installing java 1.6
I have installed JRE 1.6 and set my JAVA_HOME and ensured that the javaws is in
the 1.6 directory:
gbickford-mac-mini:Desktop gbickford$ which javaws
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/javaws
gbickford-mac-mini:Desktop gbickford$ echo $PATH
/opt/local/bin:/Users/gbickford/Downloads/android-sdk-
mac/tools:/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin:/usr
/bin:/bin:/usr/sbin:/
sbin:/usr/local/bin:/usr/X11/bin
gbickford-mac-mini:Desktop gbickford$ echo $JAVA_HOME
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
gbickford-mac-mini:Desktop gbickford$ javaws androidscreencast.jnlp
Original comment by gbickf...@gmail.com
on 21 Jan 2010 at 9:18
I was able to fix this problem by changing the order in Java Preferences to
that Java
SE 6 is at the top. It launched right away after that.
Original comment by jwhardca...@gmail.com
on 22 Jan 2010 at 5:08
after installing java 1.6, i'm not able to lunch java preferences. i got this
message:
Original comment by ovig...@gmail.com
on 22 Jan 2010 at 6:52
Attachments:
*Launching from the Terminal*
Add these two lines to the very end of your ~/.bash_profile
export
PATH=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin:$PATH
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
Then type:
source ~/.bash_profile
And launch the jnlp from the Terminal
javaws ~/Desktop/androidscreencast.jnlp
Original comment by gbickf...@gmail.com
on 22 Jan 2010 at 7:41
I was following all your steps... still not working. have I done something
wrong ?
Original comment by ovig...@gmail.com
on 23 Jan 2010 at 5:54
Attachments:
in order to create Bash.Profile, i was following thee
steps:http://groups.google.com/group/android-beginners/browse_thread/thread/f070
460fb16ea06c/dd175d8675f33827?lnk=raot
Original comment by ovig...@gmail.com
on 23 Jan 2010 at 5:57
Issue 20 has been merged into this issue.
Original comment by thiel.al...@gmail.com
on 26 Jan 2010 at 4:39
Removed dependencies to thoses Java 1.6 classes
Original comment by thiel.al...@gmail.com
on 26 Jan 2010 at 4:41
huzzah!
Original comment by gbickf...@gmail.com
on 26 Jan 2010 at 5:25
changing the order of the java preferences as mentioned in comment 7 did the
trick
for me. thanks
Original comment by gdefel...@gmail.com
on 9 Mar 2010 at 7:33
thanks. upgrading my OS from Leopard to Snow Leopard, than installing Java 1.6,
solve
my problem.
Original comment by ovig...@gmail.com
on 10 Mar 2010 at 1:48
Original issue reported on code.google.com by
gbickf...@gmail.com
on 14 Jan 2010 at 1:51Attachments: