eclipse

How to completely remove Java? (Error: could not open `C:\Program Files\Java\jre6\lib\i386\jvm.cfg')

I have passed the last couple of hours trying to downgrade Java to 1.6.0_13 in my attempt to get Google Web Toolkit's hosted mode to work on Eclipse. And it has proven to be a nightmare-ish task! In retrospect: - All references to Java in the Control Panel -> Uninstall a Program tool have been removed - Those that didn't want to be rem...

Java web development using Eclipse - Tutorial

I need some step by step tutorials/documents on developing Java web applications using Eclipse/apache. appreciate directions/help. ...

Eclipse 3.3 default editor under Vista

I switched some months ago from Eclipse 3.0 under Win2000 to Eclipse 3.3.2 under Vista. With my old platform, when I opened a file from eclipse navigator, for which no particular editor was configured, the file was defaultly opened with LPAD editor. Now with my new platform, in the same situation, Eclipse delegates the choice to Vista, ...

Build project into a Jar Automatically in eclipse

I have an eclipse project where I want to keep my java project built into a Jar automatically. I know I have an option to export the project into a jar; if I do a right click; but what I am really looking for is, that like eclipse automatically builds a project's class files and put them in target folder; it should also build a jar autom...

Closed projects hidden in pydev package explorer

I'm using eclipse for java and python. In the pydev package explorer, I have it set to show closed projects, but hide non-pydev projects. The problem I'm having is that after I close a pydev project, it is hidden in the pydev package explorer, but not in the java perspective package explorer. If I open it again it disappears from the jav...

Eclipse plugin Javascript editor

I want to add hover text in eclipse java script editor. Can anybody give any pointers to some resources? Thanks in advance ...

How to mark some code that must be removed before production?

Sometimes for testing/developing purposes we make some changes in the code that must be removed in a production build. I wonder if there is an easy way of marking such blocks so that production build would fail as long as they are present or at least it will warn you during the build somehow. Simple "//TODO:" doesn't really work because...

Compile Cygwin project in Eclipse

I have a c++ Project that was compiled with the cygwin toolchain, now I want to use Eclipse to compile and test it. If I create a project (cygwin toolchain is set in the options) I get the error: make: *** No rule to make target `all'. 7wWin line 0 C/C++ Problem In Cygwin I use: cd $BUILDDIR make make install Can Eclipse create i...

In Eclipse 3.5 (and with the Aptana plugins), how do I get a view that I can use to show my project, including "dot" files?

I've managed to get the various project explorer views to show dot files, such as .htaccess, but if I ever close the project and reopen it, the dot files no longer show up in the view. Am I missing a view that lets me show the dot files or is there some kind of configuration option that I can toggle? I've tried a few things over the past...

Subclipse svn:ignore

I'm new to Eclipse. I'm using subclipse for connecting to my SVN. There are some folders and files I would like to add to svn:ignore, but it's grayed out. Is there an easy way to get subclipse to ignore files and directories? ...

Replacing an exsiting feature id in Eclipse

Hi, I have a feature and I want to change its' ID. However, this makes it impossible to update existing installation and here's why: Assume the feature F1 at version 1.0 consist of plugin A at version 1.0. Now, I want to have a feature F2 at version 1.1 which uses plugin A at version 1.1. Upon installing F2 I get an error - that I al...

Missing file halts boy's first encounter with OGRE3D!

Hey! Say - anyone attempted to setup Ogre in Eclipse on Ubuntu? I'm attempting to run through this here tutorial, it refers to a file called bootstrap in the eclipse workspace/ogreproject/ directory. This so called bootstrap is severely absent and as such my attempt has been thwarted. ...

How to override component name for svn uri in buckminster RMAP file

I am trying to materialize an RCP application into a workspace from scratch and I am having trouble with one single component whose project name in SVN is not same as it's plug-in id (e.g. it's Bundle-SymbolicName). At this point in time I really can not fix this issue by either renaming the project or bundle id, so I am looking for a w...

Can eclipse monitor an arbitrary log file in the Console view?

I am launching my JBoss server in eclipse, and so standard out/err displays in the Console view. But there are other logs being generated by log4j, and so I need to be able to monitor some of those as well. Is there anyway to "tail" an arbitrary file - with the nice source code hyperlinks that the Console view provides, of course. (I am...

JPA validation problem: Entity 'X' has no Id or EmbeddedId

Which, I couldn't quite figure out why Eclipse Galileo's JPA validator would say so, as my class 'X' clearly had an @Id annotation on the primary key "uniqueId". The error would disappear if I commented out the @Basic annotation line, but that didn't quite make sense. Anyway, attaching snippet below from memory: @Entity class X { ... @I...

Eclipse Ruby Development Tools "require" fails

Hey, I'm using Eclipse with RDT to do some Ruby programming. I'm trying to include a file in another, but require fails. Both files are in the same directory. The folder hierarchy is set up like this: Project > src > folder > a.rb b.rb If I try to require b.rb in a.rb I would use this: require 'b.rb' But I get the following error ...

SpringIDE and Eclipse Galileo 3.5

Hello, good fellas. I have another very basic question that I need help with. I wanted to try out the great Seam Framework, and I managed to add the JBoss Tools plug-ins to my copy of Eclipse Galileo 3.5. After spending some time using Seam, I decided I wanted to try the Spring Framework. My question is: Apart from adding SpringIDE to ...

Eclipse c++ makefile project output

Hi, I have a c++ Makefileproject for eclipse, if I build it, the binary is in the project root. How can I change the build directory to {ROOT}/bin? I Tryed project propertys -> c/c++ Build -> Build location (Build directory: MY PATH) but than it can't compile at all. ...

Setup main function in eclipse makefile project

I created a new HalloWorld Makefile Project. There is a HalloWorld.cpp with my main function. Now I have a file /src/startup.cpp that conains a main function. Now I want to use the main function from /src/startup.cpp Where can I tell eclipse to use that one? ...

can't seem to build a Qt project on eclipse (C++, Windows)

I have Qt installed + Qt Eclipse Integration + MinGW but I can't seem to find a way to build a new Qt GUI project. I'm getting the following error: Error launching builder (mingw32-make debug ) (Cannot run program "mingw32-make": Launching failed) I've updated the Path variable and added all I can think about that can be related and n...