This should be simple, but driving my crazy.
I have the following in my layout, not problems.
<TextView
android:id="@+id/birdinfo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#00009c"
android:text="The Robin is a popular bird"
/>
Then I have these arrays which are se...
Hi all,
In the context of an RCP application I am wondering if I should base my product on plugins or on features.
The main difference I can see for now is about the content of the exported application.
Using plugins as product base result in an exported (with GUi or headless build, it's the same) with ALL the required plugins (comput...
I am debugging a client-server application. Client is in .NET and the server is in Java. I am using VS for for the client, Eclipse for the Server.
What do I do about the key bindings? Do I wait to get my fingers used to typing the right key on the right monitor? Or do I change one of the two to behave like the other? I am interested in ...
I'm trying to pass one of my own classes to a Java Emitter Template but i can't get it to work. The generated Java file looks ok and can be compiled manually. But the JETEmitter will fail like this:
The import test cannot be resolved : 'C:/prj/.JETEmitters/src/test/eclipse/codegen/TestTemplate.java' at line 4
Hello cannot be resolved to...
Bookmarks in Eclipse, set and go using hotkeys, do they exist?
Say, Ctrl+Shift+1 = Set 1 bookmark
Ctrl+1 = go to the place first bookmark was set
...
This seems like a simple thing, but I can't find an answer in the existing questions:
How do you add a global argument to all your present and existing run or debug configurations? In my case, I need a VM argument, but I see that this could be useful for runline arguments as well.
Basically, every time I create a unit test I need to c...
I've been switching back and forth between Visual Studio and Eclipse and I got used to couple things in Eclipse:
CTRL+1 to autocast variable
CTRL+o to filter memebers in class and autojump
CTRL+3 to get list of all commands
Do you guys have any suggestion how I could get similar functionality in Visual Studio? Any add-in?
...
I work at a corporation. We want to use Eclipse to create our product for java.
Do we need to buy a license? Why would someone buy a license?
...
I compile and run my program in Eclipse and everything works fine, but when I package it with Ant and run it, I get this error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/supercsv/io/ICsvB
eanReader
Caused by: java.lang.ClassNotFoundException: org.supercsv.io.ICsvBeanReader
at java.net.URLClassLoader$1.run(Un...
I have a checked out a module. It's in /home/user/repositories/repository.
I want to export a folder inside this module. Suppose it's folder3.
/home/user/repositories/repository/folder1/folder2/folder3/
I get into
/home/user/repositories/repository/folder1/folder2/
and try to run
cvs export -r MYTAG -d MY_DIR folder3
But it d...
I have a plain text file, and I want to be able to open it in an Eclipse editor and have Eclipse recognize that the file contains some (normally formatted) Java stack traces.
In particular, I'd like to be able to click on the lines in these stack traces and have Eclipse "jump" to the correct location in my source code--the way it does i...
I want to duplicate some of my Vi key mappings in the ViPlugin for Eclipse. Specifically, I use "jj" for the Esc key, which is done like this in my rc file:
map! jj <Esc>
The ViPlugin User Manual explains how to set up some rc file type of configurations. The example given is:
<?xml version="1.0"?>
<xml>
<shiftwidth>4</shiftwidth...
How do I set the classpath in eclipse which is used by Hibernate Tools?
I have tried right-clicking on my project, going to properties, then Java Build Path, then the Libraries tab, and adding the appropriate JARs. However, Hibernate Tools still gives a classNotFound even after I added the JAR using the above process.
...
Hi all,
When I try to install Eclipse plugins, I often get an error with details like:
An error occurred while collecting
items to be installed No repository
found containing:
org.eclipse.equinox.concurrent/osgi.bundle/1.0.0.v20090520-1800
This is clearly a bug in Eclipse. The bundle I'm installing doesn't need any special...
I'd like to know if there is something similar to junit-addons DirectorySuiteBuilder (documentation) that works with jUnit 4. Simply stated, I want to load every file name *Test.java in a directory and build a suite out of them.
I realize that I can build a suite that runs every test in a directory using ant, but I would prefer to not ...
Eclipese crashes on one (and only it appears) intellensense.
typing "Display.getW" (towards the Display.GetWidth() function) as I type W eclipse reproduceably crashes. Trying random other functions and classes yield no problems.
Any ideas as to what this might be?
Eclipse Info: Eclipse Java EE IDE for Web Developers.
Build id: 20100...
I am using GNU/Linux (Ubuntu + Gnome).
I have been using netbeans on windows since a long time and on Linux I prefer to use vi or emacs.
Now my problem is I want to totally migrate into Linux for all my development works but i have seen that netbeans do not has that appealing look as it used to have on windows. Same with eclipse. I kno...
I have been struggling to enable autocompletion on Eclipse (mac) for Qt classes.
I added /Library/Frameworks/QtCore (and QtGui) to the C++ Path and Symbols tab on the preferences dialog but for some reason although it can find the class names it refuses to autocomplete the class methods and member attributes. Tried to use both INCLUDE an...
At the moment I'm running the demo StockWatcher in Eclipse. This uses the embedded servlet container which is fine for my purposes. The only change I would like to make is running from the command line instead of inside Eclipse. Does anyone know what command I use and what classpath this requires?
Edit - I have not used maven I have ...
Hi,
I have written this short script (which I've stripped away some minor detail for size) and I'm getting a very simple error, yet, I don't understand why! I'm very new to Python, so maybe someone can explain the issue and why it's not working?
The error seems to fall when I wish to print the full custom serial write string back to t...