In a project I need to collaborate with developers who use Rational Application Developer. I found a puzzling problem on the classpath where MyEclipse and RAD differ:
This the the myEclipse stuff:
classpathentry kind=”con” path=”org.eclipse.jst.j2ee.internal.web.container”/
classpathentry kind=”con” path=”com.instantiations.j2ee.J2EE14_CONTAINER”/
classpathentry kind=”con” path=”org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/WebSphere v6.1 JRE”/
This is the RAD entry:
classpathentry kind=”con” path=”org.eclipse.jst.server.core.container/com.ibm.ws.ast.st.runtime.runtimeTarget.v61/was.base.v61″/
classpathentry kind=”con” path=”org.eclipse.jst.j2ee.internal.web.container”/
classpathentry kind=”con” path=”org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/WebSphere v6.1 JRE”/
Other than ignore the classpath entry (in SVN) is there a way to use the same config?