| Thread | Last Post | Replies |
|
| Dealing with packages UNIX | 19 Nov 2005 09:15 GMT | 6 |
I have a problem i have all my .java files in a uploadEquity folder. All files have a package uploadEquity; When I compile a javac *.java Everything compiles. But when I do one
|
| tomcat ignores my error-code tag in web.xml | 19 Nov 2005 08:48 GMT | 1 |
hi.. i have tomcat 5.0.28 , and i tired using error-code in web.xml of a context, ( a 404 one) then i simply tests with a non existent page, but still got the regular 404.
|
| BufferedReader - InputStreamHandler Error. please help. thanks | 19 Nov 2005 02:16 GMT | 9 |
Hello I am executing the following code. I seem to be getting this error java.lang.NoSuchMethodError: uploadequity3.EquityUpdater.loadFile(Ljava/io/BufferedReader;)Z
|
| File util API to move files accross partitions/filesystems | 19 Nov 2005 00:37 GMT | 11 |
I'm looking for an open source java file utility/API that has a method to move files accross filesystems. Can anybody suggest one ? BTW, I recently discover a class in Ant API called
|
| Diary Programme? | 18 Nov 2005 23:59 GMT | 2 |
Has anyone written a diary programme that has some or all of the following functionality: 1) Is accessable through web page on the internet 2) Allows two password levels
|
| Serialize a Mail Message | 18 Nov 2005 22:25 GMT | 8 |
I'm trying to write an application to construct a multipart mime message that uses a signed certificate. This message is to be "posted" to a particular internet address that is a location of a file server that is to decrypt the message and process it.
|
| Bit IO, digests, checksums | 18 Nov 2005 22:01 GMT | 15 |
Developing a graph (read: vertex-edge thingy) application I have some decisions to make and I'd appreciate some thoughts on a couple of ... issues. I'd like to store (into SQL) generated graphs, including their "properties" like colourings, various cycles etc. Graphs are simple ...
|
| ant javac include misses directory with dot | 18 Nov 2005 21:03 GMT | 1 |
New user of Ant: Using ant 1.4.1 to compile java code, with SDK 1.4.2_06 Two of the projects I deliver were recently named with a '.' in the pathname
|
| Effective Java by Josh Bloch | 18 Nov 2005 20:43 GMT | 8 |
The above book gets good reviews but is it still relevant? (It was released in 2001). Regards, Andy
|
| Capture ActiveWindow | 18 Nov 2005 20:14 GMT | 6 |
I am trying to take a screenshot of an active window and save it to a file. I've used some code from the SUN site <code> import java.awt.Rectangle;
|
| Jakarta POI and reading from an open Excel file? | 18 Nov 2005 19:12 GMT | 7 |
Gurus, Here's what I want to do... I have a spreadsheet open in a running Excel session. I would then like to run a Java program that will: detect the running Excel
|
| What kind of license do we need for java programmer? | 18 Nov 2005 18:23 GMT | 9 |
Could you please advice what kind of license do we need ( or that is useful ) for java programmer? Thank you very much. Best regards,
|
| Making a tic tac toe game difficult to win | 18 Nov 2005 17:27 GMT | 19 |
I have a fully fuctional java tic tac toe game i created. I have it now so that the human player can play against a computer player, however it is too easy to win. The computer player always chooses the last open space on the board and then goes up to the first space, I
|
| Round a float... | 18 Nov 2005 16:02 GMT | 3 |
I have sumarized float values and I'd like to round the sum to a certain precision. Say I have 1.234 and want it rounded to 1.23. Which method can I use? Terje
|
| going back from catch to try-webspider | 18 Nov 2005 15:56 GMT | 3 |
I'm writing a webspider. When a bad url is encountered then a MalformedURLException is thrown. What I want to do is ignore this bad URL's exception and continue reading the other urls. I'm not very familiar with try catch blocks but as I understand there
|