eclipse

Problem using JUnit4TestAdapter from eclipse plugin context

Hi! I am trying to create very simple eclipse plugin. I want to run current selected test case, using my tool with a help of JUnit4TestAdapter. When I run outside eclipse, using "main" with "parameters" everything is just fine. When I invoke "main" with the same "parameters" inside the eclipse (i am creating separate thread for tha...

Eclipse: I turned on hidden characters now I can't turn off :(

I've turned on somehow in eclipse hidden characters. It's not he the "whitspace" characters in the general editor preferences. If I turn them on, then it adds ANOTHER layer of hidden chars over the existing one. They have things like \r\n Anyone know what these are.. how to remove? ...

How to use org.apache.commons.lang namespace in Java?

I tried in Eclipse to use org.apache.commons.lang.NotImplementedException, though it seems from what I can see both from IntelliSense and the Package Explorer, that that namespace does not exist. So I guess I must load some other package(do you call them libraries in java?) than those it loaded by default. This is my current setup: ...

Why does my Eclipse Galileo not have Windows->Preferences->Server page?

I downloaded Eclipse Galileo (3.5.1) SR1 and Eclipse SDK 3.5.1 and neither of them have a "Server" page on the Windows->Preferences screen. Any ideas why? Tx. ...

Eclipse HotKey: how to switch between tabs?

How to switch opened windows in Eclipse? There is Ctrl+F6, but it's asking me which one i want, but i want switch it like tabs in browser or window in operating system (Cmd/Win+Tab) without file-selection from the list. How to do this easy thing in Eclipse? I've tried to assign hotkey for events: forward forward history next page but i...

Eclipse startup error in Fedora 12

I am using Fedora12. I have downloaded eclipse-cpp-galileo-SR1-linux-gtk. I am using java version "1.6.0_18" When I start eclipse, I get the following error dialog. What might be the issue? Thanks. (for those who cannot see tinypic.com, here is a imageshack.us one) ...

How to distribute java project built in Eclipse?

Till now, I have been using Netbeans IDE for Java Applications. To distribute applications made in Netbeans, I just click on clean and build and it packs the application in .jar file which resides in a dist directory. Now I have made a java project in Eclipse. Is Eclipse has any functionality similar to clean and build functionality of ...

GWT Maven and Eclipse

Hi, A plea for help! Can anyone share a simple GWT2.0 project that uses the gwt-maven-plugin with Eclipse and demonstrates some simple RPC server calls. I've tried to follow examples, use archetypes, read badly documented websites, and follow threads on stackoverflow but all to no avail. I simply cannot get RPC to work. I'm going to g...

No tests found with test runner 'JUnit 4'

Hello , my java test worked well from Eclipse ,I do not know I relaunch test from run menu and then have the following message: No tests found with test runner 'JUnit 4' In the .classpath file I have all jar files, and at the end have : <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <...

Eclipse: starting custom eclipse app under linux returns to the command line prompt instantly

Hi, I am developing an Eclipse/Equinox based OSGI WebApplication (using embedded Jetty) and using headless PDE-Build for building the app. My build creates a zip file for Linux GTK and one for my local macosx. This has worked well so far and I could just unzip the linux zip file on my Debian based server and run ./eclipse from the comma...

Using multiple corporate repositories

Yesterday I asked about using an exlusive maven repository, now it turns I need to use 2, they are both private .. so concerning this link which explains about forcing maven to use one repository, how do I specify the second repository? Lets take for instance I have two of these repositories in my pom.xml now, if something is missing in ...

Eclipse Galileo Proxy detection by URL.

Hi, In earlier versions of Eclipse I was able to add an URL to auto detect the proxy settings. How can I tell Eclipse to use an Auto Proxy Configuration URL? THX ...

question about maven clean

Why does maven download dependencies when I run mvn clean? can I turn that off? ...

Headless build should include all dependencies

I have a product consisting of several plugins that I want to build. The endresult I want is a zipfile containing all my jar files AND the dependencies I have, i.e org.eclipse.swt.X.jar, org.eclipse.ui.Y.jar etc. It's building and zipping ok but I only get my plugins, not the dependencies. I'm guessing there is a parameter or XML attri...

SVN, Eclipse and Java

I am just wondering what the solution is to setting up SVN and having it deploy to an external server with just the JSP and class files. How do you rid the src folder when deploying. What is the proper set up for this. I just want to be able to have multiple users commit work including src files but when they are deployed onto the produc...

Using Firefox as Eclipse's external browse

My Eclipse will fires a new Firefox instance and refused by Firefox when I am running debug. I have done some research and configure Eclipse external browser parameters as followings -p debug -no-remote -new-tab %URL% But it still fire a new instance of Firefox instead of opening the link in a new tab on existing opened browser. ...

Adding Boost Library to a C++ project in Windows Eclipse

I recently installed the Boost Library on Windows using the installer, I'm trying to link to the library in Eclipse but am not having any luck. I tried going through Project Properties -> C/C++ Build -> Settings -> MinGW C++ Linker -> Libraries and add the reference "boost_filesystem" according to this website: http://www.ferdychristant...

Using Boost Graph Library on Mac Eclipse

I have a similar question regarding using Boost under Windows. I'm very new to Boost and I just installed the Boost library on my Mac, I'm interested primarily in the Boost Graph Library. My questions are as follows, when installing Boost by default on my Mac, is the BGL installed automatically as well? I ask this because the Boost web...

Eclipse Blackberry Preprocessor Not Working?

I've already followed the directions @ http://stackoverflow.com/questions/1383277/using-preprocessor-directives-in-blackberry-jde-plugin-for-eclipse for making sure the blackberry plugin preprocessing hook is (theoretically) enabled. I'm using Eclipse 3.5.1 with Blackberry Plugin 1.1 with BB SDKs 4.7.0 and 4.6.0. I have my preprocesso...

Importing eclipse projects using Ant

Hello there, I currently use an Ant script to download several Java projects (projects divided as modules) from a svn repository and generate a single war file. But now there is a need to use those scripts to download these projects directly to an eclipse workspace. Even after the build.xml is executed successfully, these projects are...