| Thread | Last Post | Replies |
|
| Question! Capture Mouse Movement :) | 30 Oct 2005 09:49 GMT | 16 |
Hi, I would like to capture mouse movements over a section of a dialog, store their points in a byte array and pass it through a cryptographic hash, such as SHA-1 which I am going as a seed for the ISAAC PRNG. (The question is not related to the PRNG, however, or I would post a ...
|
| public and private key pair in Java | 30 Oct 2005 09:44 GMT | 14 |
Hi, I have the following question: If I encrypted some text with the public key K, and tried to decrypt it with a wrong key (i.e. a key which is NOT the corresponding private key), will I get an exception, or is there is a boolean function to
|
| Something like "GD Graphics Library" for Java? | 30 Oct 2005 08:04 GMT | 3 |
I have a Java CGI App. I need to display plots of data. Is there something like the "GD Graphics Library" for Java? Thanks, John
|
| Transform paths error for Inatlling JRE-1_5_0_05 | 29 Oct 2005 19:48 GMT | 1 |
Thanks for the link to install the JRE. Received the JRE link (Java Runtime Environment Version 5.0 Update 5) from this Google Group: http://www.java.com/en/download/download_the_latest.jsp
|
| java.util.concurrent | 29 Oct 2005 19:38 GMT | 4 |
I'm fairly new to Java and have been attempting to get the java.util.concurrent package to work. I am using java version Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
|
| keys | 29 Oct 2005 19:32 GMT | 1 |
Hi, I have the following question: If I encrypted some text with the public key K, and tried to decrypt it with a wrong key (i.e. a key which is NOT the corresponding private key), will I get an exception, or is there is a boolean function to test whether the right key has
|
| eventqueue.invokelater in main method | 29 Oct 2005 19:00 GMT | 13 |
I heard that sun system recommends that following java code placed in the main method to conform to the j2se 1.5 standard or convention. I am using eclipse 3.1. How do i make eclipse insert the eventqueue.invokelater statement in main method every time i create a
|
| Servlet serialization question | 29 Oct 2005 16:52 GMT | 11 |
It's possible that this question is off-topic, depending on the correct answer. If so, apologies in advance. I have an HttpServlet running in Tomcat. The doGet() method takes a non-trivial amount of time to complete, and I noticed that the
|
| java and database | 29 Oct 2005 16:18 GMT | 2 |
Can anyone please point my any tutorial or www that can help my to write such an application: I wont to write application with database placed on the server and 5 to 10 clients connected to this database. Clients can only writes data to
|
| threads and static members | 29 Oct 2005 16:14 GMT | 4 |
I'm using eclipse to launch classes with a static main and other static members. Question: the class takes several minutes to complete, and during that time I may have updated the class, recompiled, and launched it again.
|
| Conditional imports in JAVA | 29 Oct 2005 15:50 GMT | 9 |
Has sun got 'conditional import' in Java yet? i got a common source. But there are 2 java 'jar' comm packages that might be used when program is running. one comm pkg comes from sun, the other from RXTX. During runtime, if the
|
| Layout Managers | 29 Oct 2005 15:43 GMT | 25 |
So I'm reading through the Teach Yourself Java 2 In 21 Days, and it says that defining dialog items in terms of pixels and locations is highly deprecated in favor of layout managers. But . . . then dialog dimensions, graphics etc. everything else is handled
|
| tool for syntax coloring in html | 29 Oct 2005 14:04 GMT | 8 |
in some online documentations, for examples: http://perldoc.perl.org/perlref.html http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-17.html http://www.haskell.org/hawiki/HaskellDemo
|
| Object creation vs. ThreadLocal retrieval | 29 Oct 2005 13:59 GMT | 3 |
I have a method which searches a singly linked list for an object. It needs to return references to both the object and the preceding object in the list. I have created a very simple inner class to encapsulate this information:
|
| Diffrence between application server and web server | 29 Oct 2005 12:17 GMT | 2 |
can someone tell me what are the few differences between application server and web server,please -- ITproMessage posted via http://www.exforsys.com for all your training needs
|