| Thread | Last Post | Replies |
|
| J2EE licensing ... confusion | 19 Feb 2004 01:58 GMT | 2 |
We will sell a product to our client that requires J2EE jar files. Our client has restrictions on open source software, so for now, we're throwing out JBoss from the equation. Any idea what our client can expect to pay for J2EE license, in this
|
| How do I fix: "Incompatible type for constructor. Can't convert java.io.InputStream to java.io.Reader." | 19 Feb 2004 00:43 GMT | 1 |
First, let me state "I am not a Java programmer.", but I need to write a Java stored procedure for use in an Oracle database instance. The code fragment I am having issues with is: Process p = Runtime.getRuntime().exec(cmd);
|
| Synchronizing | 18 Feb 2004 21:19 GMT | 3 |
In order to be able to suspend and resume a thread, now bad words, I'd like to use something like a mutex, e.g. Object testMutex = new Object(); One thread would start and wait,
|
| use string.matches w/o pattern | 18 Feb 2004 19:23 GMT | 2 |
I have a problem using matches in string w/o using pattern. In the following code, st.nextToken() returns "111-11-1111" to "s". s.matches returns "true" to boolean "bl" and "s" still has the string value. But after if (bl), the value of "bl" and "s" are empty, and it is always
|
| Help with repainting an Applet | 18 Feb 2004 18:20 GMT | 1 |
I'm having some troubles with this Applet. My intention is to put a button in a web page that shows or hides an applet. The applet opens in its own frame which shows in the North panel some images and in the South panel two buttons, one to show the firts image and the other to
|
| NORM_PRIORITY question | 18 Feb 2004 16:30 GMT | 2 |
I've just completed online practice test at www.lanw.com for 310-035 exam. I have one question which I couldn't understand the answer. The question is
|
| Drawing objects on a Jtable | 18 Feb 2004 14:58 GMT | 1 |
Is it possible to draw objects (squares) on a Jtable , and how ?
|
| Cannot access class | 18 Feb 2004 13:36 GMT | 5 |
Hi there, I'm trying to create an applet where by there is a bar at the bottom which moves from left to right on which you can click on and above this I want to do some drawing. I am having problems getting my drawing on the applet. With my current code, I am receiving a cannot ...
|
| read from a Windows application | 18 Feb 2004 08:00 GMT | 11 |
the Windows application sends a character pointer of interger, and I want to get back the values "1" and "2" (no problem if I use an Windows application to get back the values) char * sendbuf = new char[10];
|
| Avoid getting NullPointerException | 18 Feb 2004 03:18 GMT | 2 |
This method returns a java.lang.NullPointerException when there are no children. How can I avoid the nullpointer. I have Elements with and without children. BR
|
| JNI and Native Library | 18 Feb 2004 02:15 GMT | 2 |
I have two classes that need a JNI interface and have two native libraries. I'd like to combine them into a single library. Will both classes have to use System.loadLibrary() for the same library, or will one load suffice?
|
| Calling Java object/methods from C++ | 18 Feb 2004 02:13 GMT | 2 |
I am looking for reference books/tools/code samples for calling java objects/methods from COM/C++ classes. I am reasonably familiar with JNI. If you have used JNI, please let me know of your experiences and things that I need to watch out. I have used JNI 1.1
|
| Newbie curiosity | 17 Feb 2004 22:53 GMT | 2 |
Hi again, Is it possible to import classes from the default-package? as this package has no name and both import *;
|
| Applet cut and paste help needed | 17 Feb 2004 21:11 GMT | 8 |
I am using Internet Explorer 6.0.28xxx under Windows 2k with the Sun Java2 v1.4.2_03 java VM. I can cut and paste between text fields in the
|
| Creating a grid for a agenda | 17 Feb 2004 20:30 GMT | 2 |
Basicly I want to create something like this, http://quadii.com/summit_00/grid.gif. A "grid" with "objects" on them. For example I have a reception planned on monday at 6 but I get a call that the reception has been moved to
|