0
votes
1answer
22 views
+150
What is the difference between bendpoints in JBPM 3 plugin for Eclipse and JPBM 4 plugin for Eclipse?
In JBPM 3 plugin for Eclipse, bendpoints are represented using four integers:
<transition name="">
<label x="5" y="-10"/>
<bendpoint w1="36" h1="-37" w2="43" h2="39"/>
…
0
votes
0answers
2 views
Is there a way to specify $GlobalRev$ in a file using Subclipse for Eclipse
I know how to get the local version number into a file with Eclipse. Right click, Team, set property then svn:keywords Id.
But how do you get the $GlobalRev$ to appear? There's something called …
1
vote
4answers
69 views
Which Unix flavour do I need? J2EE application using IBM tools?
I want to try Unix for developing J2EE application. I use the IBM software.
WASCE as application server
DB2 Express-C as database.
Eclipse
Which Unix flavour will be most suitable for me?
0
votes
1answer
6 views
Trying to sych Flex Builder/Eclipse project with SVN source tree
Hi,
I am trying to link a Flex Builder WTP/Eclipse project with an existing SVN source structure. I'm using subclipse within Eclipse.
Below is a mapping of some of the directories:
Flex …
0
votes
3answers
19 views
Setting up Spring and Tomcat in eclipse?
I am having some trouble getting Spring and Tomcat up and running and recognized by eclipse. I have looked around on google with no luck. Specifically, I am having trouble having eclipse recognize …
7
votes
7answers
984 views
What is your favorite automatic class diagram generator for Eclipse?
I am looking for an automatic class diagram generator in Eclipse. It will look at a project and automatically create a class diagram without needing to run the code.
What is your favorite class …
2
votes
11answers
183 views
Conditional Java compilation
Hi all,
I'm a longtime C++ programmer, new to Java. I'm developing a Java Blackberry project in Eclipse. Question - is there a way to introduce different configuration sets within the project and …
1
vote
4answers
37 views
Where do you put input file in eclipse(java) in order to read it from console command?
Hi,
I am writing a java program in eclipse(galileo version). The program reads simple user data from input file specified at console command and process it.
But I am not sure where I should place …
1
vote
4answers
58 views
Tracking down undesirable network accesses from Eclipse IDE
A few of my various Eclipse 3.5 (actually SpringSource ToolSuite 2.2) workspaces are painfully slow when building, and I have a suspicion this is because they are continuously grabbing network …
1
vote
0answers
4 views
Eclipse Selection Service
I want to use a plugin action from a plugin I am creating. The method I need to call in the other plugin requires that its selectionChanged() method be called. It is called when a Project is selected …
1
vote
0answers
7 views
Blackberry simulator not creating COD file
This is an answer to anyone having problems getting a program to appear in the Blackberry simulator or problems generating a COD file.
I have been programming in JAVA using the Eclipse IDE and my …
2
votes
7answers
2k views
what clearcase plugin to use with eclipse
Which Clearcase plugin should I use for eclipse 3.5+?
which is easiest to use?
which is most reliable?
can any of the plugins handle working with multiple views cleanly?
0
votes
3answers
80 views
Eclipse + Tomcat = wrong docBase???
I am running Eclipse Galileo with Tomcat 6.0.18.
Currently, I have a working application with the m2Eclipse plugin installed. It deploys to Tomcat and I am able to test my application.
I am wanting …
2
votes
4answers
46 views
Client/server project structure, folder structure, build files, etc.
I'm writing a client and server application. Right now I've just been developing it on my own, so I have written it as one Eclipse project, organized into Java packages (org.myorg.server, …
0
votes
1answer
11 views
Eclipse problem: project references itself
I have small project consisting of one maven project and two maven modules. One of the modules is a webapp, and I'm using WTP to run all my web applications. Everything has been fine, until today when …
