I have created a new Perspective with additional views pretty similar to the Eclipse "Debug" Perspective.
I have created some commands and key bindings using the extension points
extension point="org.eclipse.ui.handlers"
extension point="org.eclipse.ui.commands"
extension point="org.eclipse.ui.bindings"
I have to use "F5" to bind th...
I am using eclipse europa (3.5) on windows vista home premium 64-bit using JDK 1.6.0_18 (32 BIT).
Normally, I am able to put breakpoints just fine; However, for a particular class which is NOT part of the project (this class is inside a .JAR file (.JAR file is part of the project) ), although I have attached a source directory to this ....
hello every one
I want to add External libraries of Asprise OCR
in Eclipse IDE with mac os and want to run a program
...
I'm trying to set up Eclipse to run and deploy my projects to a Jetty 7 server (the oldest version available from http://download.eclipse.org/jetty/). I've downloaded Jetty 7 and unpacked it, and I've installed the Jetty plugin from the available server adapters list, but when I try to configure a new Jetty server, the server type list ...
I am looking for a way to define some syntax coloring for a language in Eclipse. I only need to highlight certain sets of keywords, so the logic is trivial. So I would like to be able to define these in a plain definition file. Is there perhaps some Eclipse plugin which allows this, or is it possible out of the box?
...
Hi All,
I have a Spring web project that uses Maven to compile/build. There is no issue in building the project. I am trying to run the project in Eclipse (3.3.2) on Tomcat (v6) server.
As part of Spring project, I have a spring-servlet.xml file in WEB-INF directory. This file includes another resource xml file that has datasource conf...
Is it possible to add sdoc definition to a jQuery plugin to allow it to be included in Aptana's code assist?
Code assist for jQuery is already working, but it doesn't show the plugins I have built.
Currently have the following:
/**
* @id jQuery.fName
* @alias $.fName
* @alias jQuery.prototype.fName
*/
function fName(){}
...
I'm using an Ant build script for my project developed in Eclipse 3.4.2. It's actually a Flex 4 project (using Flash Builder Eclipse Plug-in).
Everything worked ok. But someday something happened and now the executions of Ant build script is silently terminated each time I run it.
When trying to debug Ant script the IDE stops for a mom...
Hi,
Actually my work is, I want to create a simple site using java programming. After search i came to know about google sites api, and i got all sample programs for google sites creation, But i dont know where to place the coding in Eclipse 3.5. Help me.
...
Hi,
Is there any way to validate spring context xml files in eclipse?
Features like:
Validate class attribute of bean
Validate bean references
Validating with autowireing perhaps?
We're not working with annotations on current project unfortunatly.
I dislike the current workflow: "deploy it and get a nullpointer for a classname typo"...
I have a legacy Java (not my native language) app that I'm trying to build in Eclipse Galileo.
As it's not my own, I can't speak to the quality of the design, but I am coming across a number of instances where I'll have something like this:
In a project called, say, "lib_a", I'll have a file containing this:
import com.acme.lib_b.onet...
I try to use this
ArrayList<String>
Map<String, String>
Eclipse complain about both of them: Syntax Error, parameterized types are only if source level is 1.5. I use JDK 1.6, but even if I go to compiler and switch the compliance to 1.5. It still give me this error. Any Idea why?
...
I find that the Eclipse XML editor always inserts tabs for spaces even if you have the "Insert spaces for tabs" option checked under Window->Preferences->General->Editors->Text Editors.
You can open any XML file, and then do CTRL-SHIFT-F to format the file and you'll see this behavior (all your spaces will be replaced with tabs where ap...
I've heard that eclipse can generate accessor and mutator methods for you but can find it under the different tabs, where exactly is the option to generate accessor and mutator methods automatically?
...
I've installed the HgEclipse plugin, now I'm just wondering how I can create a dynamic web project out of the code I've pulled from the repository with HgEclipse?
...
Hi,
I know it's possible in eclipse to open file browsers from your project's resource browser, but is it possible for files that aren't part of your project ? Typically external includes are not found in your resource browser...
If there is the equivalent of $(resource_loc) for the editor, it would work.. But I wasn't able to find it...
Besides a drag-and-drop UI designer are there any other missing features when developing for Android? Does anybody have suggested plugins for Android development in Intellij 9?
...
Hey,
I was wondering if someone has experienced the same problem as me and can help me.
I have a maven project which contains 6 modules. Some of modules are depending on each other. The project is written in Java and builds to jars, wars and aar. I've been trying to import it to Eclipse with the m2eclipse plug-in. It seems to work fine ...
I am running Eclipse Pulsar with Java ME SDK 3.0. When I try running my application, a screen appears with select one to launch, but it contains no options. Both the active Java ME configuration is set to use the ClamshellCldcPhone1 and I am using the Project Device in the run configuration. The executable is set to a Midlet. Any suggest...
When I debug a web page,the url generated by eclipse is like this:
http:\\localhost?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=12682902387182
which should be
http://localhost?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=12682902387182
How to correct this?
...