| Thread | Last Post | Replies |
|
| help with a hashtables | 03 Oct 2006 10:15 GMT | 1 |
Can someone help me with a hashtable. I have no idea how to code it. I have discrptions but no clue how to set it up from a comma,dilimited, text file?
|
| classfile | 03 Oct 2006 03:17 GMT | 1 |
if i have a group of routines in a library, is there any easy way to intercept the calls. for example if i have a library called com.sql.X and want to check the connection before performing sql, do i have to code it
|
| Tomcat - Internal Server Error 500 | 03 Oct 2006 02:42 GMT | 5 |
I'm running Tomcat 4.0.1. I've a simple html page which executes a jsp page upon pressing submit. I'm getting status 500 internal server error, upon pressing submit. It shows the following exception: javax.servlet.ServletException: sun/tools/javac/Main
|
| Issue playing sound | 02 Oct 2006 22:40 GMT | 2 |
I am trying to port an audio playing unit in, written in C, to Java. I am having trouble getting any sound out and the write method keeps on belong for several seconds. Can anyone look at the code and tell me what is being done wrong?
|
| (object)null cast | 02 Oct 2006 22:21 GMT | 1 |
I am investigation some ldap stuff and one of the methods (search) used has this signature - search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchQueue queue)
|
| URL | 02 Oct 2006 21:17 GMT | 1 |
I am trying to get the url with following using Java. I need to change the user agent but I can not figure out how. Can you help me? URL url = new URL(url); BufferedReader in = new BufferedReader(new
|
| Understanding Exceptions | 02 Oct 2006 15:05 GMT | 4 |
Hi All I'm trying to understand Exceptions and IO in Java and am faced with the following small program which just copies one file to another. The problem is that Eclipse tells me that I have two uncaught
|
| Java Unix Shell "Simulator" | 02 Oct 2006 10:35 GMT | 4 |
I working on a program that need to "simulate" a unix shell. I know that have some stuffs to send commands and "read" output, but a need for something that only unix shell can do, like press the TAB key to complete the word, etc etc.
|
| java ClassDef Not Found error | 02 Oct 2006 02:19 GMT | 1 |
Folks I am using java version 1.5.0_06 of Standard Edition. I was able to compile and run my java programs until yesterday But today all of sudden when after compiling
|
| floats, doubles and maths | 01 Oct 2006 23:59 GMT | 9 |
I'm writing a program which involves financial accounting. Is it possible to format a float or a double so that it always returns .xx rounded to 2 decimal places or do I have to do my own formatting by putting the float or double into a String object and then using a substring ...
|
| Layout help | 01 Oct 2006 16:18 GMT | 8 |
I'm just learning swing with awt for making a ui, and i can't seem to get it to look how I want. layout: __________________________
|
| availableProcessors() : wrong amont of CPU? | 01 Oct 2006 03:42 GMT | 19 |
I got this code and it is returning just 1 cpu from the fuction and the system as 2 cpu, the system is a P2B-ds and 2 intel pii 350/512 CPU. running linux Fedora core 4.0 and java SE SDK 1.5 is installed. any reason it is giving me this problem??
|