facebook

Classpath variables in *.userlibraries file?

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #282460 Reply

    RSO_ROMAN
    Member

    Hi,

    is there a possibility to use MyEclipse Classpath variables in a *.userlibraries file?

    roman

    #282468 Reply

    Loyal Water
    Member

    You mean you want to set the class path variables in a *.userlibraries file for your project ? I’m sorry thats not possible.

    #282470 Reply

    RSO_ROMAN
    Member

    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”/>

    #282508 Reply

    Loyal Water
    Member

    I’m not sure what you mean by the *.userlibraries file, but yes you can refer to the MyEclipse libraries, look at the .classpath file, it uses classpath entries that refer to the libraries shipped by ME.

    I don’t know if that translates to the *.userlibraries that your referring to

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Classpath variables in *.userlibraries file?

You must be logged in to post in the forum log in