eclipse

Generating Web Service using Eclipse (Helios) from a JAX-WS 2.0 implementation

Hi guys I'm currently using Eclipse 3.6 (Helios). I have tried using Ant wsgen task but that doesn't exist on Ant (what am I missing?) I want to generate a Web Service WSDL from the following sample code: import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebService; import javax.jws.soap.SOAPBinding; /** * @aut...

APIDemos 8 Debug, setting a debug breakpoint at the first line never runs through code in the class

I set a toggle breakpoint at line 36 of the main class, of APIDemos 8, the debug begins at the OnCreate but never processes another line in the class. Why is that? Here's the code starting a line 36. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Intent intent = getIntent(); ...

creating a new file in eclipse

Is it possible to create, a new file in eclipse without it being part of a project? ...

How can I get Eclipse to launch Ant in one keypress?

I changed the keybinding for Run Ant Build to F10 when Editing Javascript Source and also tried In Windows. In both cases F10 opens the file menu. If I press F11 while the ant build.xml is highlighted, it runs. If I press F11 any other time Eclipse opens up the Debug Configuration dialog. If I try Ctrl+F11 it tells me there are no launc...

Checking programmatically if a .class file extends particular class.

Hi, I have a problem I've been trying to solve for quite some hours. In an Eclipse plugin, I have an ArrayList that contains the full paths (as strings) of some java .class files. What I'd like to do is check if the classes that are included in the list extend a particular class. I thought about parsing the file, looking for what is afte...

When moving to Eclipse J2ee from regular, do I need to uninstall?

I currently have the standard dev eclipse 3.5.2, but now need to do some jsps etc, so want to move to the j2ee version. Can I install the j2ee version right over my old one, or do I need to uninstall? I guess another option might be to get the WST packages and install those directly? Any advice is appreciated. Thanks, Mike ...

Is there a way to add Google Chrome as an external web browser in Flash Builder Standalone for Mac?

It currently seems impossible to add Google Chrome as an external web browser in Flash Builder Standalone for Mac. In this context, Eclipse only cares about "Unix executables" and not .app files. For example, the path to Firefox on a Mac is: /Applications/Firefox.app/Contents/MacOS/firefox-bin which is only found by right-clicking and...

Eclipse Android Unicode Folder Names causing bad build

In my Android project, I put several folders with unicode names in the assets folder. Eg "Ελληνικά" and "中文(繁體)" When I do so, I can not built the app. I get this error. However, when I rename the folders to simple ASCII it works. [2010-07-21 21:12:58 - Ridvan Library] ------------------------------ [2010-07-21 21:12:58 - Ridvan Librar...

How can I know in which IClasspathEntry an IJavaElement belongs to?

I have an IJavaElement and I wish to know which one of the IClasspathEntrys of an IJavaProject the element belongs to. I have a feeling that I'm missing something obvious, but I just couldn't find a simple solution to that. Thanks in advance for any forthcoming tips and answers. ...

Android Eclipse emulator problem: Runs WVGA(hdpi) as a mdpi screen

The problem I am having is that when I run a FWVGA or WVGA sized emulator it sometimes runs at a MDPI size instead of HDPI. Here is an example with pictures http://wonton-games.blogspot.com/2010/06/emulator-problems.html I create the AVD with the proper hw.lcd.density setting and screen size and it randomly does this. There doesn't see...

Bringing unit testing to an existing project

I'm working on an existing JEE project with various maven modules that are developed in Eclipse, bundled together and deployed on JBoss using Java 1.6. I have the opportunity to prepare any framework and document how unit testing should be brought to the project. Can you offer any advice on... JUnit is where I expect to start, is this...

Product .exe does not start if # is in folder name

Hi everyone, I was wondering if there is a specific reason, why my eclipse product .exe does not start, if the parent directory of the exe-file contains a #. I am using Windows XP (SP3) and exported my eclipse application. The resulting .exe file saluts me with the following screen: Any ideas? ...

servlet communicate with J2me Project?

i am working with Eclipse to develop a application in J2ME.In This application i am using a servlet called HitServlet and a J2me Class HitMIDlet. I want to run this project using Eclipse.But i do not what is the directory structure and how i make directory structure. I am alredy configure J2ME plugin and Tomcat in my eclipse. But i do n...

J2me with Eclipse?

I have two classes one is J2me class HitMIDlet and a servlet HitServlet i want to send request to servlet using J2me class.How i will mange these these two classes using Eclipse .? ...

Android - Error if I don't import R and another error if I do?

If I don't import R, I get "id cannot be resolved or is not a field" (R.id.mainanim); And if I import R, the id error is gone, but I get "main and mainanim cannot be resolved or is not a field". They're my xml files! :0 Can you help me? Also here is ALL my code... maybe there is an error I didn't see? JAVA: package com.examp...

How can I enable "Mark Occurrences" in a Java editor that is loaded in a multi page editor?

I am working on a multi page editor that loads opens multiple files (e.g. java, html) in separate tabs of a multi page editor. The files get opened with the default editors associated with the file type and these default editors are embedded in the multi page editor as tabs. Here is how I am determining which editor to load (for a file ...

Controlling eGit's treatment of symbolic links

I am setting up a project that will be shared among several programmers at my organization. We are using git--to which I am a newcomer. The project directory includes symbolic links to documentation directories that should not be under version control. I want to maintain the symlinks under version control as symlinks, rather than havi...

On Windows 7 (64 bit), do you have to install only 64 bit Java, and 64 bit Eclipse?

I heard that vendors do not all have 64 bt libs, so am wanting to only install 32 bit Eclipse, and 32 bit Java. However, I have run into IDE issues so wondered if it is all because I did not install 64 bit? issues http://stackoverflow.com/questions/3302797/cannot-connect-subclipse-to-visualsvn-on-windows-7 http://groups.google.com/group...

Android Development 64 bit - Eclipse issues

I recently decided to make another application for the Android but I am having severe Eclipse issues. I'm running Windows 7 Ultimate 64 bit edition and my Eclipse keeps force closing whenever I try to do random things (such as saving, opening a file, building, etc). It does it randomly, I can sometimes save / run my application fine but ...

Automatically Create Constructor Using Fields/Properties in Visual Studio (like Eclipse does)

Is there any way to automatically create the constructor for a class based on the properties in the class like Eclipse does? (Without getting ReSharper). I'm using Visual Studio 2008 (C#). If this is a duplicate, please link (I tried searching). ...