eclipse

cleaning a project and regeneratig class files in eclipse

After I clean a project in eclipse I don't see the class files generated in the output folder "bin" although there's no build error, what can I do to make it regenerate the class files? thanks ...

Add a test method to existing test case by highlighting the method name in Eclipse

Hi there, Not sure if this is possible, but it'll save me a lot of time if it is. When I create a Junit4 test case in Eclise, I don't usually included all the methods that I'd like to test first, and later on, I'd like to add the untested methods or new methods to the test case. Currently, I'm doing this by typing new test methods in th...

What are the best JVM settings for Eclipse on windows 7 64 bit?

What's the best settings for Eclipse 3.5.2 on Windows 7 64 bit? I've read What are the best JVM settings for Eclipse?, but nowhere 64 bit system was mentioned. Eclipse 3.5.2 runs pretty slow on my 8GB windows 7 64 bit box. Thanks in advance! David ...

Project works in eclipse but not when exported

I wrote an application that uses GraphViz to generate some graphs as .gif's according to the DOT syntax. When I run from Eclipse the images are generated fine but when I export it as a jar the images are created but there is no data in them. When I view them in Microsoft Picture Viewer its just the red X. It was working as an exported...

Clean Eclipse Index, it is out of sync with code

I'm using Eclipse with C++ code via linked resources on Linux. The code analysis index seems to be corrupted (Goto definition lands the cursor close to, but not on, the definition) Refreshing resources doesn't fix it, neither does restarting Eclipse. Is there a way to flush the index and rebuild it? ...

I have two eclipse projects on a SVN repository. How should I combine them into one?

I have two eclipse projects on an SVN repository that I feel should be merged into one. The easiest way that I can think of doing this is to copy the contents of both projects into a new local project, commit it, and nuke the old ones. Is there a better, SVN-ish way of doing things? I'm using the Eclipse Subversive plugin, for what it...

Getting started with Android...

Hi I'm generally coming from the C# Windows and Web development background, and I really want to start creating applications for the Android operating system. I have succeed to install Eclipse with the Android 2.2 SDK and to run the default Hello World application. Best way to learn is probably to do. What some applications can I cr...

Eclipse Android Mac 10.4 problem, dyld: Symbol not found: _open$UNIX2003

Hello I have just set up the Eclipse Android SDK environment. I tried creating a basic HelloWorld app by following this page http://developer.android.com/guide/tutorials/hello-world.html As soon as i set up the project i get get this error in the console [2010-06-09 23:12:22 - Helloworld] dyld: Symbol not found: _open$UNIX2003 [2010-06...

JavaApplicationStub with SWT causing problems

I created an application in Eclipse that uses SWT for the GUI. I've attempted to deploy the application using the Eclipse deploy, but it seems that when I do that, LSUIElement is not respected, and I can't force the application to disappear from the dock. Nonwhistanding that issue, the application actually deploys ok and is runnable. I...

java.lang.ClassNotFoundException

Hey everyone, I have a java project that I'm working on which was working until a few days ago. I'm not sure what I did to my Eclipse set-up to hose it but now I'm getting a java.lang.ClassNotFoundException when I try to run some code that accesses the google finance api. I've built a small test application that uses the google finance ...

PropertyPlaceholderConfigurer works from Maven command line, but not from Eclipse?

I have Eclipse configured to use an external maven instance. Nonetheless I have an integration test that runs fine from the command line, but fails from within Eclipse. The error is a class Spring application context bean error: Cannot convert value of type [java.lang.String] to required type The culprit it a bean that sets property...

Finding class files that Eclipse builds

Hi. When Eclipse builds my workspace, I assume that it creates Java .class files. What else should otherwise deploy to my running JBoss AS? Do you know where I can find these class files that Eclipse temporarily creates? ...

Is it possible to see the different parts of file in Zend Studio 7?

Hi; I want to know that, if is it possible to see the different parts of a file at the same time in Zend Studio 7? Maybe in different windows or something like that. I know this can be succeeded with simpler editors like editPlus tHanks ...

ACE TAO Corba Ubuntu 10.4 undefined reference to CORBA::Object::_refcount_value()

Hi, I am having a few problems getting the example programs that come with the libTao provided in the package manager. I have used ace tao in the past with windows so have some experience with it already. So far I have all the environment variables set, created a new projects for the "Simple Client" example. I can compile the .idl fine...

Creating exe for my java Application in eclipse?

Possible Duplicate: How can I convert my java program to an .exe file ? hi folks, how to create the exe file of my application in eclipse? please mention the steps to follow. Thanks ...

configuration file editor in Eclipse

Greetings, Anybody uses Eclipse to edit configuration files like httpd.conf and the likes, or even shell scripts? Which editors are there for that? Thanks. Pedro. ...

How to change Label color in Blackberry using eclipse

Hi Friends Can you please send me any example code on label color , by default it shows black color i want to change the color for look and feel in UI please help me .. Thanking you ...

Can we run an Java app in a system without JRE?

Hi Folks, I created an java apllication. i created the Excecutable jar and Exe files for my application. But it cant be run at a system which not installed computer. How to do it? Is there any possible to configure the JRE in the EXEcutable jar or Exe file itself? Any Idea? ...

eclipse servlet problem

Hello, i have created a dynamic web page for a servlet. When i try run the project i get the following error: http starus 500 javax.servlet.ServletException: Error instantiating servlet class ch.uzh.ifi.attempto.aceeditor.MyMainServlet org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) org.apache.catalina....

Still not understanding SVN Repositories in eclipse

I am about to import my project into svn but don't want to stuff it up. My structure is like this: Repositories: /var/svn/client_name1/ /var/svn/client_name2/ Project directories under /var/svn/client_name1/ project1/ trunk/ branches/ ...