| Thread | Last Post | Replies |
|
| Placement of jsp files | 22 Aug 2005 20:59 GMT | 6 |
Is it possible to place the jsp files inside WEB-INF folder in a web environment and called by the RequestDepatcher? I am using Tomcat. Thanks and regards,
|
| Javadoc -linksourcetab gone in 1.5? | 22 Aug 2005 20:50 GMT | 6 |
The '-linksourcetab' option seems to have mysteriously vanished from javadoc in 1.5.0_04. (And I do mean mysteriously, I can't find anything about this on Sun's site.) Anyone know what's going on?
|
| Need programmer for develop software (p2p remote administrator). | 22 Aug 2005 20:50 GMT | 2 |
Hello, All. It is required to make one-sided Remote Administration (Point-to-MultiPoint), with coding of data, Working on P2P system (for access with any client with installed Software) through firewalls Somebody interested with such paid task?
|
| Immediately reading characters from System.in | 22 Aug 2005 18:34 GMT | 5 |
I am creating a shell program in java. For this purpose, I would like to *immediately* read every key pressing. Eg. I would like to read '\t', immediately, not after '\n' has been pressed. It seems that the InputStream buffers all input until '\n' is pressed. Can I modify this
|
| Program design question | 22 Aug 2005 17:36 GMT | 2 |
I have an XML file that I am using to hold some rules for downloading files from an AS400. I can parse these rules and read them into a vector - I now want to reference that vector at a higher level.
|
| Taking Over Users Mouse | 22 Aug 2005 17:11 GMT | 5 |
Is there any way to "take over" the users mouse, so to speak, in Java? I'd like to create what is essentially a macro for repetitive tasks, but one that mimics a human. Thanks!
|
| How To Number Of Days In A Given Range-need help | 22 Aug 2005 17:09 GMT | 2 |
I am having 2 date fields. fromDate and toDate. And I want to find out the number of days that comes under this range. For this, I am using java.util.GregorianCalendar(). I am adding the code also..
|
| java timestamp | 22 Aug 2005 16:43 GMT | 9 |
Ive search this newsgroup and google for a couple days now(off and on) and have not been able to figure this out. How do I get the current system time in the format: 2005-03-02T16:40:37.46Z ? I beleive people call this Zulu time, or military time? I have a way
|
| Simple code, complex problem: "Software caused connection abort: recv failed" | 22 Aug 2005 15:32 GMT | 2 |
I'm trying to write code that takes input from a text file, writes it to a socket connected to a webserver (that I have written as part of a university assignment), then reads the output of the webserver - sounds simple enough (especially with the abstraction provided by java).
|
| EnumSet Generics puzzle | 22 Aug 2005 15:28 GMT | 11 |
I am working on a an essay on EnumSet for the Java glossary. I wrote a little test program like this and works: ------------- package com.mindprod.practice;
|
| byte data type | 22 Aug 2005 15:22 GMT | 14 |
I am confused with byte data type. I want to know how following code gives result as -12? byte b = (byte) 0xf4; System.out.println("b=" +(byte)b);
|
| Java library to read Outlook, Notes email files | 22 Aug 2005 14:10 GMT | 3 |
Does anyone know of a Java library that can extract emails from Outlook .pst files and Lotus Notes .nsf files? We also would like to get at Exchange. Something which is 100% Java would be ideal, but we could live with a Java interface to a native Windows component if we had to.
|
| generic table class? | 22 Aug 2005 14:03 GMT | 6 |
I'm trying to figure out an implementation for a class that will store the contents of a ResultSet after the database connection has closed. Basically, I want this data structure to have getColumn, getRow, and getCell methods so that I can efficiently access the data any which
|
| JAVA Environment | 22 Aug 2005 13:12 GMT | 2 |
I would like to use a cass from a selfmade package. The papackage contains the files My_Paket.java and My_Paket.class; in the Directory: D:\JAVA\klassen package My_Paket;
|
| awt: prepareImage and imageUpdate performance issue | 22 Aug 2005 06:27 GMT | 5 |
I'm trying to resize an image in a server application using AWT functions. Since my application doesn't have a UI, I set the java.awt.headless=true option. To resize the image, I'm calling Image.getScaledInstance(). Since this
|