| Thread | Last Post | Replies |
|
| [announce]Celebrate Independence Day with Stylus Studio | 30 Jun 2005 23:17 GMT | 1 |
Hear ye, hear ye, all in comp.lang.java.help: Stylus Studio (http://www.stylusstudio.com) has issued a call to the global community of XML developers, to celebrate their independence from incomplete and over-priced XML IDEs. With the new product launch of
|
| Printing slow as an Applet | 30 Jun 2005 23:09 GMT | 13 |
Hi, I have a question. I have a simple Java program which creates a JTable and print the content. The JTable is 300 rows and 6 columns. And I am using JBuilder as IDE. The problem is when I run my code as a stand alone program using java
|
| Handling "Press any key to continue..."? | 30 Jun 2005 20:38 GMT | 4 |
My java program executes an old DOS program for file conversion, which is called by something like Runtime().getRuntime().exe("convert infile outfile"). However, the 'convert' program asks its user to 'Press any key to
|
| TCP/IP socket reading trouble - help- please | 30 Jun 2005 17:41 GMT | 3 |
I have a distributed java (jdk1.4) system running on a Windows 2003 enterprise server (4 cpu 8GB RAM). There are about 17 servers communicating through JMS (using SWIFT) and direct socket connections.
|
| java.net.SocketException: No buffer space available (maximum connections reached?): recv failed | 30 Jun 2005 16:59 GMT | 9 |
I'll try and keep this brief so in a nutshell: I have large distributed java system running on a Windows 2003 server (4cpu 8Gb memory). Periodically the following exceptions occurs in the servers:
|
| Java 1.5 generics warning messages | 30 Jun 2005 16:50 GMT | 4 |
Since I upgrade Java from 1.4.2 to 1.5.002, each time I got those generics warning messages. Please help me get rid those messages. public class MyClass {
|
| drawing arrows... | 30 Jun 2005 15:37 GMT | 6 |
I'm a newcomer to Java programming. I need to draw some arrows in a window. Drawing lines is no problem, but I don't see an arrow-drawing capability in the Graphics2D class. It seems that this would be a common need - anyone ever see any publicly available classes with this
|
| web start jnlp offline | 30 Jun 2005 02:38 GMT | 1 |
This is the file I use: <?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="..."> <information>
|
| CDC emulator | 30 Jun 2005 01:15 GMT | 4 |
Where can I find the J2ME's JVM emulator (the CDC version). I've found quite a few CLDC version, but not CDC. Thanks. Napi
|
| How to handle exceptions in constructor? | 29 Jun 2005 04:34 GMT | 7 |
When exceptions occur in constructor so that the instance of the object can not be created, should we throw the exception to the invoker of the constructor or simply catch the exception (and not throw it again)? I think we should not catch the exception (and not throw it again), ...
|
| Question about clone a Hashtable | 29 Jun 2005 03:20 GMT | 16 |
I want to clone the content of a Hashtable (its keys, its values and its key-value relationship). But I have found that the clone method can not completely clone a Hashtable, as is mentioned in the description of clone method of Java API Specification,
|
| Problems starting jakarta-tomcat 5.5 | 29 Jun 2005 01:18 GMT | 5 |
I am trying to run jakarta-tomcat 5.5. I installed jre1.5.0_03 and also jdk1.5.0_03. I tried setting my JAVA_HOME variable to both /usr/local/re1.5.0_03 and also /usr/local/jdk1.5.0_03
|
| Best way to develop in parallel | 29 Jun 2005 01:14 GMT | 1 |
I have MyPossiblyFlawedClass and MyOtherPossibilyFlawedClass. Both have exactly the same method signatures, constructors, etc. They solve a number crunching problem using two different
|
| Calling a Java method from C++ via JNI problem. | 28 Jun 2005 12:02 GMT | 2 |
I am having some real difficulties calling a Java method from C++ code. I load my c++ dll from java using: static {
|
| Displaying results as "pages" of a JTable and sorting across all results ... | 28 Jun 2005 02:02 GMT | 1 |
Hi all ... I've recently returned to the world of Java after an extended sabbatical, but I'll admit that my grasp of TableModels and such was never all that great.
|