I've decided that as a pet project meant for learning, I would create a new Eclipse plug-in that, for a given class, takes all private member names and adds a prefix to their name (it doesn't matter to me if it can already be done or not, this is meant to be a learning experience).
I have never developed an Eclipse plug-in and I'm not s...
I am making a simple calibration program in C++ using OpenCV. Everything goes fine until I actually try to call CVCalibrateCamera2. At this point, I get one of several errors:
If the number of images which I am using is equal to 4 (which is the number of points being drawn from each image:
OpenCV Error: Sizes of input arguments do n...
A short question: My eclipse project is set to use the "sun-java-6-jdk"-supplied JDK library, but I cannot Ctrl-click to view source (no source attached), as I can do out-of-the-box on Windows. How do I make this work?
...
as we know, we can run eclipse in command line as follows:
eclipse.exe -clean
I need run my eclipse rcp program in the same way
myrcp.exe path
then how can I get the parameter "path" in myrcp code?
thanks~
...
I have just setup my website locally so I can test my pages more easily.
Eclipse has been configured to use an XAMPP server locally.
The problem is that I want to map my project to a certain place in my website.
ie. In my Eclipse PHP project I have a folder called
com
I want this to map to
/com
in the webstie.
I tried to do th...
I don't want to force people into using a specific IDE for development, so our projects look basically like this:
SomeProject
src
lib
build.xml
No IDE specific files whatsoever.
However, many people prefer Eclipse and it is their valid complain that it is annoyingly difficult to set up an Eclipse project from an Ant build file if ...
I'm trying to develop a widget for Android. I'm using Eclipse but I can't get the view editor setup to match what I'm going to see when I deploy to my phone.
I'm creating a 4x1 widget. I've gone through and tried setting up a new "Device" so that I can preview what the widget will look like before I deploy. I said the device is landscap...
I generate .hbm.xml mapping files and .java files from the DB schema, with Hibernate Tools. My question is, that is there any option, to generate service classes also? These are the classes where I implement the store(), find(), delete(), etc... methods.
I know that for C# there are many solutions to generate almost everything. I'm look...
On my Mac I installed Eclipse, the SDK and created a new project, then hit build expecting to see my first helloworld app.
I got the error "the project cannot be built until build path errors are fixed".
After going thru all the path-like options in Preferences, I noticed that on the tab "Java Build Path" the "Google APIs [Android 2.2...
I need to know for creating a Pydev Google App Engine Project in Eclipse.
...
I was about to report a but to Eclipse, but I was thinking to give this a chance here first:
If I add an external package, the application cannot find the referenced native library, except in the case specified at the below:
If my workspace consists of a single project, and I import an external package 'EX_package.jar' from a folder ou...
environment:
Ubuntu 9.10
Eclipse eclipse-jee-galileo-SR2-linux-gtk
When I login the ubuntu,and run the eclipse, it works. but when I changed to root user and then launch eclipse,there is an error occurs:
(eclipse:5632): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(eclipse:5632): GLib-GObject-CRITICAL **: g_signal_connect_...
As a concluding assignment for the technologies taught in a data management course, we have to write a web application using the technologies taught throughout the course, this mostly includes xhtml, css, JSP, servelets, JDBC, AJAX, webservices. the project will eventually be deployed using tomcat. we are given the option of choosing the...
Hi there,
I'm trying to get the newest hibernate version for my project, for this purpose I've added the jboss repo into my settings.xml
<repository>
<id>jboss-releases</id>
<url>http://repository.jboss.org/maven2</url>
</repository>
but when I do the depency search from my m2eclipse plugin I see only results from the ...
I am getting null pointer exception while publishing dynamic web project on jboss using eclipse
Environment details
Version: 3.3.2
Build id: M20080221-1800
Jboss: 3.2.3
JDK 1.5
I have checked with google, but nothing work,
can anyone suggest me what is the root cause for that
Following is the log trace may be help to understance the...
Using eclipse 3.5, when I create a new maven project, m2eclipse automatically adds J2SE1.4 to libraries and Compiler Compliance Level to 1.4 (Project properties > Java Compiler).
My JRE system library is 1.6 and my default compiler compliance level is 1.6. I don't even have 1.4 installed.
Can I make m2eclipse use my default settings and ...
I've never programmed in java or eclipse before, although I have used c# and visual studio.
I'm trying to get started with java development, and develop 2d games, but I can't get the project to run. I've followed the tutorial here:
http://cloningtheclassics.com/getting-started-with-pulpcore/
I've retried the tutorial at least 5 times, a...
I have a little Java project where I've set the properties of the class files to UTF-8 (I use a lot of foreign characters not found on the default CP1252).
The goal is to create a text file (in Windows) containing a list of items.
When running the class files from Eclipse itself (hitting Ctrl+F11) it creates the file flawlessly and open...
Hi,
I'd like to set my Eclipse to use javascript templates with Aptana Studio.
I've set a new template here: window/preferences/aptana/editors/javascript/templates.
The template's description:
name: ccc, context: javascript, description: own comment, pattern: // --
I open .js files with aptana JS editor and the perspective is Aptana ...
In Visual Studio with Resharper I can set the project to background build as I type. A red icon on the status bar appears the instance I code something wrong. Green if all is good. It does this by compiling all the time.
Is there a way to enable this in Eclipse?
...