| Thread | Last Post | Replies |
|
| Red Hat, Sun finally buddy up on Java | 07 Nov 2007 02:32 GMT | 9 |
One can't help but wonder whether the next step is the integration of NetBeans into Eclipse... "Sun Microsystems' move to make its core Java software a true open- source project may still be a project in its early stages, but on
|
| Start and Stopping the JVM | 06 Nov 2007 23:34 GMT | 2 |
Any one can advise me how ot stop and restart JVM by command line or script in the Windows 2000 and Windows XP environment? Thanks, Goha
|
| JDBC problem | 06 Nov 2007 21:45 GMT | 4 |
I hava a problem about speed of database enquiry. Problem: It's a B/S application. Now I hava a database enquiry. The statement stmt.executeQuery(sSQL) used long time(about 30s). The
|
| Ahhh.. URL wants to get encoded. Does Java wanna? | 06 Nov 2007 21:32 GMT | 11 |
Now:
>From the <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/net/ URL.html">URL Class</a>: "Note, the URI class does perform escaping of its component fields in
|
| JSF life cycle gets interrupted when disabling a button after a submit call. | 06 Nov 2007 18:30 GMT | 3 |
I have a form that the users continue to click the save button multiple times. I can sovled this simply by saying the following: onclick="this.disabled=true" However the button does not peform a submit.
|
| Regular expressions - marking up a URL | 06 Nov 2007 18:10 GMT | 2 |
I've got the following code: ====================================================================== private static final Pattern rgxUrlsInHTML = Pattern.compile("(http:\\/ \\/([\\w.]+\\/?)\\S*)");
|
| Howe to correctly parameterise a Class | 06 Nov 2007 16:11 GMT | 5 |
Folks How do I correctly parameterise a Class? I have code like this: String classPath = "com.blah.bah.MyClass"
|
| question about java template | 06 Nov 2007 16:08 GMT | 3 |
can i write a java class like this: public class MyPrintJob<T extends Printable> extends T { public void call() { print("hello");
|
| Threads in a threadgroup | 06 Nov 2007 15:00 GMT | 3 |
How do you get hold of threads in a threadgroup? list() just prints them out
|
| netbeans doesn't create lib directory under dist | 06 Nov 2007 14:39 GMT | 20 |
I'm trying to use netbeans 5.5 to create an executable on windows. The app depends on on ibm db2 jars as well as the log4j jar. I can build and run the app from the ide but when I try to run it standalone it complains that it can't load the log4j Logger. Specifically when
|
| Force a class to have certain static methods | 06 Nov 2007 14:37 GMT | 7 |
How do I force a class to have certain static methods? Here's the problem. Our system has certain pluggable classes. To make a new implementation of such a class, you just have it implement a certain interface.
|
| Problem with parameters passed to an Oracle stored procedure from java class | 06 Nov 2007 14:30 GMT | 3 |
I have the following stored procedure in my Oracle XE Express Edition database : CREATE OR REPLACE PROCEDURE InsertValue (
|
| a Problem with java 2D | 06 Nov 2007 14:13 GMT | 21 |
i'm new to Java 2D and I have a Problem drawing a geometric primitive on a JPanel. I used getGraphics() to get the Graphics-Object of my JPanel, casted it to Graphics2D, then drew a line on it und used myJPanel.repaint()
|
| Which is better for JME devel: Netbeans or Eclipse? | 06 Nov 2007 11:50 GMT | 23 |
For JME/J2ME development, which devel environment is better? Netbeans or Eclipse?
|
| Export to Microsoft Word Document | 06 Nov 2007 05:15 GMT | 15 |
I have a text file with certain plain text in it. I am also asking for user input on my form. I want to get the text file data and the text entered by the user to a Microsoft Word Document. Please let me know how to write a Java code to:
|