Maybe this is a misunderstanding:
I have a class path variable which is already set in “Preferences > Java > Build path > Classpath Variables”. Now I want to use it in a *.userlibraries file to avoid having absolute paths there.
instead of
<archive path=”C:/ent/workspaces/jars/myJarFile.jar”/>
I want to use something like
<archive path=”${MyClasspathVariable}/jars/myJarFile.jar”/>