| Thread | Last Post | Replies |
|
| XYImageAnnotation in JFreechart | 14 Sep 2007 17:58 GMT | 2 |
I have a plot that is plotting correctly and I have been adding text annotations to it successfully, but when I implement the following and add it to my working chart... I see no image in the chart. Is there something I should be doing additionally?
|
| Ping Java Peeps | 14 Sep 2007 16:22 GMT | 9 |
Anybody want to help out with this one? I have two JFrames. I want to update a control on one with the information from another. The first jframe launches the second. the second has a text box. I then want the results of the text box applied to a JLabel on the
|
| Debugging Question | 14 Sep 2007 15:21 GMT | 8 |
Hello, I am using Netbeans 5.5.1 on Windows XP SP2, JAVA 1.6.0_01, jdk1.6.0_01, VM1.6.0_01-b06 I keep getting a flicker occasionally when I update a screen. (This happens both in and out of the development) Recently I have left the
|
| [Servlet] how to send a stream to servlet doPost | 14 Sep 2007 15:17 GMT | 3 |
I need to send a stream to servle doPost, Now I use HttpURLConnection to call. same times is work well, but same times is not work, the simple code:
|
| why Tomcat is strange ? :) | 14 Sep 2007 14:57 GMT | 7 |
i have script to restart Tomcat (stop, wait 3sec, run) and sometime I receive two different process of server. and log that "Socket bind failed: [98] Address already in use" but also in a few cases all is good.
|
| Accessing classes within a JAR file? | 14 Sep 2007 14:00 GMT | 5 |
I have packaged my Java application using OneJAR, and I now need to run some test scripts against this JAR file. However, I find my classes virtually inaccessible within the jar. How do I get to them? Regards,
|
| Help! to solve this question | 14 Sep 2007 13:31 GMT | 20 |
http://groups.google.com/group/java-code-challenge/web/calculate-mininterval?hl=en
|
| Is there a module to organize and parse command line parameters? | 14 Sep 2007 12:35 GMT | 2 |
I'm designing a workbench that lifts some repetitive work from the programmers' shoulders and that eases the combination of algorithms that have been developed by different authors. One part of the workbench is the support for command line parameters.
|
| Zasto javu nisu razdjelili..... | 14 Sep 2007 07:28 GMT | 2 |
Jer sve radi osim Save, da radi Save onda bi aplet mogao natrpati gomilu virusa iz browsera...
|
| JSTL - Following MVC | 14 Sep 2007 07:13 GMT | 5 |
Hi, I've got a J2EE application (trying) to follow the MVC paradigm. So far, there is a data model, which is sent to the view. The view then calls java functions to html formate Strings from this model, using inline java code, which I don't like very much. Would you:
|
| Move single email message from inbox to another folder | 14 Sep 2007 01:25 GMT | 1 |
I would like some code to move a SINGLE email message from the inbox to another one. I have code to move a group of them: folder.copyMessage(messages, SomeOtherFolder);
|
| Use link to forward Session entries instead of Request Dispatcher | 14 Sep 2007 00:55 GMT | 2 |
I have objects that I pass from a Servlet to JSP using RequestDispatcher type. Now, I was wondering if I can do the same with a link but not sure how I do that: Servlet called MyServlet.java (or MyServlet in web.xml mapping):
|
| How to pass parameters to another web page from a java applet? | 14 Sep 2007 00:15 GMT | 4 |
I have a java applet program in one web page, after processing some data, I want to the applet to open a new web page and pass parameters to that page too. Does anyone know how to archive this?
|
| Multicast getting garbage message on Linux but not on Solaris!? | 13 Sep 2007 21:02 GMT | 3 |
Heres the scenario... We have an java application running on Linux, which basically listens to multiple multicast IPs, process them, and other things. Issue comes in when, say Message#1 is being published on IP#1, and Message#2 is
|
| Please help I need to solve this | 13 Sep 2007 20:49 GMT | 9 |
I am using Weblogic8.1 SP3 , Hibernate 3 and spring 1.2.3 version. While deploying the code , I am getting this exception. can any body help that how to solve this problem. org.springframework.beans.factory.BeanCreationException: Error
|