class not found exception
I'm using Eclipse; when I run my code in debug I get a class not found exception but running it without the debug it works fine. I see it doesn't find the classes I wrote. How can I fix this? ...
I'm using Eclipse; when I run my code in debug I get a class not found exception but running it without the debug it works fine. I see it doesn't find the classes I wrote. How can I fix this? ...
(I know this is a sort of lazy question, but it's oddly hard to search for...especially since checkstyle does so much, and Google search results are littered with checkstyle reports.) Can someone tell me which checkstyle check reports "+ should be on a new line" when splitting long strings over multiple lines in Java? On an aside, thi...
Hi, I'm working on an automation project for my employer. We have a pool for each revision of our source code. When you download a revision, you need to create a directory structure with a bunch of third party includes to eventually build the project. I've automated this entire process up to the point of having my script (.bat) compile e...
I'm rediscovering Java, and I'm a little lost about how to do this within Eclipse. I am looking sort of for Visual Studio "object browser" functionality, but I'd settle for a quick list of types that are defined within my referenced external jar files. ...
With the advent of the shared lib concept in weblogic what is considered the best approach to integrating that with the libs in the IDE? Run time vs. compile time question. If you use the shared lib you specify a mapping in the weblogic-application.xml the libs are not bundled in the EAR. Do you simply set-up the non-EAR project build...
Our current product is based on Eclipse RCP. We are starting to have problems when we try to have our whole code base inside one eclipse workspace and we were wondering what others were doing. Here's our setup: ~225 eclipse projects (all in trunk/project) ~30 eclipse features (all in trunk/features) ~900k lines of code We are find...
In most programming languages I've used, when debugging, when I hit a breakpoint, I have the ability to execute arbitrary code (whatever I type into the console after the breakpoint has been hit). How do I do this in Eclipse? The debugging mode has, by default, a display console, but no interactive console (into which I can input Java ...
I'm trying to get eclipse to work with MinGW. I've done the following: Downloaded CDT for eclipse. Installed MinGW. Added C:\MinGW\bin to my path. Opening a command prompt (CMD) and typing g++ or alike works fine. I run eclipse, create a "New C++ Project", and only get the option saying "other toolchains". There's a MILLION tutorials...
I don't know if anyone has noticed that Eclipse has this annoying feature where it needs to show a useless tool-tip when hovering just about anything. I was wondering if anyone knows of a way to completely kill all tool-tip behavior in Eclipse / Aptana? Thanks ...
Hi, Eclipse world is totally new to me. I've just installed Tour de Flex plugin in my Eclipse / Flex environment (Eclipse Platform Version: 3.3.3.r33). Everything went well. Now if I try to view tour de Flex here's what I do : - Menu Windows => Other views - A popup box opens, I choose "Tour de Flex", Then it asks me : "Please locate...
Is there a plugin that would allow me to design the GUI in eclipse or netbeans and then extract the source code to be used in another environment? I am much more comfortable using emacs for my development but gui design is much easier with a WYSIWYG environment. What i am looking for is design the frame in eclipse/netbeans and then extr...
What plugins should I install in Eclipse to integrate MySQL into Eclipse so that I can, for example, create and modify tables inside Eclipse? ...
These are the options we have out of the box: I would like a more fine grained sorting when it comes to methods. I would like to: Have all methods with a name which does not start with get, is or set first. Then have the accessor methods (with names starting with get, is or set). Individually the methods in [1] and [2] above could...
I just tried to use the Eclipse "move" function to move my project. Instead of Eclipse moving it, Eclipse deleted my project. I have most of it backed up, but I will lose a few hours of work if I cannot recover it. Does anyone know how to recover it? Thanks! ...
If you press Shift+Ctrl+T or choose "Navigate > Open Type..." you get the "Open Type" dialog for quickly navigating to a known class. When you start typing a name only the classes for which the name matches stay visible. That way you can find a class of which you know the name very quick without having to browse through the package expl...
I cannot get JBoss Portal to start from Eclipse, though the AS alone starts fine, and the Portal starts correctly as well, when started from the command line as opposed to from within Eclipse. I'm running in Windows, with 3GB. Suggestions? Thank you. ...
Hi guys, Have tried for quite some time to get this to work correctly but to no luck. Basically, I have Eclipse (3.3) with PHP Development Tools (PDT), and the PDT XDebug plugin as well as the SimpleTest eclipse plugin. What I want to do is debug code invoked by SimpleTest unit tests. SimpleTest clearly can see XDebug, because I can ge...
may i know in eclipse, is there any feature that will auto generate domain objects with all table relationship properly mapped in class? can provide me with some reference articles on this? ...
Having a bit of a problem, Due to the source-control set-up we use, each bug/enhancement is worked on in a new branch. This is fine, but when in Eclipse, we need to set-up a new project for every branch. Is there any way of easily setting up default preferences for a project, or importing/exporting project preferences within Eclipse? ...
I have a standard (I think) web project developed with the eclipse IDE. I wish to port it to Intellij idea 8.1 - I think that, among other things, it has better taglib support. My project structure is as follows: Project Folder ./src [java source files etc.] ./conf [configuration files - log4j, spring beans...] ./buid [ant files] ./We...