Re: Application Loader broken by latest Java security update?
Re: Application Loader broken by latest Java security update?
- Subject: Re: Application Loader broken by latest Java security update?
- From: Mike Swingler <email@hidden>
- Date: Thu, 05 Apr 2012 13:15:50 -0700
On Apr 5, 2012, at 12:52 PM, Conrad Shultz wrote:
> On 4/5/12 12:47 PM, Eric Wing wrote:
>> I've been receiving reports that the latest Java security update (on
>> Lion) broke Application Loader (Xcode 4.3.1 and 4.3.2). Seeing "An
>> error occurred uploading to the iTunes Store".
>>
>> http://puu.sh/nUgf
>>
>> Can anybody confirm this?
>>
>> Thanks,
>> Eric
>
> Came across my Twitter feed this morning. See
> https://devforums.apple.com/thread/147231
>
> The takeaway I read (though I haven't done this myself) is that a fix is:
>
> cd /System/Library/Frameworks/JavaVM.framework/Versions
>
> sudo ln -s CurrentJDK
> /System/Library/Frameworks/JavaVM.framework/Versions/1.5
>
> sudo ln -s CurrentJDK
> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
The simple solution is (without the "cd"):
sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5
sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
We are working on a fix, right now.
Regards,
Mike Swingler
Apple Inc.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden