Questions tagged [buildpath]

This tag refers to build path settings for a Java project in Eclipse IDE. You can reach this option through the project properties (Project > Properties > Java Build Path) from the context menu on a created project or the File menu of the workbench.

This tag refers to build path settings for a Java project. You can reach this page through the project properties (Project > Properties > Java Build Path) from the context menu on a created project or the File menu of the workbench.

More info at Eclipse web site

409 questions
1
vote
1 answer

JRE System Library vs Server Runtime

I am curious about the differences between the JRE System Library and the Server Runtime. I am using Eclipse. I can see that both of these are added to the build path and that they are both pointed at the same location. JRE System Library [WebSphere…
Joe
  • 800
  • 4
  • 10
  • 26
1
vote
1 answer

How to fix this Build Path Error?

This problem may the end of me. I have a red "!" over my project. I have learned this is a build path error. This is what comes up in the problems log. missing required Java project: 'appcompat_v7' missing required Java project:…
droidShot
  • 137
  • 2
  • 12
1
vote
0 answers

How to separate libraries for main code, test code from each other and apk building in Eclipse?

I recently attempted to add JUnit tests to my android service project by adding another "source folder" called "tests". My "main" source folder depends on some .jar files that I keep under the libs directory and added to project properties, java…
n611x007
  • 8,952
  • 8
  • 59
  • 102
1
vote
1 answer

Add class to build path using Mule Studio

I'm using Anypoint Studio with Mule Server 3.5.0 CE. I have a custom transformer named CustomAsyncTransformer which is defined in the class AsyncTransformer. Within one of my Mule flows:
EmPak5
  • 1,205
  • 2
  • 10
  • 11
1
vote
1 answer

Can't use java.util.regex.Pattern even though I'm using jre8 in eclipse

The error I get when I hover over scan.useDelimiter("\n"); is: "The type java.util.regex.Pattern cannot be resolved. It is indirectly referenced from required .class files" I have tried re-installing my Java and JDK. JRE system library jre8 is…
GWigWam
  • 2,013
  • 4
  • 28
  • 34
1
vote
1 answer

How to refer to another Java project from current project?

I used Eclipse to build a java application (Project A) which uses another (Project B) as reference. I just need to add Project B in Java Build path/Projects so i can run locally the main function from Project A. Problem When I deploy A to GAE, if…
Splash
  • 1,288
  • 2
  • 18
  • 36
1
vote
0 answers

Eclipse error after moving project (No resource found that matches the given name)

I had a perfectly working project of an app on android. It uses actionbarsherlock. I moved using the refactor menu in eclipse to another folder and now I have problems with the styles.xml No resource found that matches the given name…
eduwp90
  • 45
  • 1
  • 5
1
vote
3 answers

How to set eclipse with JRE 8?

I tried to update my jre version in eclipse, I added the jre 8 to my installed JRE's an checked him. When I click OK it gives me an ERROR: The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class…
user3421416
1
vote
1 answer

How to add a .dic and .aff file to a java jar?

I was wondering if there is a way to add .dic and .aff files to a java project jar file (using eclipse for example)? I have in my code a dictionary: URL dicDic = CipherTextAttack.class.getResource("en_US"); static Hunspell.Dictionary dict =…
Javi
  • 889
  • 1
  • 16
  • 41
1
vote
1 answer

Specifying .class files as resources and make them copied to output (bin) folder - Eclipse

How to make eclipse treat a directory containing class files as a resource directory and make it copied to the output folder (bin) ? My project Structure is like this src com package1 all source files (.java) image files …
Saravanan M
  • 4,697
  • 5
  • 35
  • 37
1
vote
1 answer

Eclipse Kepler: Hide specific items in Project Explorer

I'm using Eclipse Kepler and I'm unable to 1) hide the target folder and 2) to hide the duplicate src folder in project explorer. In previous versions it was possible to filter the folders with a regex, but in Kepler I don't see an option to enter…
lilalinux
  • 2,903
  • 3
  • 43
  • 53
1
vote
1 answer

Eclipse cannot resolve classes from another project in the workspace

I am facing an issue that is driving me crazy in here. I have a project in my workspace that exports a package in it's manifest file like this: Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Service Bundle-SymbolicName:…
Derek
  • 11
  • 3
1
vote
2 answers

load external jar in to class path for java project

I have a lib folder at installer location that i want to load at class path or refrenced at runtime for my java project, programmaticaly. I have tried to set classpath by -cp and used ClassLoader, URLClassLoader but it did't work. found…
RTA
  • 1,251
  • 2
  • 14
  • 33
1
vote
2 answers

Two Eclipse Projects Include Each Other In Build Path

I want two Eclipse projects to include each other in their build paths. As you can see, the Client has the Server on it's build path, but not vice versa. When I try to add the client to the server's build path, Eclipse gets angry. How can I…
JDeveloper
  • 91
  • 2
  • 11
1
vote
1 answer

eclipse reference in buildpath that org.eclipse.pde.core.requiredplugins with no jar

I downloaded a eclipse plugin project that sharpen. It has a refence in buildpath org.eclipse.pde.core.requiredplugins but with no jar. I search throuhg the internet but could'n find any jar with this name. Now I'm gettig error due to lack of…
Ismail Sahin
  • 2,640
  • 5
  • 31
  • 58