eclipse

How to use reverse engineering in my eclipse

i am using MySql workbench and My Eclipse 8.6. and making a Hibernate-spring program. Is it possible to use reverse engineering feature in my eclipse with MySql workbench in so that DAO and hbm files can be generate like Derby. How can i do this with MySql workbench. this is a URL of using reverse engineering in my eclipse. http://www.my...

Equinox launcher

What is the big difference between launching Equinox via java -jar plugins/org.eclipse.osgi_3.6.0.v20100517.jar and using org.eclipse.equinox.launcher (basically, java -jar plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar)? I suppose that org.eclipse.equinox.launcher provides some added value, but what exactly? ...

Eclipse release heap back to system

Hello, I'm using Eclipse 3.6 with latest Sun Java 6 on Linux (64 bit) with a larger number of large projects. In some special circumstances (SVN updates for example) Eclipse needs up to 1 GB heap. But most of the time it only needs 350 MB. When I enable the heap status panel then I see this most of the time: 350M of 878M I start Eclip...

How to find out if "debug mode" is enabled

How can a Java program find out if it is running in debug mode? The application should behave a bit different in regular 'full speed' mode than in 'debug mode' (when a debugger is attached, when running in debug mode). The application communicates over TCP with either another computer, another process, or within itself. My co-worker wa...

How to add a Java Properties file to my Java Project in Eclipse...

I was using Unix before to compile and edit my Java. In that I have used property files right inside my current working directory where the class file exists. Now i have switched to Eclipse IDE. I dont know how to add the same properties file here in Eclipse. Please help me. ...

Could not connect to remote facade url

I am trying to use mxunit eclipse plug-in for testing my test cases. I am using eclipse 3.6.0 with cfml plug-in (cfeclipse ver 1.4.2.*) For ColdFusion project. On the fifth step of plug-in configuration, I get the following error: Could not connect to facade URL. Try running this in a browser: http://localhost/mxunit/framework/Remote...

How to remove JAX-WS Web Services node in Eclipse Project Explorer?

For development I use Eclipse Helios. In one of my projects in the project explorer a new node showed up. It is called JAX-WS Web Services. I do NOT use webservices in my project. The node has two sub nodes, Service Endpoint Interface and Web Services. Both of them are empty. I have some other project open too. They do not show this node...

Changing variables in realtime when debugging in eclipse?

Hey guys&dolls Ok.. I hope i can get this across without sounding like an idiot. Using Eclipse, when debugging is it possible to change the value of variables during runtime of a project for testing purposes. For example, say I have a method that returns the number 5 but for testing purposes i want to output 10 instead. This isnt the...

m2eclipse .classpath generation with AJDT

Hi, I am using m2eclipse 0.10.2 and eclipse helios/ajdt. I remember that m2eclipse is managing the inpath for eclipse configuration (at least in eclipse galileo) right now, it doesn't manage it for me any more and I don't know why. This is my plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> ...

EGit + Beanstalk - Auth Fail

I have Eclipse 3.5 and EGit 0.9.3 installed. Gitbash can authenticate fine to Beanstalk, but for some reason Eclipse gives me Auth Failed when I try to import/clone a repo into Eclipse. Also, I don't seem to have git+ssh as a protocol option - why is that? I have copied my files from .ssh to ssh as some other posts have indicated but it...

Method for changing classes in Listview

Hi, I have created a tabbed view with four tabs and attached four listviews to the tabs. I have created separate classes with the list views in them and I now want to add a activity to the list view public class l2 extends ListActivity { /** Called when the activity is first created. */ public void onCreate(Bundle icicle) { super...

Eclipse Helios not launching

I have used Eclipse in the past without problems over a year ago, but I downloaded Helios onto a new computer having Windows Vista and Java 1.6.13 currently. I extract the folder and try to run the Eclipse EXE and get an error stating "Java was started but returned exit code=13". I did some digging and it appears that the config file is...

Trouble generating MD5 fingerprint with new keystore

I'm trying to generate the MD5 Fingerprint I will use with the release of my application. I used Eclipse to Compile and Sign my application, which gave me a keystore file and a .apk file. Now i need to generate the MD5 for my MapViews. I tried using the cmd prompt to generate it, but everytime it states that no such file exists. Is there...

Eclipse link source and source control

I am working on a project that is under source control (perforce) and already has an Eclipse project in source control (I still have to edit it manually, but that is a different issue). I have been working on some code in a completely different location. I want to include this into the main project classpath. The problem is if I just do...

"Referenced Libraries"-collapsable gone when checking out Eclipse project from SVN.

I have created an Eclipse project with a number of referenced jar files. I use a variable to specify the local folder of the jar files. However when I check out this project to another machine Eclipse does not organize the referenced files under a "Referenced Libraries" pin. Instead it just lists all of the files. Any ideas why this hap...

eclipse - shortcut for surrounding a String by double quotes

Does anyone else is annoyed by putting strings into double quotes manually ? If I'm not writing code from left to right, but pasting Strings (which happens very often), especially if double click selects the content between surrounding double quotes, I must go at the beginning, type ", then at the end and type " again...very annoying. ...

Are there any problems using Eclipse 3.6 with the Android SDK?

What's the current status of using the latest version of the Android SDK with the latest version of Eclipse 3.6? Previously I've read that there were bugs/problems, and warned to continue using Eclipse 3.5 Galileo for the time being. Is this still the case, or have the issues been resolved? I'm running Windows 7 64-bit, but I'm actuall...

Automatically synchronize Java servlet in Eclipse?

I'm using Vaadin framework and everything is setup fine using the Book of Vaadin. When I alter source code it automatically builds and synchronizes the server which I can see in the Server tab, however when I refresh my browser window nothing is changed. The only time when I can see the change is when I select my module in the Server ta...

How to deny maven to use open projects in Eclipse instead of jar from repository

Currently if i have dependency project opened, then maven use it instead of specified jar from repo. Is there Eclipse setting (or conf for pom), so maven will always use specified dependencies non-regarding if corresponding project opened or not in eclipse? ...

Eclipse 32 bits running on 64 bits JVM

Hi there, After many investigations I can't find a clear answer to the following question: Can Eclipse 32 bits version runs on a 64 bits JVM (of course on a 64 bits windows) ? I guess the answer should be "NO" but I never worked with 64 bits systems and will be interested to "learn more" of how it work. Thanks in advance, Manu ...