| Thread | Last Post | Replies |
|
| Need a recommendation for a Java profiler | 18 Jun 2004 23:33 GMT | 5 |
I'm using Sun's SDK 1.4.2_02 on a Redhat linux 9. The application server being used is JBoss 3.21. Recently, I've been assigned a task to improve performance of our application
|
| HELP - How can I tell to my program WAIT? | 18 Jun 2004 16:08 GMT | 3 |
Hi to all... Mine is a very stupid problem, but i can't already solve it. A lot of times i need to make my main class WAIT (until a certain number of seconds or a change in variable content). I cannot apply an Listener because i don't need
|
| Editors/IDE as extensible, customizable and opened as Eclipse, HTML-Kit or jEdit | 18 Jun 2004 15:03 GMT | 10 |
I'm looking for editors and IDE as extensible, customizable and opened as Eclipse, HTML-Kit or jEdit. Websites : - Eclipse : http://www.eclipse.org/
|
| Eclipse and hsqldb | 17 Jun 2004 14:36 GMT | 1 |
I started using hsqldb with Eclipse, with non problem with libraries integration. The problem is about the visual components that, as it seems from the documentation, let me able to connect the db objects with specialized
|
| Eclipse vs. Netbeans | 17 Jun 2004 13:04 GMT | 9 |
can anybody tell me why everybody is so excited about Eclipse? I'm using NetBeans for several weeks now and after everybody's talking about Eclipse I tried to work with it for the last days. But I must admit that I didn't find the big advantage in this tool.
|
| Eclipse and WASP | 16 Jun 2004 16:18 GMT | 4 |
Having read the mini FAQ posted by David Lamb on comp.lang.java.programmer I'm pretty sure this is the place to post this but I'm trying to fing a group where I can ask questions about the Eclipse IDE, more specifically talk to others who may be trying to
|
| Empty password used - Error! | 15 Jun 2004 09:45 GMT | 1 |
I am hoping to get some help from the group. I am trying to checkout files from CVS using the CVS task and am ending up with error: [cvs] cvs checkout: Empty password used - try 'cvs login' with a real
|
| netbeans - how to show current file in project tree | 11 Jun 2004 17:54 GMT | 3 |
Quite often I am editing a file in NetBeans and I would like to find that file in the project tree view. The only way I found is to hover the mouse over the filename tab, remember the file path and manually locate it in the treeview.
|
| Eclipse and Tomcat Development | 09 Jun 2004 08:18 GMT | 1 |
I am trying to figure out how to change the build path for my java servlets in eclipse so that my class files are located within my Apache Tomcat servers class directory. I tried to change the output folder in eclipse for the project properties but it doesn't seem to accept it as a ...
|
| JBOSS: TCP connect failed in tcp_connect() | 08 Jun 2004 05:26 GMT | 2 |
I am using JBOSS3.2 as an application server. A C++ client spawns 50 threads and each thread make a SOAP request to the a webservice deployed on JBOSS. At the client side I see many random errors i.e sometime these disappear, the other time these come...The errors look
|
| Eclipse: reordering .java source file | 05 Jun 2004 09:13 GMT | 16 |
I was wondering if there's Eclipse (I am using 3.0M8) functionality to not just display fields and methods in a particular order in the explorer, but to actually reorder them in the source file in the given order, by a mouse-click (or two).
|
| Eclipse: class hierarchy not visible in imported project. | 04 Jun 2004 11:02 GMT | 2 |
I have a project which is built using maven and has been imported inside eclipse. Unfortunately the class hierarchy does not show up in eclipse and the project does not seem to be considered as a java project. This is, a priori, not a compatibility problem between eclipse and maven ...
|
| Are there Entry Level log4j tutorial on the web ? | 04 Jun 2004 06:40 GMT | 2 |
I can't get thru the setup process. Can anyone help ?
|
| ANT-generated JAR-Manifest truncated at column 72! | 03 Jun 2004 21:30 GMT | 2 |
I have an Ant script (version 1.5) to generate an executable JAR-file which I use to deploy my Java application. The JAR-file has a manifest file including a "Main-Class" tag to start the application as well as a "Class- Path" tag to list the required libraries. However, if I ...
|
| Ant ZIP task: maximum compression | 01 Jun 2004 18:09 GMT | 1 |
This is not really a Java question...: Is there a way in Ant to create an automated ZIP file with maximum compression? The Zip file I get with WinZip is ~6MB, the Zip file with Ant is more than 15MB in size.
|