eclipse

Eclipse autocompletion for GWT UiBinder (+ UiBinder documentation)

I am using UiBinder xml files in a GWT project. The problem is that Eclipse doesn't give me any info about what attribute I can use with the widgets For example I know I can set width or style this way : <g:HorizontalPanel width="100%" addStyleNames="{style.mainPanel}"> But they are not mentioned in the list that appears after clicki...

how to restrict jdk api version in eclipse

Hi, I am using jdk1.6 in my eclipse build path. But i want to restrict the eclipse to show only those methods that is supported in jdk1.4.2. Is there anyway to do this. Thanks. ...

[Blackberry dev] Eclipse doesn't generate .cod files from an imported .jar file

Hi, I'm developing a Blackberry application (JDE 4.6.1) and I need to import into my project some code packed in a .jar archive (let's call it YYY). The problem is that no .cod file is generated from that when I build my application (only the main application one is created),so the emulator show a message like: error: YYY module not ...

how to import sqlight file into my project

I am making an sqlight using eclipse outside the android project what should I add into my android manifest in order to make it work ? thank you Mathias, lets take this q to another project who genrate a sql file using java assuming this how can I set the SQLiteDatabase.NO_LOCALIZED_COLLATORS flag when calling SQLiteDatab...

Drupal in Eclipse Helios PHP: 2 points

hi, 1) I've just added Drupal as project in eclipse Helios (PHP development) and I get 100 warnings about the code. Is there something am I missing ? Or it is just normal ? 2) I'm actually wondering if this is a good idea to develop my drupal website, I could also use a simpletext editor together with devil module to print variables.. ...

Creating an SVN repository from an eclipse java project

I'm creating a project under eclipse that is to be shared by several developers. The instructions I found for creating an svn repository said to: svnadmin create /var/svn/draw create a directory with my project on the server, make directories under it including trunk put all code under trunk. I copy in all the code, which is in src/ ...

Install Code Rally

I am unable to install the game Code Rally .I unzipped it to the eclipse directory and after I start Eclipse , I don't find any option such as Games Project in File->New->Other. I found the game at http://alphaworks.ibm.com/tech/coderally/download . ...

Why is one class valid while the other is not?

As you can see, having a non void return type is important. class TestValid { public String f(List<String> list) { return null; } public Integer f(List<Integer> list) { return null; } public void test() { f(Arrays.asList("asdf")); f(Arrays.asList(123)); } } class TestInvalid { public void f(List<String> list) { ...

Modeling software using Eclipse plugin

Hey all, I am brand new to modeling software (my greatest reference so far has been the Wikipedia page on UML). Are there any free tools that I can use with Eclipse to auto-generate diagrams? Thanks EDIT:Just to clarify, I am not necessarily looking for the 'right' solution, as I don't have a specific problem. I am just trying to s...

Key command to restart google app engine dev server in eclipse?

Hi, I'm using app engine with java, developing in eclipse. Is there a way to bind restart of the server to a key? Something like ctrl+r will shut down and restart the server? Right now I terminate it manually, then need to restart it via all the context menus, it's eating a few seconds per restart, Thanks ...

Error with android DBAdapter class

Hi, here is the error from the logcat of my program. 06-24 01:35:04.213: INFO/ActivityManager(587): Starting activity: Intent { comp={one.two/one.two.Arrival} } 06-24 01:35:04.521: ERROR/DBDroid(1048): android.database.sqlite.SQLiteException: no such table: port: , while compiling: SELECT KEY_STATUS, KEY_ID, KEY_ARRIVAL, KEY_DESTINATIO...

GSON and the Flickr API problems: JsonParseException when deserializing json

I'm relatively new to java and android development so sorry if this is a silly question. I'm building simple app, simply to learn the android ropes, that will display a list of the most recent photos uploaded to flickr. The app is constructed but it's crapping out when it tries to deserialize the json that I get back from flickr. Here is...

Mac OSX + Eclipse + Subclipse + SMB - Not able to commit files

I use Eclipse+Subclipse on my Mac to edit a code base that resides on a RHEL5 desktop, via an SMB share connection. Everything works like a charm, except the SVN commit part. A JavaHL exception is thrown on commit, that looks like the following. org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.Cli...

without pressing alt key how to enter numbers in blackberry

Hi friends, In my application need to enter numbers, in mobile always need to press alt key for numbers, so i need to write the code without pressing alt key, enter the numbers in the edit field, please give me any example. thankq ...

Compiles in Eclipse but not with Javac from command line: StackOverFlow

Hey All, I have a Java project that contains many very large source files and it compiles fine in Eclipse, however it will not compile with javac from the command line or within Ant. When I try to compile it from the command with javac (or using Ant) I get a StackOverflow Exception: [javac] java.lang.StackOverflowError [javac] ...

Is there a useable DateTime widget for SWT?

The Nebula CDateTime is nearly unusable for entering both date and time. Is there a sensible open source alternative? ...

Are there any guides for moving from Eclipse to Visual Studio?

I'm a long time Eclipse/ANT user, and the people at my current job don't like Eclipse, and would like me to move to using Visual Studio. Are there any guides called "Moving from Eclipse to Visual Studio"? I've found plenty of guides the other way on google ("Moving from Visual Studio to Eclipse") but not much in the other direction. ...

Getting Eclipse Helios Javascript working

I've just downloaded Eclipse IDE for JavaScript Web Developers and can't figure out how to run or debug a standalone javascript program using it. Presumably I have to set up a server of some kind? Any idea where the documenation might be? ...

The eclipse autobuilder often ignore the resource directory

I use eclipse and the maven plugin. I have a big multi-module project (~6 modules in the workspace). I often have the problem that when running my program (jetty:run) my application does not start because resource files are missing. Looking in the target folder, I noticed they haven't been copied. Only "project" "clean" helps in this cas...

.jsp file not working for Google App Engine guestbook tutorial

I've been following the Google App Engine tutorials, and I'm having a problem with the .jsp file. Here is the code from Google: Using JSPs. I'm using Eclipse to build my project, and for some reason when I add the guestbook.jsp file to the war directory, it instantly gets a red error icon. I can't double click to open guestbook.jsp eithe...