| Thread | Last Post | Replies |
|
| modifying a program to make second argument | 15 Jul 2006 09:48 GMT | 2 |
hey guys, i have written a program which searches through a file in order to ouput the number of characters, words and lines contained in a certain file.. this works fine but i was hoping to take this one step further.. in order to output the number of occurences of a word and
|
| Passing INPUT field as parameter | 14 Jul 2006 21:00 GMT | 3 |
All suggestions are greatly appreciated!!! Here's my problem. I have a search field that a user can enter information into then click a search button. I need to be able to pass whatever they enter into the field as a parameter to another page. The
|
| socket deadlock | 14 Jul 2006 15:29 GMT | 1 |
I have some deadlocking problem (thats what I think it is though) with my java program: Im comunicating with a php script via sockets (I postet to a php group too in case...:)). I cant see any error, can someone give me a hint?
|
| Copying a List to a List of Lists | 14 Jul 2006 15:25 GMT | 7 |
I am having trouble with the following: I wish to have a list of lists of type Double called A. I then have a separate List of Doubles called B which i wish to add to A. I then want to be able to clear B and reuse it without clearing what I have added to A.
|
| Struts Question | 14 Jul 2006 14:41 GMT | 3 |
How can I forward from my action class to an absolute URL (for example www.google.com) after doing some processing in Action. In struts-config.xml file under action mappings the forward accepts only relative urls (starting with "/"). How can I put an absolute path.
|
| Loading jar files from a different folder | 14 Jul 2006 14:30 GMT | 2 |
I have some *.jar files that need to be loaded by ant and currently these files need to be manually moved to ant's lib/ directory. Is there any way to tell ant to load some jars from a folder other than the $ANT_HOME/lib location?
|
| Default Content Type for extensionless files | 14 Jul 2006 13:47 GMT | 3 |
on our server we keep files, which do not carry file extensions. So the ".txt", ".php" or ".html" is missing.The content type of those files is HTML. However, by default content delivers the content type TEXT for those
|
| set cursor inside a JTextField | 13 Jul 2006 22:23 GMT | 1 |
can anyone tell me please why when i launch my GUI and press the LOG IN button the cursor does not appear inside the tableNoField?? void logInButton_mouseClicked(MouseEvent e) { userNoTextField.setVisible(false);
|
| Outsource J2EE app server testing? | 13 Jul 2006 18:49 GMT | 2 |
Does anybody now of any businesses that offer an outsourcing service for the testing of J2EE apps? I'm thinking here of having some outside company handle the app testing across combinations of app server and O/S.
|
| Frame Border not Show and resize only in Firefox but work with IE | 13 Jul 2006 14:44 GMT | 1 |
I am not geting frame border in firefox i want only right border of frame to be show and all other border are hidden it work in IE but in firefox it not show border and due to that i am not able to resize the frame also i am try using border-right-style and frameborder="1" it
|
| finding classes in a series of jar files that implement a specific interface | 13 Jul 2006 14:35 GMT | 1 |
Hi, I'm trying to solve the following problem but I'm stumped as to how I can do it 'properly' :( I have a set of jar files containing classes and I would like to make a list of names of the classes that implement an interface, say, X.
|
| Sending KeyStroke to a process | 13 Jul 2006 13:05 GMT | 3 |
I execute a process in java, and then would like to send some input to it that includes modifier keys (alt, ctrl, etc.). I can create a javax.swing.KeyStroke object with these modifier keys, but then how do I convert that keystroke to bytes so that I can write it to the input
|
| sendmail.jsp: How do I know that mail was send ? | 13 Jul 2006 10:24 GMT | 1 |
I have a small form on my web page with which the visitors send me a comment. In sendmail.jsp it was written: ...
|
| parseInt() in jsp | 13 Jul 2006 10:14 GMT | 10 |
Why can't I use parseInt() in jsp? on Tomcat4.1(Solaris)
|
| JSP format number | 13 Jul 2006 02:50 GMT | 7 |
I want to show numbers, Integers, Float in a JSP with two decimal places after the comma. For instance, if the value is 100, I want to show 100,00. How do I do this in JSP?
|