eclipse

JDT ASTParser to get the value of a string field

Is there a way to use jdt ASTParser to get the value of a String field declared in a java file. Actually what I need is to resolve any possible dependencies from other classes e.g. public String str = "somethig"+SomeTherClass.SOMETHING_ELSE. ...

Temporarily disable Eclipse plugin

Is there a way to disable an Eclipse plugin without actually uninstalling it? (Eclipse 3.3 had a "disable" button but this is now missing from Eclipse 3.4+.) ...

running an RMI server in command line and eclipse

I need to run my RMI server RmiEncodingServer) using the command line, my class files reside in this folder: C:\workspace\distributedhw2\AgencyServers\RmiEncodingServer\RmiServerClasses in package hw2.rmi.server. The code base reside in this folder: C:\workspace\distributedhw2\AgencyServers\RmiEncodingServer\RmiServerCodeBase in p...

eclipse - one IDE instance for all development platforms ?

Hi, The eclipse installation on my system can so far crank J2SE, Android and PHP projects. Any way to integrate "Carbide" and "badaide" into the same eclipse installation ? It is pretty annoying having 3 eclipse installations only for the different flavours. Thanks ...

changes are not updated in eclipse

I am new to eclipse. I am trying eclipse with a simple web application. Whenever I make changes in the jsp pages and run the application. The changes are not updated in the server. please let me know the problem. ...

How can I run an app's source code that I got from the Android source code?

For all of you android devs out there that have the Android simulator running on your comp, you know that there are a few built in apps that are already installed on your 'phone'. I had an idea for an app that would utilize a function that is already being done in the spare parts app that comes already installed. I went on to the andro...

Red5 Unable to Start Distribution.

I have installed subclipse, Ant, IvyDE, Red5 Plugin for eclipse, I added JAVA_HOME and JAVA_VERSION to environmental variables, I also added Java, and Ant to the windows path. I am attempting to create a Red5 Distribution by using eclipse, opening Build.xml right clicking dist [default] in the outline window and running as and selecting...

List of existing Android Virtual Devices empty

I'm new to Android development and I'm currently going through some tutorials. When I setup a new Android Project in Eclipse, and select Windows -> Android SDK and AVD Manager, in Virtual Devices, the list of existing Android Virtual Devices is empty. Is it supposed to be? From the pictures in the tutorial, it's pre-populated. Can I ...

Unresolved import: models

Hi! I'm doing my VERY first project using python/django/eclipse/pydev following this guide http://docs.djangoproject.com/en/dev/intro/tutorial01/ My only addition is the use of Eclipse/pydev. I'm getting many errors related to "Unresolved imports". I can remove the errors using "remove error markers" and my site runs perfect (I can br...

Do NetBeans and Eclipse (including most of extensions) run on OpenJDK without original Sun JRE/JDK?

Can I install just OpenJDK without proprietary Sun JRE/JDK and use NetBeans and Eclipse without significant disadvantages? ...

How do you unit test Scala in Eclipse?

I am learning Scala and would like to set up integrated unit testing in Eclipse. As far as I can tell from googling, ScalaTest is the way to go, possibly in combination with JUnit. What are your experiences with unit testing Scala in Eclipse? Should I use the JUnit runner or something else? ...

how to add ctrl - click listeners in eclipse java editor

I want to add a ctrl - clic kind of listener to a custom javadoc annotation in eclipse java editor, thus I want to be able to move the focus to a specific place when the use ctrl - clic @customJavadoc annotation. ...

Eclipse Class File Metadata

In Visual Studio, I can obtain a succinct list of public methods/members exposed in a class for which I do not have the source (i.e. bundled inside a DLL) by pressing F12 (GoToDefinition). Similarly, I am learning the Android API - in Eclipse. Jumping to an Android framework method definition produces decompilation output which is not i...

Compile android project to apk without eclipse

What I have done is I have taken the class-files from my eclipse project and run them trough an optimizer/obfuscator. So I now have optimized class-files that I want to get in the form of an apk so I can sign and publish it. However, I am lost on how to do this. I guess I cant just copy them into the bin-folder of my eclipse-project, bec...

Eclipse UML plugin?

I want a UML modelling tool, preferably as an eclipse plugin that can perform the following: model UML diagrams Generate stub java code from the diagrams Edited: The tool must be open source as I don't want to purchase it. ...

Easier way to move a project in Eclipse

My projects changes location, and I need to tell Eclipse this. (I'm not the one moving the project, it already exists in different folders. To work on a different branch, I work in a different folder.) Today I just delete the project from Eclipse and import it from the new location. But I have a lot of projects, they change location oft...

Why does /**[newline] not always insert the Javadoc template including @param and @return in Eclipse?

I'm documenting code in Eclipse and have been using the /** followed by Enter alot to insert the Javadoc template. However this does not always work for some reason, it will create the template for writing comments but it won't automatically insert the @param and @return text. If I copy the exact same method to another class it will inse...

how to save settings of eclipse?

I am using Rational software Architect(RSA) which is like eclipse .Now i have done lots of settings under windows >preferences. Now want to export this settings and then apply those settings directly to another instance of RSA installed on another machine. How do i export and the import this and the import?The way to do this in eclipse...

access restrictions in eclipse

I have 2 projects(say A and B) inside Rational Software Architect(its similar to eclipse).Now one project A is internally using other B .Now i am getting following errors Multiple markers at this line - Access restriction: The type Constants is not accessible due to restriction on required project B - Access restriction: The fie...

SWT Browser in eclipse

Is SWT Browser included to standard eclipse installation or I've to install it additionally ? And if where can I find pack for SWT. ...