Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Mac snow leopard and subclipse
Mac snow leopard and subclipse [message #484294] Sat, 05 September 2009 17:01 Go to next message
Tom Van Vleck is currently offline Tom Van VleckFriend
Messages: 16
Registered: July 2009
Junior Member
I had been using Eclipse 3.4.1 with subclipse 1.4.1 just
fine on a Leopard Mac.

On a Snow Leopard machine I installed Eclipse 3.5 Cocoa
32-bit and my copied workspace looked OK. Then I installed
subclipse.tigris.org/update_1.6.x. Appeared to install OK.

Wasn't sure what to do next. Looked in Perspectives and
found <SVN Library Exploring> but it is all gray. Eclipse
Preferences does not show anything about SVN, just CVS. Can
someone suggest a next step?
Re: Mac snow leopard and subclipse [message #484306 is a reply to message #484294] Sat, 05 September 2009 22:47 Go to previous messageGo to next message
J. Michael Dean, M.D. is currently offline J. Michael Dean, M.D.Friend
Messages: 218
Registered: July 2009
Senior Member
I was not able to get a 32 bit Eclipse to run on Snow Leopard even after
changing Java preferences to put the 32 bit version first in priority.
Eventually loaded the 64 bit Cocoa and subclipse works fine, as do the swt
portions. The error message was something to the effect of unable to load
32 bit swt components in a 64 bit JVM. Not sure if this is the problem you
are having.


On 9/5/09 11:01 AM, in article thvv-42268A.13011805092009@news.eclipse.org,
"Tom Van Vleck" <thvv@multicians.org> wrote:

> I had been using Eclipse 3.4.1 with subclipse 1.4.1 just
> fine on a Leopard Mac.
>
> On a Snow Leopard machine I installed Eclipse 3.5 Cocoa
> 32-bit and my copied workspace looked OK. Then I installed
> subclipse.tigris.org/update_1.6.x. Appeared to install OK.
>
> Wasn't sure what to do next. Looked in Perspectives and
> found <SVN Library Exploring> but it is all gray. Eclipse
> Preferences does not show anything about SVN, just CVS. Can
> someone suggest a next step?
Re: Mac snow leopard and subclipse [message #484331 is a reply to message #484294] Sun, 06 September 2009 19:16 Go to previous messageGo to next message
Tom Van Vleck is currently offline Tom Van VleckFriend
Messages: 16
Registered: July 2009
Junior Member
On a Snow Leopard machine I installed Eclipse 3.5 Cocoa
64-bit "Classic" and my copied 3.4.1 workspace looked OK.
Then I used the "EPP Update Site" at
http://download.eclipse.org/technology/epp/packages/galileo/
to install all the JEE components. That looked OK. Then I
used subclipse.tigris.org/update_1.4.x to install all but
the Mylyn integration. I was back in business.

Many thanks to all the developers who made this work!
Eric Rizzo's instructions at
http://bewarethepenguin.blogspot.com/2009/07/screencast-crea t
ing-eclipse-download.html
were a key ingredient.

(Two things I have not tried: Subclipse 1.6.x and Mylyn
integration with subclipse. Superstition on my part.. my
environment is working without them.)
Re: Mac snow leopard and subclipse [message #484501 is a reply to message #484294] Mon, 07 September 2009 19:00 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
"Tom Van Vleck" <thvv@multicians.org> wrote in message
news:thvv-42268A.13011805092009@news.eclipse.org...
>I had been using Eclipse 3.4.1 with subclipse 1.4.1 just
> fine on a Leopard Mac.
>
> On a Snow Leopard machine I installed Eclipse 3.5 Cocoa
> 32-bit and my copied workspace looked OK. Then I installed
> subclipse.tigris.org/update_1.6.x. Appeared to install OK.
>
> Wasn't sure what to do next. Looked in Perspectives and
> found <SVN Library Exploring> but it is all gray. Eclipse
> Preferences does not show anything about SVN, just CVS. Can
> someone suggest a next step?

I haven't tried Snow Leopard yet, but my understanding is that it removes
Java 1.5 and switches the default JVM to Java 1.6 (64-bit, presumably). So
if I'm correct about that, you'll need to either install a Java 1.5 VM, and
make sure that your eclipse.ini points to it, or else change to a Cocoa
64-bit build.
Re: Mac snow leopard and subclipse [message #484626 is a reply to message #484501] Tue, 08 September 2009 14:28 Go to previous messageGo to next message
Tom Van Vleck is currently offline Tom Van VleckFriend
Messages: 16
Registered: July 2009
Junior Member
"Walter Harley" wrote:

> I haven't tried Snow Leopard yet, but my understanding is that it removes
> Java 1.5 and switches the default JVM to Java 1.6 (64-bit, presumably). So
> if I'm correct about that, you'll need to either install a Java 1.5 VM, and
> make sure that your eclipse.ini points to it, or else change to a Cocoa
> 64-bit build.

Snow Leopard provides 32 and 64 bit Java 1.6. Both 32 and
64-bit Cocoa Eclipse seemed to work. 64-bit Eclipse works
with Subclipse 1.4.x so far. Snow Leopard seems faster
overall.
Re: Mac snow leopard and subclipse [message #484732 is a reply to message #484626] Wed, 09 September 2009 02:24 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
"Tom Van Vleck" <thvv@multicians.org> wrote in message
news:thvv-27009D.10283808092009@news.eclipse.org...
> "Walter Harley" wrote:
>
>> I haven't tried Snow Leopard yet, but my understanding is that it removes
>> Java 1.5 and switches the default JVM to Java 1.6 (64-bit, presumably).
>> So
>> if I'm correct about that, you'll need to either install a Java 1.5 VM,
>> and
>> make sure that your eclipse.ini points to it, or else change to a Cocoa
>> 64-bit build.
>
> Snow Leopard provides 32 and 64 bit Java 1.6. Both 32 and
> 64-bit Cocoa Eclipse seemed to work. 64-bit Eclipse works
> with Subclipse 1.4.x so far. Snow Leopard seems faster
> overall.

Sometimes running Eclipse with the -debug command line option can help
troubleshoot problems with plug-ins not loading.
Re: Mac snow leopard and subclipse [message #485253 is a reply to message #484626] Fri, 11 September 2009 00:00 Go to previous message
J. Michael Dean, M.D. is currently offline J. Michael Dean, M.D.Friend
Messages: 218
Registered: July 2009
Senior Member
While there is a 32 bit Java 1.6 in Snow Leopard, the default JVM for
Eclipse remains the 64 bit JVM even if you use the Java preferences utility
in OSX and put the 32 bit JVM above the 64 bit JVM. I think you can
indicate a 32 bit JVM with a command argument when you invoke Eclipse
(-d32???) but I solved the problem by getting the 64 bit Cocoa eclipse
classic distribution and then adding the needed other functions (RCP, etc.).


On 9/8/09 8:28 AM, in article thvv-27009D.10283808092009@news.eclipse.org,
"Tom Van Vleck" <thvv@multicians.org> wrote:

> "Walter Harley" wrote:
>
>> I haven't tried Snow Leopard yet, but my understanding is that it removes
>> Java 1.5 and switches the default JVM to Java 1.6 (64-bit, presumably). So
>> if I'm correct about that, you'll need to either install a Java 1.5 VM, and
>> make sure that your eclipse.ini points to it, or else change to a Cocoa
>> 64-bit build.
>
> Snow Leopard provides 32 and 64 bit Java 1.6. Both 32 and
> 64-bit Cocoa Eclipse seemed to work. 64-bit Eclipse works
> with Subclipse 1.4.x so far. Snow Leopard seems faster
> overall.
Previous Topic:updating to 3.5; workspace
Next Topic:Automatically install features?
Goto Forum:
  


Current Time: Tue Apr 23 14:08:01 GMT 2024

Powered by FUDForum. Page generated in 0.08650 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top