| Thread | Last Post | Replies |
|
| returning a Collection with JNI | 15 Apr 2005 07:50 GMT | 1 |
How do you return a Collection from a JNI method call in C++? normally, it's: jDataType = env->CallDataTypeMethod(jobject, jmethodID) but obviously there's none for CallCollectionMethod and there's no
|
| jni trouble | 15 Apr 2005 07:44 GMT | 1 |
Could U tell me where is my error with my little JNI calling : with VC 6 and JAVA 1.5.2 (i omitted the package/import declaration to gain time) //--------------------------------------- C method : (generating a test.dll)
|
| Guy Steele interview in DDJ | 15 Apr 2005 04:18 GMT | 3 |
The current DDJ ( at least the latest that our antipodean newsstands have ) has an interesting interview with Guy Steele. He contributed to Scheme, Lisp , Java and did the first port of Tex.
|
| How to escape Main? | 15 Apr 2005 03:20 GMT | 7 |
I'm sure I'm doing something wrong but I cannot find out what. After two hours of googling and even asking a few co-workers, I give up. What's going on?? I consistently get this message:
|
| How best to manage "global" data - Static Class? | 15 Apr 2005 03:15 GMT | 3 |
I've got a small problem I want to get some input on. I'm trying to determine the best way to access a set of values. I've decided that I should do it as either a Static class or as an actual object that I can pass into each object. Let me attempt to describe the scenario:
|
| Text<->Java Bean Object transformation | 14 Apr 2005 22:57 GMT | 1 |
I am looking for a mapping tool to convert text to javabean object map, and javabean object map to text, but I don't need to care about the format of the text as long as it is not xml. Thanks,
|
| get the number of appearance of a substring in a String | 14 Apr 2005 21:07 GMT | 13 |
I there a fast way to find how many times a String contains char "\n"? I cannot reinvent the wheel because I want it fast, so I want something ready from java api thanx
|
| AMD 64 JVM | 14 Apr 2005 20:18 GMT | 1 |
I invested in a new computer with an amd 64 processor. Anybody have any experiences with Java for the x86-64 processors they would like to share? --Steve
|
| Java installer for complex server application? | 14 Apr 2005 19:09 GMT | 1 |
My project is looking for an installer generator. Of the options, so far only install4j and InstallAnywhere seem like real possibilities. What full-featured installers are you all using and liking? To give a little more detail about my situation, I have a JBoss-based
|
| Internationalization and character encoding | 14 Apr 2005 18:57 GMT | 1 |
People with different keyboard encodings are using our Java applet to send Strings to our server. The text, once accepted, is then viewable by all the others. In most cases the text looks fine in English, but in some cases some characters are replaced with question marks, ...
|
| Sequence diagrams in UML | 14 Apr 2005 17:30 GMT | 3 |
I suppose many people use unl for modeling. Does anybody know a free good uml tool to make sequence diagrams, from the use cases? I have use cases described, but i need a tool that can put them into a sequence diagram Irlan
|
| [JBOSS] DB-Connection validation | 14 Apr 2005 16:25 GMT | 1 |
My JBoss 3.0.2 is making transactions via CMP with a DB2. From timt to time the DB is switched into a suspendmode with an external tool. Thereby JBoss loses the connection to the DB. The next query then fails due to the invalid connection.
|
| String: how works? | 14 Apr 2005 16:25 GMT | 13 |
The question is about JVM. I have a string = new String("aa...aa") with
|
| Tomcat: Replacement too long | 14 Apr 2005 15:37 GMT | 1 |
I have problems running a tomcat installation under Linux. It already worked, but I changed several things and now I see the message java.lang.IllegalArgumentException: Replacement too long in the Logfile. I have tomcat 5.0.28 and tried both java 1.4 and 1.5
|
| Modify HTML using applet (org.w3c.dom.* ?) | 14 Apr 2005 15:32 GMT | 3 |
Is it possible to modify the content of a displayed html-page form an applet. The page is generated by a cgi script and displays some status informations. This works well for slow changing data if the page is
|