Questions tagged [eclipse-classpath]

Use this tag for problems with the Java Classpath when running in Eclipse.

When running normal Java programs in the Eclipse IDE the classpath must be configured in the project properties.

When developing Eclipse plug-ins the classpath is constructed from the information in the plug-in MANIFEST.MF file.

93 questions
0
votes
1 answer

maven build helper plugin issue

I'm using maven build helper to automatically add integration-test/java and integration-test/resources folders to my project classpath. It works great when I run my tests with JUnit in Eclipse, but got a problem when I ran the web project where…
dnang
  • 939
  • 2
  • 12
  • 17
-1
votes
1 answer

Is it necessary to modify PATH, CLASSPATH, and JAVA_HOME in order to use Eclipse?

Is it necessary to modify PATH, CLASSPATH, and JAVA_HOME in order to use Eclipse? When writing some code in Eclipse, does one need to change the PATH to add jdk/bin path in Windows environment variables? Does it work if one doesn't set PATH when…
canmurat
  • 159
  • 11
-1
votes
1 answer

Spring WebApp Maven - Source folder is not on the Java build class path

I am following this article to understand how to create a Java web application with Spring MVC.I created the web app project CounterWebApp at a separate location first (mvn eclipse:eclipse -Dwtpversion=2.0) and then imported the whole project in…
Sandeep Chatterjee
  • 3,220
  • 9
  • 31
  • 47
1 2 3 4 5 6
7