Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » platform specific data in project settings
platform specific data in project settings [message #329342] Fri, 20 June 2008 01:36
Jon Schewe is currently offline Jon ScheweFriend
Messages: 3
Registered: July 2009
Junior Member
I like to share my project data (.project, .settings) with my other
developers so that we all have the same setup. I've now run into a
problem with this on Mac.

1) On Windows or Linux create a JRE named "foo" that is just a copy of
the default JRE.
2) Create a project that uses that named JRE
Note that in the .classpath you see:
<classpathentry kind="con"
path=" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.inte rnal.debug.ui.launcher.StandardVMType/foo "/>
3) Now try to use the project under Eclipse on the Mac and note that
even when the correctly named JRE is created Eclipse won't connect them.

Now change the classpath on the Mac platform to use the JRE named "foo"
and note that the .classpath file contains
<classpathentry kind="con"
path=" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.inte rnal.launching.macosx.MacOSXType/foo "/>

Note that this data is specific to the Mac. Apparently it's not possible
to create or use a JRE of type "Standard" on the Mac.

Does anyone have any ideas on how to fix this? Or is this a bug in
Eclipse? Or perhaps Eclipse was not meant to be used this way?

Jon
Previous Topic:Keeping "Attached Source" persistent across App Server reboots
Next Topic:PgTLrtXNSLEuweplM
Goto Forum:
  


Current Time: Fri Jul 19 10:30:47 GMT 2024

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

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

Back to the top