eclipse

Project-specific Checkstyle configuration in Eclipse

Is there a way to define a configuration XML for Checkstyle in Eclipse that would be project specific, as in "you put a XML file in the project tree and Checkstyle recognizes it"? As far as I've researched, I've seen how to change the configuration for Eclipse as a whole, and how to include a Supressions Filter, which (as far as I under...

Eclipse semicolon inserted before cursor when typing full line not using content assist.

This behavior is dring me batty. I type the following: fileName.append(c.get(Calendar.HOUR_OF_DAY)) Now when I typed that the content assist poped up. I did not pick HOUR_OF_DAY from the content assist nor did I press enter to fill it in automatically. I just typed "HOUR_OF_DAY". I typed both end parens ")" at the end of line too,...

Android development on Eclipse + Win XP - Autocomplete syntax hangs.

I switched from a Mac to my PC because Eclipse on a Mac was killing me. Windows definitely is much better, but eclipse hangs for 5-6 seconds everytime I try to make it autocomplete my syntax. Say when I hit imgView. and wait for it to pull up an image view properties, it just hangs for 5 seconds and then pulls them up. Is there any way ...

Exported runnable JAR file from Eclipse doesn't seem to execute

(Disclaimer: I am not a Java programmer, and really have very little idea what I'm doing in Eclipse) I hacked out an application in Eclipse a while back which I finished off and exported as a JAR which runs nicely. I didn't take any notes or make any comments. The time comes to make some changes to the project but I have to reload it a...

What's the best GUI designer for use with Eclipse?

This question was asked a couple years ago and the answers give out-dated recommendations, so here it is again. What is the best GUI designer for use with Eclipse? ...

Eclipse is really slow to load a file

Why is Eclipse so slow to load a file? I double click a file in the Project Explorer and it takes as long as 5 seconds before it appears as a new editor tab! I hear people complaining about Eclipse's speed but it hasn't been true for me -- everything else generally runs fine except for this. Computer has 8 procs at 2.8GHz and 16 gigs ...

Need help for the build path problem in my eclipse

Hello Everyone, I have a small question regarding the build path of the eclipse. I have checked out code from svn and then i was trying to edit some of the java files and i dont know why it does not compile and complains and givens the following error message "compilation util is not on a build path of a java project " I am not sure why...

Eclipse Android design view of res/values/strings.xml not working anymore

This was working fine when I first started the project. I am referring to editing/adding to the strings.xml file. It used to display a design and XML tab that allowed me to update it. now its just showing up as a table. Any ideas? I don't understand how I could have messed this up. I did check in another project of mine and I am ge...

How to get a fortran90 code migrated to eclipse(photran) on windows?

I have been given a new project. I need to get a fortran code from a linux system working on windows. I'd like to be able to use Eclipse (photran) as my editor. What do I need to do to move things over? I've tried just dumping the source into a new eclipse project and it didn't work. Make had issues. What changes will I need to apply to ...

android manifest build number

I was wondering if it is possible to have Eclipse automatically increment the build version number inside of the Manifest each time that I either build or run an Android app. Has anyone ever done something like this? ...

sun vs eclipse autoboxing difference

I am trying to create a static entry to a bunch of non-static util methods and getting this error with the sun compiler that I am not getting in eclipse: "type parameters of X cannot be determined; no unique maximal instance exists for type variable X with upper bounds X,java.lang.Object" public class Resource { protected <X> X from...

JAR file—nothings happens when I run it.

I'm trying to run a JAR file and nothing happens? Any idea why? Did I maybe do the export wrongly? Some guidelines would be very welcome! ...

Problem with maven and Appfuse (m2eclipse)

hello, could someone help me create a project using Struts2 maven with AppFuse because I meet a lot of blocking problem ..?! ...

What is the best connector for a single developer to store Mylyn tasks in the cloud?

I would like to use the Mylyn task-centered user interface however i regularly work between two pcs and would rather not purchase any bug tracking software. Can someone please recommend a good connector to use with Mylyn for my situation or some other workflow that is better suited. Cheers. ...

How to add python "libraries" to Eclypse and pydev

Hi, I am trying to learn how to use Abaqus Scripting. I just downloaded Eclipse and added the pydev plugin. Everything seems to work fine. What I want to do now is to add all the built-in Abaqus libraries or modules. I would like, for example, the IDE to display the class members and methods when I press the ".". I would like to see ...

How to generate classes from XSD that implements serializable?

I need to generate many classes from my XML Schema (XSD) in a package (.jar). How can I configure these classes to be serializable? (I'm using Eclipse and JAX-B) ...

Mercurial ignore-file for Eclipse and Android development

I have seen samples for Mercurial ignore files for Visual Studio, amongst others. I've just started playing around with Android development, and I also use this time to experimenting with Mercurial. So my question is: does anyone have a good example of a .hgignore file to use for Eclipse and Android development? For starters I've got t...

How to install Qt-Jambi in Eclipse in windows 7?

I am new in programming and I want to install Qt-Jambi in Eclipse in windows 7. Can you explain it to me with a step-be-step procedure? I have searched but I didn't find a easy explaining procedure or tutorial. Thanks in advance ...

Eclipse Menu Item to Exec Shell Command to Console

Is is possible to create a custom menu item within eclipse that will perform a given shell command? I'm not looking to do a "run/debug" type thing, I want to simple shell out and run a given command. I am NOT looking to create a plugin either. ...

Maven missing transitive dependency

Hi, I have a maven project with a dependency (datanucleus-db4o). This dependency has itself a dependency on db4o (db4o:db4o:jar:7.12.126.14142-all-java5). Now maven says: 09.09.10 19:43:09 MESZ: Missing artifact db4o:db4o:jar:7.12.126.14142-all-java5:compile I am new to maven. Is it right that datanucleus-db4o defines its own depe...