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...
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.
...
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 ...
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...
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.. ...
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/ ...
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 .
...
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) {
...
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...
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
...
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...
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...
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...
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
...
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] ...
The Nebula CDateTime is nearly unusable for entering both date and time. Is there a sensible open source alternative?
...
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.
...
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?
...
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...
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...