Eclipse 3.1M6 Help->About Eclipse Platform ->Configuration Details:
Before running script:
java.vendor=Apple Computer, Inc.
java.vendor.url=http://apple.com/
java.vendor.url.bug=http://developer.apple.com/java/
java.version=1.4.2_05
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor="Apple Computer, Inc."
java.vm.version=1.4.2-38
After:
java.vendor=Apple Computer, Inc.
java.vendor.url=http://apple.com/
java.vendor.url.bug=http://developer.apple.com/java/
java.version=1.5.0_02
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor="Apple Computer, Inc."
java.vm.version=1.5.0_02-36
Corey
On 4/30/05, Dmitry Markman <email@hidden> wrote:
are you sure that eclipse is running in java 5 jvm?
did you try to run swing application (java2d for example) with java 5
on Panther?
thanks
On Apr 30, 2005, at 2:32 PM, Corey Jewett wrote:
The Tiger J2SE release has been rumored to run on Panther for a
number
of months. Apple released Java 5, and since it'll be a bit before I
get around to installing Tiger, and I've been not so patiently
waiting to run Java 5 for months. I decided to see if the Java 5
release would indeed run on Panther.
Attached is a shell script that will unpack the Tiger J2SE disk
image
onto a Panther system. This is obviously completely unsupported by
Apple and myself. Enjoy.
So far I haven't had any issues running Eclipse 3.1M6.
Get the DMG here:
http://www.apple.com/support/downloads/
java2se50developerdocumentation.html
Corey
<Java5ForPanther.sh>
_______________________________________________
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
Dmitry Markman