| Thread | Last Post | Replies |
|
| question about reflection | 04 Jul 2007 22:14 GMT | 2 |
I'm trying to write a generic method for the setter of my fields and I doesn't know how to invoke the method I've the following code public void notifyPropertyChange(String name, String value) {
|
| Java is slower than C++! | 04 Jul 2007 22:05 GMT | 46 |
Hotspot is being given Bytecode, which is as good as source code. Hotspot then translates this to the language of the hardware processor. Therefore, a code segment, that does not allocate or release
|
| Java Applet Client for STUNNEL-fronted server | 04 Jul 2007 21:54 GMT | 4 |
I currently have an intranet-resident JAVA Applet that connects back to the Application Server via standard TCP/IP sockets using the java.net.Socket class, and everything is peachy. What I'm looking at doing now is making it Internet friendly by providing host authentication (don't ...
|
| ClassPath value | 04 Jul 2007 21:17 GMT | 3 |
What is the classpath value, that I should add by default (What jar ? I have jdk1.5.0_06 & jre1.5.0_06) thanks : )
|
| How to send null parameter in Java-IDL? | 04 Jul 2007 21:07 GMT | 1 |
1.I need to transfer a complex type with an array variable member in a Java-IDL based program. But if the array is empty, the program will report a java.lang.NullPointerException. Is there any solution to it except block the request in client side?
|
| java.io.File to java.lang.String | 04 Jul 2007 20:45 GMT | 16 |
What's the best way to get the contents of a file represented by a java.io.File object into a String?
|
| OutOfMemoryError | 04 Jul 2007 20:11 GMT | 8 |
Is possible to set memory limit which reached throws java.lang.OutOfMemoryError exception. TIA
|
| Database access class design question | 04 Jul 2007 17:16 GMT | 2 |
I'm currently writing a set of closely related programs which all run against a fairly simple RDBMS schema. There's little or no overlap between the operations they apply to the DB (one batch loads data, another interactively retrieves it while the third weeds out
|
| Yellowfin Business Intelligence 3.2 released | 04 Jul 2007 14:39 GMT | 1 |
Powered by J2EE, JFreeChart, Spring, iText, BIRT, Jasper. 3.2 is out! And it is awesome! The major theme of Release 3.2 is enhanced data visualisation and user interaction. We have not forgotten all the integration options you
|
| JNI + COM | 04 Jul 2007 09:51 GMT | 4 |
I am tyring to workaround a dll written in Visualbasic (or you can say a standard component) , is that possible that i can access that dll's methods in java (my confusion is that i have only found examples written in C++).
|
| C++ wrapper for java | 04 Jul 2007 07:08 GMT | 3 |
How to write C++ wrapper for java code? Where can I find a sample code? Thanks.
|
| need free database for my product | 04 Jul 2007 05:40 GMT | 7 |
I need free database for a simple product (freeware) I think MySql is fine, but I don't know if it is good for Hebrew, and if it is freeware. Any suggestion,
|
| Write once, run anywhere? | 04 Jul 2007 05:04 GMT | 25 |
Here's what I'm pondering today, and I could be totally off track; it wouldn't be the first time. The JVM is what processes byte-code which is compiled Java code (classes)? Let's say we have two operating systems, x and y.
|
| Distributed Processing Library For Java | 04 Jul 2007 04:57 GMT | 20 |
DolphinNet™ is an easy to use server and distributed processing library for Java™. Like RMI, DolphinNet™ uses objects to communicate between a client and server. DolphinNet™, however, approaches this task using object serialization over a standard TCP/IP connection...
|
| Invoke RMI with javascript | 04 Jul 2007 04:51 GMT | 2 |
I was wondering: Is is possible to invoke a RMI method with javascript? Can anybody direct me to a link on how it is done? Thanks /Thomas
|