| Thread | Last Post | Replies |
|
| newbie-question: read a binary file | 03 Mar 2007 14:03 GMT | 2 |
how can I read a binary file? Thanks for help. o-o Thomas
|
| SUN Java Exams INFO | 03 Mar 2007 13:42 GMT | 4 |
Can any one know good sites that will help me to prepare SUN Java Exams? I am planning to take the SCJA, SCJP, and SCWCD . Can you share your idea.
|
| JTA support for non XA drivers/connections | 03 Mar 2007 04:06 GMT | 1 |
I want to use transaction manager for my application(standalone). I have tried Jotm, but it only supports connections obtained from XADatasource. Actually I want to use non-XA connection (it may be pooled connection or may be from DriverManager). I have tried with
|
| call method by name | 02 Mar 2007 22:51 GMT | 9 |
Hello. I have a program that calls a method from another class. This method takes a few seconds to execute as it uses a timer. I want a way of telling the caller when the callee is finished. My idea was passing a parameter to the callee containing the name of the method to run on
|
| Using getParameterMap with Tomcat | 02 Mar 2007 21:56 GMT | 4 |
I have a servlet with a doPost method that grabs the set of posted parameters with the HttpServletRequest.getParameterMap() method. I want to go through the list of keys looking for some specific (required) parameters. Once I process these parameters, I'd like to remove them ...
|
| clipboard.setContents destroys clipboard.getContents? | 02 Mar 2007 19:52 GMT | 2 |
when i'm using clipboard.setContents to reset clipboard information it is breaking clipboard.getContents. (getContents will return whatever setContents set regardless of the outside program putting information on the clipboard. this was not a problem until setContents was added.
|
| JNI Question | 02 Mar 2007 18:49 GMT | 2 |
Are there a way to attach to the env pointer a native object? Let me be more clear. I have the following native function (simplified): solve(JNIEnv * env , jobject obj1 , void* alpha){
|
| Wanted Online pdf books about java for download | 02 Mar 2007 18:37 GMT | 1 |
Hai, Can anyone tell me where can i find pdf books for download on java.....
|
| Logger solution Required | 02 Mar 2007 18:33 GMT | 1 |
I would like to build a logging solution...so that i can see the logs in a GUI format...Trying to provide to functionality like sorting using the severity, timestamps and filtering with severity. I have gone through the java.util.logging package and got the idea of
|
| [security] window of vulnerability | 02 Mar 2007 18:14 GMT | 7 |
I heard several times people talking about a security issue known as window of vulnerability. I am not sure to be capable of explaining it correctly, but it is more or less about having a concurrent thread accessing a code normally
|
| using generated java code in Java applets | 02 Mar 2007 16:41 GMT | 1 |
How can we assist you: I'm using Matlab Java Builder to compile .m scrips to java classes (and jar archives too) I'm develop the java applet, which use the compiled marlav scripts in netbeans enironment. When I run teh applet in netbeans environmnet,
|
| how to convert yyyy-MM-dd HH:mm:ss to java.sql.Date | 02 Mar 2007 16:15 GMT | 1 |
how to convert date in this format yyyy-MM-dd HH:mm:ss to java.sql.Date if i use directly like this java.sql.Date.valueOf(processDate) am getting exception java.lang.NumberFormatException: For input
|
| HELP | 02 Mar 2007 16:14 GMT | 4 |
Hi, i need to create a java program. The program have to: Take a deck of cards (assume 52 cards to a deck) in random order. cut the deck. cut the card from the top. shuffle the deck by laying cards
|
| javatouch | 02 Mar 2007 15:08 GMT | 1 |
Decrease your learning path for Java, try http://javatouch.googlepages.com
|
| problem compiling project, classpath in xml ".classpath" "<classpathentry...>" | 02 Mar 2007 12:37 GMT | 2 |
problem compiling project, classpath in xml ".classpath" "<classpathentry...>" i'm trying to compile a project, it has about 70 jar files. Though it may not use all 70.
|