On Mon, Jul 21, 2008 at 11:20 AM, Greg Guerin <email@hidden> wrote:
> Pratik Solanki wrote:
>
>> The code does seem to rely on tools.jar though, and on the Mac, we don't
>> have a separate tools.jar. The classes from that jar file are in
>> classes.jar. You could try copying over tools.jar from linux to see if it
>> helps in any way.
>
> Before injecting classes from a Linux tools.jar, try an empty tools.jar.
>
> mkdir nothing
> jar -cf tools.jar nothing
> mkdir -p ~/Library/Java/Extensions
> mv tools.jar ~/Library/Java/Extensions
>
> If that works, then maybe Apple can put this trick into a Q&A.
I just tried this. Doesn't work. And honestly I find the fact that
this is still borked in Java6 pretty disheartening.
--
David Orriss Jr.
My blog: http://www.codethought.com/blog
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden