0

I'm trying to add two external folders in my runtime classpath. What I do is to go in Run -> Run Configurations -> Classpath, then clicking in User Entries and Advanced -> Add external folder, then Apply.

When I run Eclipse complains saying: The archive: <path> which is referenced by the classpath, does not exist.. But the <path> is not the one that I set.

se7entyse7en
  • 4,310
  • 7
  • 33
  • 50

1 Answers1

0

Do you have multiple projects in eclipse? If, yes, apply the changes only specific to your project.

`project` -> `Build path` ->`Configure Build Path` -> `Java Build Path` -> `Add Class Folder`
user1933888
  • 2,897
  • 3
  • 27
  • 36