Where is "libraries" property file in Eclipse?

A

aloha.kakuikanu

I have about 50 libraries in the Java Build Path dialog. Most of them
like

classgen.jar - \my_project\ide\lib\

are invalid. The valid ones look like this

myclasses.jar - my_project/ide/lib/

When I edit them in the dialog box, the Eclipse creates a full ugly
path like this

D:\workspace\my_project\ide\lib\

I failed to find the relevant .properties file, that I can edit
manually. The .classpath doesn't seem to be the source of the library
dialog either (because of the structure of the entries in .classpath is
uniform with forward slashes everywhere).
 
A

aloha.kakuikanu

aloha.kakuikanu said:
I have about 50 libraries in the Java Build Path dialog. Most of them
like

classgen.jar - \my_project\ide\lib\

are invalid. The valid ones look like this

myclasses.jar - my_project/ide/lib/

When I edit them in the dialog box, the Eclipse creates a full ugly
path like this

D:\workspace\my_project\ide\lib\

I failed to find the relevant .properties file, that I can edit
manually. The .classpath doesn't seem to be the source of the library
dialog either (because of the structure of the entries in .classpath is
uniform with forward slashes everywhere).

Actually it is .classpath (when I edited the entry it put the full
filename there). Now, what causes this ugly backslash revert for some
of the entries -- since all the entries in .classpath have pathnames
with forward slashes?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,264
Messages
2,571,065
Members
48,769
Latest member
Clifft

Latest Threads

Top