| Thread | Last Post | Replies |
|
| How to stop StackOverflowError | 31 Jan 2004 20:13 GMT | 5 |
Hi group! when i run my test program i get a stachoverflowerror. why do i get this? how do i stop it? thanx in advance for any help given,
|
| Maximum number of Threads | 31 Jan 2004 18:12 GMT | 3 |
I'm developing a simple Java client that runs over a CORBA server. The main client thread is waiting for notification from this server. On each notification, The client creates a new thread executing some logic with the server and close.
|
| Design problem while using Builder pattern | 31 Jan 2004 15:33 GMT | 2 |
Builder pattern seem to suit my requirements perfectly except in one case as described below. I have used the same example diagram that is used in GOF Design
|
| Regex String Replacement | 31 Jan 2004 13:19 GMT | 5 |
I'm trying to do a string replace in Java for an instant messaging program. This is for an assignment I'm working on. using .replaceAll The problem I have is this
|
| Trying to install Apache AXIS on WAS 4 AE | 31 Jan 2004 10:32 GMT | 9 |
I'm trying to install Apache AXIS on Websphere 4 Advanced Edition. Everything appears to go fine, and the AXIS homepage appears fine. However, when I try to follow any links from the homepage I get an error on the web-browser like this:
|
| Microsoft JVM Version | 31 Jan 2004 09:31 GMT | 1 |
We're having problems with an applet running under Microsoft's JVM. When compiled using a JDK having a version higher than 1.2.2 we get a ClassNotFoundException when trying to load the applet in IE6. So, I was wondering what Java spec version Microsoft's JVM was
|
| Join Us for the 2004 No Fluff Just Stuff Java Symposium Tour | 31 Jan 2004 09:30 GMT | 4 |
Have you wanted to go to a software conference and actually hear quality presentations? Are you tired of listening to sales engineers tell you the latest and greatest about their product? Would you like to actually ask questions of speakers instead of seeing them just walk
|
| Problem with Concepts | 31 Jan 2004 08:23 GMT | 3 |
Hi everyone, I have a slight problem understanding the following behaviour. I am citing 3 classes below: class A{ public int c;
|
| how to use using client side certifcates? | 31 Jan 2004 08:15 GMT | 1 |
I'm writing HTTPS client using JDK. I want to perform client side authentication. 1) How can I enable client side authentication in JDK? 2) How should I tell JDK about the client side certificate? thanks,
|
| POST-ing data to Http server | 31 Jan 2004 05:58 GMT | 6 |
I'm trying to post (using POST method) form-like data (Let's say parameter name = X; Value=ABC) from a Java program to a server, but it doesn't seem to work. Any help would be greatly appreciated. This is the code I'm using :
|
| OT- interesting article in the NY Times | 31 Jan 2004 05:02 GMT | 1 |
New York Times http://www.nytimes.com/2004/01/26/opinion/26HERB.html ---------------------------------------------------------------------- ----------
|
| Drag GIF image on JPanel | 31 Jan 2004 04:33 GMT | 1 |
Could anyone kindly give me an example or web link about how to make a gif image dragging freely on a JPanel by mouse? The best is obtain also the coordinate when it is released. Thanks!
|
| Solve the problem....its urgent | 31 Jan 2004 03:31 GMT | 2 |
kindly solve the problem in article one .. its quite urgent thanx for reading goog luck pink
|
| Clear the Screen | 31 Jan 2004 03:04 GMT | 19 |
I have done some research, trying to Clear The Screen in java code. The first option was the obv: system.out.print("\n\n\n\n\n\n\n\n\n\n\n\n"); then i heard about this method:
|
| javadocs in jbuilder9 | 31 Jan 2004 02:51 GMT | 1 |
I seem to be having problems with generating javadocs from my commented methods. When i go to javadocs in jbuilder it only makes documentation for one class. So i have to go into every single class to make javadocs for the whole
|