| Thread | Last Post | Replies |
|
| sftp + java | 22 Feb 2008 11:09 GMT | 1 |
Please, can somebody gives me links where i can download packages com.jscape.inet.sftp.*; com.jscape.inet.sftp.events.*; com.jscape.inet.ssh.util.SshParameters;
|
| java DESede Exception | 22 Feb 2008 09:52 GMT | 1 |
I'm trying to use 3DES for my Programme,But a problem is coming! Source Code Segment: ENCRYPT-------------------------------------- byte[] key = new byte[24]; byte[] APSecretB = APSecret.getBytes();
|
| Date last Accessed vs Date Modified | 22 Feb 2008 09:41 GMT | 1 |
I noticed that in Vista the file Date Last Modified can be more recent than the Date List Accessed. Running a ChkDsk does not fix it. Is there something that does? I have a JNI class to get/set the various Windows file dates, but I thought this should be something that
|
| i18n'ed file and directory names | 22 Feb 2008 07:58 GMT | 2 |
~ You could tell I am a freaking Westerner ;-) and maybe to them this is not an issue at all ~
|
| Glassfish/Netbeans 6 no messages in output window | 22 Feb 2008 03:30 GMT | 1 |
I've recently set up the NetBeans 6 J2EE bundle and have successfully got an MDB + client app working. I like to print System.out.println statements into my code, however they do not appear in the Netbeans output window (in fact nothing does). This is the
|
| Need to Learn about the Java ODBC | 22 Feb 2008 01:50 GMT | 3 |
From February to July of last year I worked for a company where I wrote C code that accessed a PostgreSQL database with SQL commands and generated the output my supervisor wanted. Now I'm working for a different company that doesn't have a C
|
| seeding random numbers | 22 Feb 2008 01:37 GMT | 18 |
Hi.. I'm programming a Monte Carlo problem where i need to show that my results are reproducible - that is I need to prove this by running by program with seeded random numbers.
|
| [ANN] JAVAWUG BOF 35 Closures in Java - Comparing The Choices :: London, UK :: 03-Mar-2008 | 22 Feb 2008 01:14 GMT | 2 |
[ANN] JAVAWUG BOF 35 Closures in Java - Comparing The Choices :: London, UK :: 03-Mar-2008 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++ THIS EVENT WILL BE RAM-JAMMED! ++++++
|
| life cycle of multithreading | 21 Feb 2008 23:15 GMT | 1 |
Hey friends, I am new guy in java world. At this moment i try to understand multithreading.So, please post multithreading life cycle and other article in multithreading. Which will help me to recover
|
| OutOfMemoryException With XML DOM | 21 Feb 2008 23:02 GMT | 4 |
My project uses XML for its data files and I am using a DOM parser (the one native to the JDK) to parse out the files. DOM is especially useful because the project lends itself to the use of trees. Unfortunately, there tends to be a limit as to how big the XML files
|
| Scanning an Open Source Program For Issues | 21 Feb 2008 20:23 GMT | 1 |
I've just downloaded an open source Java program that I can use for networking (I'm testing a Java implementation of ssh that I asked about in an earlier post). I have the source, but it's a lot of stuff to read. Are there any shortcuts in what I can look for if I want to be sure ...
|
| VK_PLUS not recognised in menu shortcut | 21 Feb 2008 19:39 GMT | 2 |
I am trying to use Ctrl + as a menu shortcut, and am passing the VK_PLUS with the ctrl shift mask but this will does not work. I have a uk keyboard and the + is above the = the VK_MINUS works fine, so I am guessing the problem is to do with the fact that + needs to be
|
| Chord Protocol with java rmi | 21 Feb 2008 19:16 GMT | 5 |
Can someone tell me how I can find something useful for create a chord protocol for a peer to peer applicaction using java rmi? thanks in advance!
|
| confused about layout managers | 21 Feb 2008 16:00 GMT | 5 |
I have nearly finished my Applet and I'm now left only to finalize the layout. So far I've used a GridLayout(3, 1) but now want to change to something else. I played around with a GridBagLayout() but I'm getting unexpected resizing effects.
|
| i need help | 21 Feb 2008 15:59 GMT | 2 |
am a beginner programmer learning java. can anyone please help me find or supply me with a sample source code of java wherein several layout managers are used in one single JFrame? also any tips on making a java application run on another computer without using java webstart, and
|