| Thread | Last Post | Replies |
|
| storing SecretKey in keystore | 25 Jun 2008 14:30 GMT | 2 |
i created a keystore as below public static void makeKeyStore(){ try{ KeyStore ks=KeyStore.getInstance(KeyStore.getDefaultType());
|
| how to force java core dump? | 25 Jun 2008 13:05 GMT | 2 |
I have an unusual problem. First, my JVM is encountering a SIGSEGV and prints this diagnostic: # # An unexpected error has been detected by HotSpot Virtual Machine:
|
| stellenangebote ostdeutschland arbeitsstellen deutschland jobangebote stuttgart praktikum stellenangebote stellenangebot geschichte stellenangebot hamburg meine stadt jobangebote | 25 Jun 2008 12:01 GMT | 1 |
stellenangebote ostdeutschland arbeitsstellen deutschland jobangebote stuttgart praktikum stellenangebote stellenangebot geschichte stellenangebot hamburg meine stadt jobangebote +
|
| unsigned in java | 25 Jun 2008 05:44 GMT | 23 |
Why java does not have an unsigned data type ????
|
| org.w3c.dom.Document "rendered" in JSP. | 25 Jun 2008 03:06 GMT | 6 |
Is there an easy way to take a DOM object (such as a Document or Element), and render it in a JSP? Specifically, I want to inline part of a Document inside of an xml page created by a JSP.
|
| simple compilation problem - extends | 25 Jun 2008 02:42 GMT | 6 |
This must be something very simple, but . . . Why does this code not compile? import java.io.File; import java.util.*;
|
| stdout and stderr don't occur sequentially in Eclipse and Netbeans | 25 Jun 2008 01:06 GMT | 17 |
Here's a quite simple program which is expected to print 1, 2, 3 in order public static void main(String[] args) { System.err.println("1");
|
| need Java book for a C# / C C++ proficient programmer? | 24 Jun 2008 23:06 GMT | 7 |
I've never cared for Java before but now i feel like learning it. I'm an MCP and a pretty experienced programmer. Also, i plan to take the SCJP and maybe the SCMAD exams. Is there a java book out that is for a programmer?? I already have a
|
| Compiling JAVA programs using .jar libs | 24 Jun 2008 22:54 GMT | 2 |
I'm a newb to java and all its properties, so please forgive the ignorance. I'm trying to compile a simple XmlRpcClient example using the apache xmlrpc bin package and am having difficulty doing so successfully.
|
| Noob, what to download where? | 24 Jun 2008 20:21 GMT | 21 |
I want to start programming in java, what do i need to download and where? what environment do you recommend? netbeans or eclipse?
|
| text digitization | 24 Jun 2008 20:14 GMT | 7 |
i am trying to digitize a text file into tiff image.the algorithm is as follows, There is a 8x16, 256 character font table with 16 columns and 256 rows .each row of table represents a character(like 0...32,A,a etc)
|
| which collection to use? | 24 Jun 2008 17:17 GMT | 4 |
i am reading a .txt file and depending up on the characters in the text file i need to build an array of byte values.At the beginning ,i wouldn't know the size needed to declare the array.So i can't use byte[] myarray=new byte[somesize] .Also i need to get the order of
|
| looking for library to convert intel hex | 24 Jun 2008 14:03 GMT | 13 |
I'm looking for a java library to convert intel hex into it's binary so i can download it to a usb device. basically in need the routine to return the: address to write
|
| system specific limit | 24 Jun 2008 13:38 GMT | 10 |
Does java provide any specific library to know the limit of different data types like limits.h in C ???
|
| PBE | 24 Jun 2008 06:34 GMT | 3 |
i am learning cryptography using Jason weiss book.i tried out encryption using PBEWithMD5AndDES ,i could encrypt a string as below byte[] salt=new byte[] { (byte)0x3a, (byte)0x44, (byte)0x7f, (byte)0xfl,(byte)0xa2, (byte)0xe5, (byte)0x87, (byte)0x31 };
|