Allow external jar in .classpath relative to home

81 Views Asked by At

Simply put, in Eclipse, the generated .classpath file has an external jar in the following format:

<classpathentry kind="lib" path="/Users/userName/example.jar"/>

I want to replace /Users/username so that the path is relative to the home of whoever the user is. Like how an ant build file can have ${user.home} or how bash files can have $HOME.

0

There are 0 best solutions below