| Thread | Last Post | Replies |
|
| autodl of JRE 1.5 | 16 Feb 2006 21:02 GMT | 4 |
I am trying to get the java applet i've written to autodl a current version of the java runtime on a machine that doesn't have it installed. I have discovered how this is done on an HTML page using OBJECT (and Embed).
|
| how to turn of session generation in web server | 16 Feb 2006 13:42 GMT | 1 |
Hi everyone.. I have a requirement that , i am running a web application in a web server or application server and i have to implement session manager for that, Rather than using session manager of the server. Is
|
| Using the Stream Classes | 16 Feb 2006 12:22 GMT | 1 |
HI, Can anybody help, i have got to modify my class SendAndClearHander.java i have got to add a field of type DataOutputStream, then add a OutputStream argument to my constructor, inside my constructor, chain the OutputStream argument to my DataOutputStream, all of which i think ...
|
| String tokenizer -qsn | 16 Feb 2006 10:35 GMT | 1 |
I have a string, which contains punctuation marks as well as characters. I need to return an array that tokenizes the string using punctuation marks as the pattern, but, the array must have the punctuations as well. I have been able to tokenize the string using
|
| Does any one use blueJ | 16 Feb 2006 02:47 GMT | 15 |
Does any one use Blue J Ive jsut started working on it Im doing this course from a book caleed object of java I need some help with some prgrams
|
| byte serving | 15 Feb 2006 21:39 GMT | 2 |
I am byte serving large pdf documents through a java servlet and I have sprt of managed to fudge it such that the servlet byte serves without issues. I would however like to verify that what I am doing is correct. Currently I am setting the response header to be the following.
|
| using jpcap | 15 Feb 2006 14:23 GMT | 4 |
I want to recover packages leaving my interface network and to make them modifications before being sent their to the network. The modifications are: 1-to extract the message from the package to add certain information to
|
| Why you should avoid inline literals | 15 Feb 2006 04:31 GMT | 7 |
You have probably been told many times to avoid burring magic numbers and magic strings into you programs. You are supposed to use named constants and define them in one place. WHY? The obvious answer in that if you have the number 42 in your program
|
| Javadoc API from the source path root. | 15 Feb 2006 04:30 GMT | 1 |
I have folder structure like src/com/abc/.... Now, I want to generate the javadoc API for all the java files inside this folder structure. plz advice me the command. Thx.
|
| java program | 15 Feb 2006 00:48 GMT | 2 |
Useing two classes worker class and application calss, I want to know how to write a program that allows the user to enter the number of candidates in an election, their last name, and the number of votes received by each candidate and one cadidate the winner if the cadidates
|
| JRex_GRE cp and lib path setup | 15 Feb 2006 00:46 GMT | 1 |
Can I include a single jar like jrex_gre.jar in my classpath and java.library.path if it contains a zip file of jars and dll's inside the zip ... $ jar tvf jrex_gre.jar
|
| Reordering a string | 14 Feb 2006 17:54 GMT | 3 |
If I have a 10 character string, is there a more efficient way of reordering them than creating a whole new string by selecting each individual character and adding that to a new string. For example, if I had the string 'reordering' and I wanted to create the string 'oderrgrnie' ...
|
| Formating problem for data going into a JComboBox.. | 14 Feb 2006 17:34 GMT | 3 |
I not sure what is going on here. Probably something simple. Basically, I am extracting all elements from a DB Resultset into a vector thats loaded into a JComboBox. The problem I am having is the formatting between the first and second tokens (Number of Quotes and the Authors
|
| jni help... | 14 Feb 2006 17:25 GMT | 2 |
I have a C++ file, which calls a c++ library which returns a Vector<Struct> My C++ File is invoked via a Jni call... Instead of parsing the vector & returning an Object array back to
|
| Ziping a file in java.. | 14 Feb 2006 17:17 GMT | 3 |
Hi everyone.. I am trying to Zip file which have been generated from querying the DB, I wrote the following code to zip the file, the zip file is generated, however it is empty.. any suggests!?
|