| Thread | Last Post | Replies |
|
| How to use FilenameFilter | 27 May 2004 09:03 GMT | 5 |
Hello people, Am having a problem using a file filter to select a particular list of files without showing all other files, but I have searched the web, but did not get an example. i don't want to use JFileChooser, I have to use the
|
| rt.jar vs src.zip | 27 May 2004 07:13 GMT | 1 |
What is the purpose of each : rt.jar src.zip What's the difference.?
|
| Encrypt in .Net - decrypt in Java - Is it possible? | 27 May 2004 03:09 GMT | 10 |
I've been told by several of the senior developers at my place of employment that it's not possible to use the JCE to decrypt something encrypted using .Net. Is this true? I need to be able to create a TripleDES encrypted cookie in the .Net world that can be read and decrypted in ...
|
| How to make streamTokenizer recognize commas as whitespace | 26 May 2004 22:27 GMT | 1 |
I use streamTokenizer to parse a comma separated file. Problem is that the tokenizer does not recognize the comma as a separator, just ordinary whitespace. Any ideas how I can achieve this without losing out on the standard
|
| Outputting value of variable during execution | 26 May 2004 12:03 GMT | 5 |
I am using word pad to write the java codes. Suppose i need to find out the value of a certain variable during execution. What's the best way to do it? I am clueless. I have many classes in my java program and I don't suppose I have to pass a
|
| best way to get the total number of days in a month | 26 May 2004 11:47 GMT | 7 |
Currently, I am using something like the code below to get the number of days in a particular month. i wonder if there is a better way. Thanks Choice c4 = new Choice(); calendar = new GregorianCalendar();
|
| java:143: cannot find symbol -----Please help me | 26 May 2004 11:38 GMT | 7 |
Hi, I have a problem that about Extend and Inheritance,The following variable can not be found (textServername) when the variable in "ButtonListener Class" what is my wrong?, please help me .......thx a lot! Danny
|
| Accessing a specific position in a string of delimited data | 26 May 2004 11:11 GMT | 3 |
I've been puzzled by the following problem for quite some time now: Suppose you have an ASCII file of thousands of lines of delimited data, like this: 12153753 000775 027 0005 0013 0356 0894 0010 1499 0217 0000 001 001 ...
|
| unbuffered keypad input ? | 26 May 2004 07:14 GMT | 4 |
How can I get unbuffered keyboard input with java? I just want each key the user presses, as they press it, without having to wait for the enter key. Thanks
|
| JSP, servlet, html, XML, etc | 26 May 2004 02:13 GMT | 1 |
trying to put together this stuff, but it's hard going because it's, obviously, several different topics all at once. any reading advice out there? (books, pls) is it possibe to tackle struts early on, or is that necesarily an
|
| Newbie Compiling Question | 25 May 2004 20:41 GMT | 5 |
Alright, I have a public clas CarObject taken right out of the Java book I'm learning from, starts with "public class CarObject {" as the first line, and that's in CarObject.java. I javac'd that file. The main function is in another class, CarTest3, which creates instances of ...
|
| System.exit(0) and tomcat | 25 May 2004 14:07 GMT | 8 |
Hallo, I just noticed that using System.exit(0) in my app has the nice effect of stopping tomcat 4!!! Not very secure, is it? luca
|
| Compiling code at runtime | 25 May 2004 12:03 GMT | 4 |
I was wondering if Java supports a feature of C# (or .NET in general), namely compiling code at runtime. This is nice for scripting purposes. Users can script the application in real programming languages (such as C#, VB.NET, ...). This is done using
|
| face recognition | 25 May 2004 11:14 GMT | 6 |
can a software for face recogniton be done in java?
|
| JRE Configuration | 25 May 2004 11:10 GMT | 1 |
Hello Java Folks. I have to deploy an applet which needs more memory than initially available for the JRE(Javaplugin) and i have to give the enduser a script or process which does that configurations automatated.
|