| Thread | Last Post | Replies |
|
| Socket with setSoTimeout() never times out | 29 Feb 2008 20:22 GMT | 4 |
I have a Socket class instance that I need to time out after a specific amount of time: <pre> <code>
|
| Trouble using POST method with servlet | 29 Feb 2008 12:58 GMT | 9 |
hello friends, i have just started working with servlets and i stumbled upon this problem i was just testing servlet with GET and Post methods
|
| Removing an item from a Jlist | 29 Feb 2008 11:53 GMT | 4 |
I m currently developing a java application where information from a file is populated into a JList. The user should be able to select an item from the JList and then once the user presses the delete button the item that the user selected should therefore be removed from the
|
| PreOrder Tree Traversal | 29 Feb 2008 05:18 GMT | 10 |
Need help with my Tree.PreOrderIterator, stack is stuck; prints ABC, should print ABCDEFG ,
|
| New technology, old idea.... why not? | 28 Feb 2008 23:12 GMT | 10 |
Good Morning/Evening, I'm young and foolish but love to create new ideas. The one I am currently pondering...... (a simple unoptermised version of it): public void wastefulSort()
|
| displaying prompts and reading user input question | 28 Feb 2008 18:11 GMT | 3 |
The following code was copied from O'Reilly's Java Examples in a Nutshell. I slightly modified it to display the prompt and print out that I wanted. My problem is that rather than displaying the "name>" prompt and then waiting for user input, my program seems to want user input ...
|
| line feed and carriage return | 28 Feb 2008 18:04 GMT | 4 |
I'm a beginner playing with the well known "echoserver" application. I've "developed" and "built" it in winXP using Netbeans. It runs fine if the "server" runs in windows: i can telnet to it both from windows and from linux (kubuntu).
|
| unable to access tomcat created servlet pages from a different machine | 27 Feb 2008 13:54 GMT | 2 |
I am using Tomcat and I am succesfully able to view teh created pages. But if I want to view the pages from other machines, it is showing "Page not found" I can not view Tomcat homepage also from other machines...
|
| Check if a file is open or not | 27 Feb 2008 07:06 GMT | 1 |
I want to check if a file is open or not using Java. I want to know if the file is accessed by some other program while i m opening it though java program.
|
| Has working with raster graphics always been this complicated? | 26 Feb 2008 22:37 GMT | 6 |
I'm not new to programming, but I'm new to Java, at least as far as programming an entire applet. I'm familiar with looking through a language's API to learn more about developing an application using available methods. I've done it plenty of times.
|
| listing dirs in current webapp... | 26 Feb 2008 02:37 GMT | 4 |
hi, I'm trying to detect subdirectories in current webapp, not sure how to filter dirs from files that are not dirs.. found something here, http://www.exampledepot.com/egs/java.io/GetFiles.html?l=rel File dir = new File("directoryName");
|
| indexOf | 25 Feb 2008 22:15 GMT | 13 |
Hi to everyone and all of you , How comes that the checkExtensions method does not work and the tedious if( temp.indexOf("mov") != -1 ) do? ======
|
| Need a pretty method | 24 Feb 2008 18:21 GMT | 5 |
How do I make my count() method prettier? TIA fh public class ObjectCounter { Object a;
|
| computer programming | 24 Feb 2008 17:15 GMT | 1 |
Are there any new computer languages coming out? I am really enjoying RUBY
|
| value=get cookie ? | 23 Feb 2008 02:35 GMT | 3 |
I am having a problem with getting the value of a set Cookie into my input. I have tried onSubmit / onClick and have been looking at functions to define the cookie, but I am very new at writing code. Does anybody have any insight on how to correct this?
|