Hello, and thanks in advance for your help.
I'm using Eclipse version 3.1.2, and working in a small team on a
project that uses JDK 1.4.2. This is not my primary JRE, so in my
.classpath file, the following entry is created:
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK
1.4.2 Update 5"/>
I know how to create a classpath variable, but I'm not quite sure how to
create a variable to represent my JDK, so that we can share the
.classpath file in the repository. Does anyone have any ideas on how to
go about this?