| Thread | Last Post | Replies |
|
| JDBC BigDecimal Problem. Castor - WebLogic - Sybase | 23 Jun 2005 19:33 GMT | 1 |
I'm using Castor V. 0.9.4.3 as Persistence Framework, a Sybase Database (JConnect JDBC), and BEA WebLogic 8.1. The problem is: I have several fields defined as NUMERIC(20,2) in DB Tables. Those fields are defined in Castor Mapping file as:
|
| comparing two arrays of integers. | 23 Jun 2005 19:17 GMT | 3 |
I have two arrays of integers. i need to compare each element of one array with each element of another array. say..one master list, from 1 to 100 in one array. and another list, from 20 to 40 in another array.
|
| Java logging problem | 23 Jun 2005 19:06 GMT | 2 |
Just started to look to use the java logging and got this error and don't know why. Used the example from http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html complaing about this line :
|
| equals and hashCode | 23 Jun 2005 18:30 GMT | 28 |
This is gonna be a tough question to put into words, but here goes: I understand the purpose of overriding equals() in comparing the data of an object verses the reference, but the requirement to override hashCode() is a little less clear.
|
| caret on not editable JTextPane | 23 Jun 2005 17:09 GMT | 3 |
I have a JTextPane (or JTextComponent) which works fine. When I call setEditable(false), the caret is not visible. How can I make the caret visible on not editable JTextPane?
|
| JMF GUI for AVTransmit2/AVReceive2.. | 23 Jun 2005 17:06 GMT | 5 |
I need help regarding the AvReceive2 and AVTransmit2. http://java.sun.com/products/java-media/jmf/2.1.1/solutions/AVTransmit.html http://java.sun.com/products/java-media/jmf/2.1.1/solutions/AVTransmit2.java http://java.sun.com/products/java-media/jmf/2.1.1/solutions/AVReceive.html
|
| va_list in JNI | 23 Jun 2005 15:57 GMT | 4 |
Can anyone tell me if it is possible to call a C function which contains a va_list parameter from java code. I have a existing library that I wish to use by creating a Java wrapper around the code.
|
| putting files in tomcat application directory | 23 Jun 2005 15:00 GMT | 2 |
In my web application I load a file. In my servlet I specify that the file should be saved in System.getProperty("user.dir") expecting that the file would be saved in my application directory. But instead it goes to C:\Program Files\Apache Group\Tomcat 4.1.
|
| nullpointerexception from within JVM | 23 Jun 2005 14:52 GMT | 2 |
I am running an application and the error that I get I think has little to do with my application. The error is as follows: java.lang.NullPointerException at 0x40268e17: java.lang.Throwable.Throwable(java.lang.String)
|
| C++ and Java | 23 Jun 2005 14:16 GMT | 7 |
As a newbie I would like to ask what the difference in application (not details) is between C++ and Java. In what situations would you use C++ in preference to Java and vice versa? I am not asking for personal opinions on which is the *best* language :)
|
| suggestions needed | 23 Jun 2005 09:03 GMT | 3 |
hi all...i m a software engg. student completed my 2nd yr...i have been asked to make a project during these summer vacations...and hereby i would like to invite some ideas bout the design and implementation of an APPLICATION MONITORING SYSTEM....i have to start from scrach so
|
| making sure a jar is self-contained | 23 Jun 2005 08:44 GMT | 8 |
It there a utility that will trace dependencies to provide a list of all the classes that need to be included to create a free-standing jar? It is embarrassing to give folks a jar missing classes. The app works
|
| Encrypt/Decrypt String with RSA and X509Certificate | 23 Jun 2005 08:40 GMT | 2 |
I've 2 files : CA.cert (X509 certificate) and CA.key (contains private key) I want to encrypt a string "secret message" with the public key of the certificate and decrypt this string with the private key.
|
| Data structure to store nodes/locations I've visited?? | 23 Jun 2005 08:34 GMT | 3 |
Hi all, I'm doing something similar to a graph traversal. And in this instance this graph type structure could have cycles. I want to ensure I don't revisit old nodes and was wondering if anyone could think of an efficient way to store nodes/locations/names that have already been
|
| Merging 2 Vectors | 23 Jun 2005 08:22 GMT | 3 |
What is the easiest and fastest way to merge 2 vectors? Cheers!
|