I'm writing a netscape iplanet plugin (on solaris/C using eclipse) which is basically a shared object with specific entry points, and I'd like to be able to debug the shared object with eclipse's debugger (gdb).
I remember doing something similar in AIX where you could make xldb attach to a running process. Is it possible to get eclipse ...
My company is in the middle of upgrading our build system to use Buckminster (which has gone well). Naturally the managers would like it if we could automatically generate some of the metrics they use for code while we're at it - one of these metrics is coverage for the unit tests.
The previous build, which was PDE-based, resulted in a ...
QVT (Query View Transformation) is a OMG specification of a Model-to-Model transformation language. Some tools already implement it (Eclipse, androMDA). I'm wondering whether it is really used in real-world cases. Will it ever take off and be used to tackle real-world problems? Is anybody using the QVT language?
...
I am interested to learn about Eclipse RCP, I have got some basic knowledge, but I wanted to know more what it is capable of. So I encouraged my self to create a set of requirements, analyze them, and come up with design decisions about how they can be met using Eclipse RCP as the base framework, and eventually implement them with Eclip...
In my plugin de.support.help are the plugin.properties files.
These properties files include the strings for the preference page.
I want to use this plugin for different customers, but the customer name is inside the properties files.
I want to patch the properties files by using the eclipse fragment mechanism. As far as i now the fr...
Hi there,
I want to use Ant to deliver a JAR file, how can I use the Eclipse classpath in my Ant task?
Greets,
Tobias
...
I've installed Hibernate Tools 3.2.4.GA in Eclipse Ganymede. The main driver for installing it was to be able to issue HQL queries interactively.
I have configured all of our mapping files, hibernate.properties, etc. and it shows all of our entities and mappings and is able to read a list of tables from the database. It doesn't appe...
I want to take a stab at tinkering with an Eclipse standard functionality so I would like to build Eclipse under OS X 10.5. I have downloaded the source bundle, unpacked it, and found that I need to fill out a build.properties file which I have done like (with Java 6 as the default JVM)
J2SE-1.4=/System/Library/Frameworks/JavaVM.framew...
Is there a way to detach an editor from the main eclipse window? I know this is possible with netbeans but so far I haven't been able to figure out how to do it (if possible) with eclipse.
...
Hi
I have a Helpdesk application that contains modules that can be downloaded and installed separately as required / preferred by the users. The structure is very similar to many software such as Drupal, which modules can be loaded/unloaded easily.
I'm using a single SVN repository for this Helpdesk application and create different tag...
Hey all. I am working on a project for school where we are given the .class file but not the source to include in our code. I am using Eclipse, and I want to include the file in my project so I can instantiate objects from it and use it. The file is TokenizerImpl.class, and I want to use it like this: TokenizerImpl tokenizer = new Token...
In this ParserFactory.java
String className = System.getProperty("org.w3c.css.sac.parser");
if (className == null) {
throw new NullPointerException("No value for sac.parser property"); //line 35
} else {
return (Parser)(Class.forName(className).newInstance());
}
When I run this DemoSAC.java file as Java Application in Eclipse...
Hi,
I got a native library that needs to be added to java.library.path. With JVM argument -Djava.library.path=path... I can set the path as I want.
My problem is that my other library (pentaho reporting) searches fonts based on the default java.library.path (including system directories etc) and the manual setting overrides the default...
I have some repositories on a svn server which include an Eclipse project. In those repositories it is put the bin folder because I have some properties files and I couldn't run the program without putting them in that folder.
Now when I checkout the project, import the project in Eclipse and build it the svn entries for the folder bin...
I have been using eclipse development environment for almost 3 years. Now I am about to move to C# and Visual Studio IDE.
Does anyone know a Free/Open Source plug-in for Visual Studio to that mimics eclipse environment?
...
Introduction a.k.a. what do I intend to do
feel free to skip this part, no real information is comprised in here
Because of the lack of a good, free (as in speech) vim-Mode for the otherwise excellent JavaEditor in Eclipse(3.4), I'm thinking about writing one. The available solutions are:
ViPlugin: commercial and not good (e.g. no vi...
Hi,
I downloaded eclipse 3.4.2 and tried installing tomcat plugin (version 3.2.1)for eclipse from sysdeo (http://www.eclipsetotale.com/tomcatPlugin.html)
I have followed installation instructions but when is start tomcat from eclipse toolbar i got the following error
java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLo...
How come I get this error when compiling with the -m32 argument?
unrecognised emulation mode: 32
I'm compiling using g++ on an x86_64 machine. It happens in one project, but not the other... Any hints?
Note: I'm using Eclipse CDT, so perhaps this is an IDE specific gocha?
Rephrased question
Perhaps a better question would be: Wh...
I can't believe I'm the only person to run up against this problem. I've been googling for hours and have not had any luck. The Java security documentation doesn't seem to address PKCS12 certificates thoroughly.
I am trying to setup Java for user specific PKCS12 certificates. Among other things, this will be used so that, in Eclipse, ...
Following the Android notepad tutorials using Eclipse 3.4.2 on OSX 10.5.6.
I'm instructed to set a breakpoint in one of the following ways:
Double click on the gray bar to the left of the editor pane.
this just brings up the "Add Bookmark" window
Select "Toggle breakpoint" in the context menu
the only options in the context menu ...