Bug 560685 - User Entries in Runtime Configuration first entry is ignored
Summary: User Entries in Runtime Configuration first entry is ignored
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 4.14   Edit
Hardware: PC Windows 10
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2020-03-02 07:14 EST by Byron Ludwig CLA
Modified: 2020-03-11 08:15 EDT (History)
1 user (show)

See Also:


Attachments
User Entry Classpath (24.28 KB, image/png)
2020-03-02 07:14 EST, Byron Ludwig CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Byron Ludwig CLA 2020-03-02 07:14:53 EST
Created attachment 281977 [details]
User Entry Classpath

Add multiple entries to the User Entries of the Classpath tab in Runtime Configurations. When running the application the first entry in the list is not added to the classpath. 

In the attached screenshot the keystores folder will not be added to the classpath resulting in file not found exceptions when read in code.
Comment 1 Andrey Loskutov CLA 2020-03-05 04:09:01 EST
I can't reproduce in a "usual" Java project if I manually add some folder to the "user entries", made it the first one and try to load some class out of it.

Looks like this is a maven (m2e) based project?
Do you see the same problem in a "not mavenized" Java project?
Can you please attach simple self containing project that shows the problem?
Comment 2 Byron Ludwig CLA 2020-03-11 08:15:38 EDT
Yes this is a maven project. I do not see the same problem in a normal project. I haven't had a change to replicate in a test project, but will try do when I get some time.