| Thread | Last Post | Replies |
|
| Setting System property for the JVM | 18 Feb 2008 06:14 GMT | 4 |
I am retrieving emails from a mail box using pop3 over SSL. For that purpose I am setting a truststore variable as a system property. <code> System.clearProperty("javax.net.ssl.trustStore");
|
| why in permission ,can't do like this? | 18 Feb 2008 03:00 GMT | 2 |
public final class MyPermission extends java.security.BasicPermission { public MyPermission( String name ) {
|
| Arrays.sort??? How good it is | 18 Feb 2008 00:54 GMT | 11 |
Arrays.sort uses the fastest way to sort the array. But say I have a Array of lebgth 200. And I only want to sort first 20 / 30 elements can I tell that it has to sort only forst 30 elements?
|
| Yet Another Language Compiler (YALC) | 17 Feb 2008 21:19 GMT | 2 |
YALC is a virtual architecture designed for educational purpose. It models a DLX-like processor and its set of ASM instructions, a compiler from a high level language (C-like), and an IDE with sintax checking and highlighting.
|
| Nested for loops | 17 Feb 2008 18:46 GMT | 9 |
Hi all, I'm new to java and google groups alike. I needed some help on creating the following out put. 1 22
|
| Sorting an array. Fastest way. | 17 Feb 2008 17:11 GMT | 12 |
I have an array of int. It is already sorted. int[] car = new int[100]; Now I sort it.
|
| ImageIO & Image | 17 Feb 2008 14:26 GMT | 2 |
I want to do some processing on an image and write this file to bmp,jpg and png. What is the general approach to connect ImageIO & image objects together? Thanks
|
| how do i insert into data base | 17 Feb 2008 00:04 GMT | 7 |
i'm creating a an web application on attendance, in which a user after selecting the subject and month he gets all the student info who has taken that subject. my problem is i'm able to get the multiple student with the text box
|
| Autoboxing confusion!!! | 16 Feb 2008 22:23 GMT | 3 |
1. Class Example { 2. public static void main(String args[]) { 3. Short s = 15; 4. Boolean b;
|
| MappedByteBuffer and corrupted data | 16 Feb 2008 22:09 GMT | 7 |
i've been experiencing somme corruption of data with MappedByteBuffer. My serialisations are pretty simples. I've put "magic" byte for the debug, and some time, the byte i read is not equal to the "magic" value. So i'm wondering if somebody has already experienced this kind of ...
|
| cvs class in java | 16 Feb 2008 16:33 GMT | 1 |
Does anyone know if there is a Java class for CVS (Version Control) John
|
| JSP-Eclipse-Tomcat Setup Problem - The requested resource is not available | 16 Feb 2008 16:14 GMT | 4 |
Hi all, I'm a newbie in JSP and I'm tring to implement simple example in http://balusc.blogspot.com/2008/01/jsf-tutorial-with-eclipse-and-tomcat.html . Despite I did everything in the tutorial, I always get the error (my project name is 'Proce' and context root is 'proce'):
|
| Which xml-framework? | 16 Feb 2008 16:12 GMT | 4 |
Within a java-application, a XML (in detail a SVG) has to be read, make some changes/expansions in nodes and attributes and saves it back. Which xml-framework of java should I use at best? Thanks & Regards,
|
| What are the difference between Descriptor and Signature | 16 Feb 2008 04:39 GMT | 8 |
When looking at java class file. many thing has two attribute: Descriptor and Signature. at most time they looks the same. So who can tell what are the differences between them? Thank you.
|
| how to get a frame without titlebar and without any controls on titlebar | 16 Feb 2008 03:11 GMT | 2 |
plz write the complete code.I am new to java
|