| Thread | Last Post | Replies |
|
| Eclipse and J2EE? | 17 Nov 2003 15:29 GMT | 2 |
a pretty short question to you: Does eclipse (www.eclipse.org) support J2EE? Thanks! Matthias
|
| Together: WMF diagrams ugly! | 15 Nov 2003 11:45 GMT | 1 |
when I save a diagram as WMF picture, the layout is bad and the diagram useless. For example, in a UML state diagram. every class box is too small, so that method names are longer than the box etc. Several classes are overlapping etc.
|
| Ant: How do I add to a tar file | 12 Nov 2003 11:40 GMT | 1 |
Unlike the <jar> and <zip> tasks of ant, the <tar> task does not provide an 'update' parameter to specify, wheather the archive should be overwritten or not. How can I then add something to an existing tar archive? For example, when I have
|
| Lomboz: starting JBoss results in NoClassDefFoundError | 12 Nov 2003 08:51 GMT | 4 |
Starting JBoss 3.2.2 using Lomboz results in an Error: 16:03:55,968 ERROR [MainDeployer] could not start deployment: file:/C:/coding/jboss/server/default/deploy/jmx-console.war/ java.lang.NoClassDefFoundError: org/jdom/JDOMException
|
| exclude tag is too powerful in a multi user environment | 12 Nov 2003 08:09 GMT | 2 |
our project has a fileset for excluding files/dirs that are not ready for others in our group to use. however, this causes problems for the person working on those excluded files since they cannot forcefully include them w/o removing them from the common fileset in the build
|
| Console missing: JBuilder 8? | 12 Nov 2003 02:46 GMT | 1 |
I have written a front end gui in JAVA that launches two C++ console applications. When launched from within JBuilder 8 the console application output goes to a pane internal to JBuilder 8 and I see that it is correct. When launched via a desktop shortcut to the .JAR file no console ...
|
| Debugging API classes in Netbeans | 11 Nov 2003 23:55 GMT | 1 |
When Im debugging my program in Netbeans, and I try to debug into API (e.g. Swing JPanel) the debugger tells me that the source of the class has not been found in mounted filesystem. Even though c:\j2sdk1.4.2_02\src.jar is indeed mounted.
|
| Eclips | 11 Nov 2003 22:04 GMT | 2 |
Ok, I've downloaded and installed the Eclips package I got from their site. I'm running Windows XP and have installed the most recent JDK (j2sdk1.4.2 as part of a netbeans bundle). What else do I need to start working with Eclipse? I'm just a beginner (can do very elementary Java ...
|
| problem running servlets developed in eclipse on tomcat | 11 Nov 2003 14:41 GMT | 2 |
i cannot run servlets on tomcat through eclipse. ive googled for the solution and read almost all tutorials that i could find but none has the answer to my dilemna. i cannot acces my servlets through my browser though the test page for tomcat can be accessed easily through
|
| need licensed JAVA ide for less than $300 | 11 Nov 2003 11:00 GMT | 11 |
Tried getting IT to let me download an open-source product (like "NetBeans"), but that didn't go over too well (don't like the licensed "As Is" clause, want someone to point a finger at in case something goes wrong). The most I can get my manager to pay for a Java IDE is
|
| JDeveloper | 11 Nov 2003 01:41 GMT | 1 |
Has anyone ever has JDeveloper crash and then when it is restarted, JDeveloper's Toolbar is gone. Where the toolbar should be, is just a squished up panel. (leftover buttons borders in a panel, perhaps??) This is the first time I've ever seen anything like this in a VDE.
|
| config problem with tomcat 4.1.29(catalina) -- classNotFoundException | 10 Nov 2003 15:45 GMT | 2 |
I followed RUNNING.txt and set CATALINA_HOME directory but when I try to run catalina server I got the following classNotFoundException problem. Please help. Thanks in advance. OS is Windows XP. C:\jakarta-tomcat-4.1.29\bin>catalina run
|
| Lomboz+JBoss: deployment directory | 10 Nov 2003 10:49 GMT | 4 |
I try to develop my first J2EE project with the help of Lomboz. When I tell Lomboz to "deploy" a web project (in the J2EE view), it creates a web archive and moves it to the "{BOSS}/server/all/". Because I want Lomboz to move it to "{BOSS}/server/default/" instead,
|
| Freeware source code obfucator ?? | 09 Nov 2003 23:40 GMT | 3 |
I have found a number of freeware bytecode obfuscators, but I haven't seen any freeware source code obfuscators. Are there any ? Thanks in advance.
|
| Testing client APIs | 08 Nov 2003 22:38 GMT | 2 |
I'm looking for automated tool to generate test programs to test APIs. Can someone please point me or advise me how to work on this. I'm quite new to this java programming and testing java client APIs. I have to write java programs which pass some values to APIs and again
|