eclipse

Disable HTML Warnings in Eclipse with Eclipise for Java EE developers edition

I am working on a Web App with Eclipse for Java EE. I have JSP files that are built with HTML files as includes. My index.jsp looks like this: <jsp:include page="include/top.html" /> <title>Title!</title> <jsp:include page="include/header.html" /> <jsp:include page="include/menu.html" /> <div class="span-15 prepend-1 last"> ...

Ada/Eclipse Integration

Are there any freely available Ada plugins eclipse. Eclipse is my main IDE and I occasionally need to read and modify some Ada, having it all in the one IDE would be ideal. ...

How can I get block comment hotkey functionality when editing *.ftl files in Eclipse?

Trying to edit Freemarker Templates in Eclipse, and going nuts because I have some inline Javascript that I'm creating on the fly, and can't easily comment / uncomment multiple lines at a time. I've tried the following: expanding the scope of the "toggle comment" behavior (to things like "Editing Text", or "In Windows") - has no effec...

Android SDK Setup under Windows 7 Pro 64 bit

The short version of my issue at hand, Windows 7 Professional x64 Java JDK 1.6.0_17 x64 Eclipse Galileo w\ADT Plugin installed Android SDKtools r04 Since the Android SDK download now only includes the tools, you have to run the included SDK Manager application (SDK Setup) through which you can download the platforms, additional tool...

Identifying and eliminating contributions to the Eclipse 'footer' area

My Eclipse installation has an unfortunate habit of accumulating 'contributions' in the lower part, below the editor, which apparently do nothing, but can't be removed or properly resized. Unless I'm aggresive about removing other, more controllable, parts it ends up on two rows, which is extremely annoying. Even though it's on one row,...

Print the sourcecode of a whole java project

I have to print the whole sourcecode of a java-project. The final version should look like: Eclipse: File -> Print. But with this function you can only print one file at once. Is there a way to print (or create a pdf/rtf of) the whole project (all *.java, *.xml, ... files) with one command? Im using eclipse galileo on windows xp sp3 ...

getClass().getClassLoader() is null, why?

Hi, I've got some code that calls.. x = getClass().getClassLoader(); This returns null though. When I start the same code not from Eclipse, but the command line, it returns a classloader. I can hack the code to do this... if (getClass().getClassLoader() == null) { x = ClassLoader.getSystemClassLoader().getSystemResourceAsStream( ...

Carbide does not include debugging info for some files

In Carbide 2.0.2, if I set active configuration to be "Phone Debug GCCE", build the project, go to Debug perspective, choose "Executables" tab, and select the executable file, Source File Name/Location window will list all the files I am able to use while debugging. The problem is that the list does not contain all files from the projec...

Tomcat not showing Spring Context initialization errors when running from Eclipse WTP

Hi all, Im working with Eclipse Galileo (WTP), Spring 2.5.6-SEC01 and Apache Tomcat 5.5.28. When I run my application from Eclipse, I'm able to see Tomcat standard output and error from the console view. When there is a Spring initialization error (ex: malformed spring XML) I'm not able to see the error message or the stacktrace at th...

Eclipse Plugin-ins: How can I add a group to the popup context menu?

I have a command available in the eclipse context menu when I right click on a project folder. THe submenu is visible in what I believe is the 'additions' section of the context menu. However, I want a line separator do distinguish my contribution from other additions. How can I do this? I know that with action contributions, you can use...

Is it possible to start/stop Tomcat with keyboard shortcuts in Eclipse?

I'm trying to work in Eclipse as much as possible without a mouse. I cannot find a key binding for starting and stopping servers quickly in Eclipse WTP (Web Tools Platform). One way to start a server is to switch to the package explorer (Alt+Cmd+Q P), select the project (up/down arrows) and then the "debug on server"-key binding (Shift+...

JUnit report on Eclipse

The JUnit integration with eclipse is very nice. However, I would like a feature to be able to generate a quick report from the Unit Tests. It is possible to do so when running a headless build (and my nightly build is configured to do so), but sometimes I want to generate a report from the UI. Is there anyway to do this? command line...

Conditional Java compilation

Hi all, I'm a longtime C++ programmer, new to Java. I'm developing a Java Blackberry project in Eclipse. Question - is there a way to introduce different configuration sets within the project and then compile slightly different code based on those? In Visual Studio, we have project configurations and #ifdef; I know there's no #ifdef in...

Python programming on Eclipse with Pydev

I need major help getting started! I managed to create a new project, and add python.exe as the interpreter. But when the project is created it's blank. How do I start programming? Ugh. ...

Eclipse (with Pydev) keeps throwing SyntaxError

My code: print "Hello World!" I even tried adding a semicolon behind, but everytime I save and run (as Python run) it says: File "E:\Software\Eclipse\Workspace\Python1\src\main.py", line 1 print "Hello World!"; SyntaxError: invalid syntax I have no idea why. ...

Error updating jars with Eclipse GWT 2.0 plugin

Ever since updating our project to the newest version of the Eclipse GWT plugin and GWT 2.0 we get an error when starting Eclipse. This is the error message: An internal error occurred during: "Updating project/war/WEB-INF/lib with jars from GWT - 2.0.0". Here is the exception message: java.lang.IllegalArgumentException: ...

Client/server project structure, folder structure, build files, etc.

I'm writing a client and server application. Right now I've just been developing it on my own, so I have written it as one Eclipse project, organized into Java packages (org.myorg.server, org.myorg.client, org.myorg.networksystem, etc.). The project deploys to a single jar file. Then, the client is an applet, so I simply point the applet...

Eclipse 3.5.1 uses lot of memory

Hi, I have migrated to Eclipse 3.5.1 and observed it is taking 560 mb when doing clean build. And memory is not getting collected after used. It stays like this. Any solution to this? JVM : jdk1.6.0_17 Windows XP, 2GM RAM Below is my eclipse.ini -showlocation -showsplash org.eclipse.platform --launcher.XXMaxPermSize 384m -startup p...

Redirect classes to a remote location in eclipse

I am using eclipse 3.2 in windows environment. I have deployed the webserver in Solaris environment. I want to redirect the class files to the WEB-INF/ folder of the web server in Solaris. I tried using the RSE plug-in of the eclipse. I could see and access the files using the remote explorer but could not transer / redirect the class fi...

Tracking down undesirable network accesses from Eclipse IDE

A few of my various Eclipse 3.5 (actually SpringSource ToolSuite 2.2) workspaces are painfully slow when building, and I have a suspicion this is because they are continuously grabbing network resources from over the internet (e.g. schemas), whereas other workspaces, with similar content, are fine. Tracking these down is problematic. Do...