Set Size of JFace Wizard
Hi, I am building an Eclipse RCP application and am having trouble on settings the size of a JFace Wizard. ...
Hi, I am building an Eclipse RCP application and am having trouble on settings the size of a JFace Wizard. ...
I'm having this strange error with JBoss. It's strange because it's looking for some old projects that aren't even related to my current project and are also deleted from my workspace in eclipse. When I try to get the current project to run, I get this error: DEPLOYMENTS MISSING DEPENDENCIES: Deployment "jboss.j2ee:ear=BibliotheekEA...
Hi, If I downloaded a tar.gz file on my computer and extracted it with code in it, how do I run it in eclipse in Linux (for C). The downloaded files contains .c files and .o files. ...
If I have an Eclipse project already in my workspace (say downloaded from version control), how can I open it in Eclipse? ...
I have a working AS3 project and it compiles fine to a SWF. I added a new file (via various means: import, drag-drop, new), but it doesn't compile this new file. I'm using Flex Builder 3. I've tried a clean an rebuild. I've tried renaming. It picks up the existing files fine, but not the new one. The project is set to use a HTML wrapper....
I have followed steps mentioned in https://brewmobileplatform.qualcomm.com/devnet/multiplatform_sdk.jsp#eclipse to install all the applications which includes Eclipse, Code Sourcery. If I create a application and try to run, a FlexNet dialog comes up asking for license file/server. How to solve this problem. ...
How would i make what i selected in the spinner appear in a textview when i choose that selection? The data would be taken from the database. My Booking.java package one.two; import android.app.Activity; import android.database.Cursor; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import androi...
Hi All, I have this program in my eclipse. And if I compile this with JDK 1.5(build path -> configure build path ->java compilern ->JDK compliance -> compiler compliance level = 1.5), I get the type erasure error for method m1 I have an option of choosing compiler compliance level as 5 in the driop down (build path -> configure build pa...
Hi Im using eclipse-jee-galileo-win32 for development. I tried to install GWT using eclipse plugin for following link gwt - http://dl.google.com/eclipse/plugin/3.5. But it will displayed following error. How can i solve this problem. [WARN] Confirmation was required to visit untrusted URL: 'http://gwt.google.com/missing-plugin [WA...
I am a beginner. Using Java-Eclipse SDK, How can I Take 2 numbers as input, print the sum? I cannot open a project! Please can some one help me, telling me step by step what to do? Thanks.. Tanvir ...
Does anyone know the correct procedure to compile a Custom Widget to be used under Eclipse Integration Plugin under Windows with MinGW? I tried the following steps, but I cannot see the widget in Widget Bar: Installed Qt 4.6.1 for Win32 (with MinGW) Installed Eclipse Helios 32bit (tried with Galileo too) Installed Qt Eclipse Integrato...
I've recently been asked to mavenize an existing project, and I don't know exactly what that means. On the maven website it outlines how to create a maven project from scratch, but what if I've already got a substantial amount of code? I'm comfortable working on the command line or in Eclipse/Netbeans. I know there are a lot of plugins...
Can anybody please tell me how i can add the ant plugin to eclipse? Thanks ...
Hi! I am trying to drop into the Scala interpreter in the middle of my Scala program. I've seen this very interesting question but it does not seem to be working in Eclipse (3.5.2 + Scala plugin). I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: scala/io/LowPriorityCodecImplicits at scala.tools.n...
I have a workspace that contains many projects (CDT projects, to be specific). Each project has 4 configurations, but in the future they may have more. Project B depends on Project A. In some configurations, I need to prevent Project A from being built. Is there a way to tell Eclipse not to build Project A for a particular configura...
Here is my broken eclipse.ini I editted it several times, and Eclipse is crashing. Last time it crashed I was submitting a Mylyn Task ticket to Trac. This was my last edit, using the Eclipse site for Windows: --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519 -startup plugins/org.eclipse.equinox.la...
I've switched to using Objectify on App Engine, and removed the JDO-related jar files from WEB-INF/lib. Whenever I add/remove a library to the classpath, Eclipse reloads those JDO jars back into the lib directory. Is it possible to prevent this from happening? ...
I had a MIDlet project called Numbers that I decided to rename to Digits. Instead of simply renaming it, I decided to create a brand new project from scratch, so that I can have new directory, package name, .jad/.jar names, etc. Everything went fine, I copied the .java files to /src and resource files to /res and recompiled successfully....
Hello everybody! The question of today is the following: I'm developing a code generator for my department at university. It's very simple: they want to use a custom "scripting" language really human readable, parse that and then translate these instructions in Java. I used SableCC to do the trick, it was really smooth. The problem now i...
Hey guys, I'm having this problem in eclipse (EE) when I change things in my code (even something as simple as the text I'm printing using println) it doesn't get applied. I'm using JBoss and when I rerun the servlet, nothing happens. Any idea how I can force JBoss/Eclipse to do this? I can't preview anything so it's really annoying if...