| Thread | Last Post | Replies |
|
| Java exec() help | 22 Apr 2004 01:59 GMT | 1 |
I am trying to use java exec() to execute an external program (.exe) and then send it data. The external program prompts the user for two inputs, so I need to be able to watch for the prompts, and then send the required information at the correct time. Does anyone have a
|
| (LONG) More newbie questions on constructor/set+get methods | 22 Apr 2004 00:30 GMT | 6 |
After reading over responses to my previous questions, I re-wrote my two classes. I'm sorry to be doing this in a new thread, but, Pine's gone a bit flaky on me and won't allow me to reply to the group, only in e-mail messages (I must have set a bad config option somewhere).
|
| Set status on HttpServletResponse | 22 Apr 2004 00:21 GMT | 3 |
I am "playing" with HttpServletResponse from a servlet. I get a PrintWriter (out = response.getWriter()), and write lots of Strings to the output (with out.write( string ) ). Then I set the response status, with response.setStatus(
|
| synchronized block | 21 Apr 2004 19:48 GMT | 5 |
Is there any way to obtain the lock on several objects within one synchronized block? public void execute() {
|
| Crystall Java Component and Picture | 21 Apr 2004 18:17 GMT | 1 |
I executed the "Income Statement" sample using the Reporting Java Component. The result report has the values by not the pictures defined in the report.
|
| Please help | 21 Apr 2004 17:12 GMT | 1 |
I have this problem. I have copied this script on the net. The script changes font-size and color, starting from both ends until it reaches the middle, then it quickly displays another text string, letter by letter. The thing is this that when ever I try to put at text it will show ...
|
| Crystal Report, Java Beans Connectivity and Javaw | 21 Apr 2004 15:38 GMT | 1 |
I am trying to use Java Beans Connectivity and Crystal Report 10. My JavaBeansClassPath definition contains the directory with my class file and the driver jar file complete path (mssqlserver.jar) After I select the menu option Database Expert->Java Beans
|
| Jbuilder tutorials or books | 21 Apr 2004 15:12 GMT | 1 |
Can anyone suggest good tutorials or books for the JBuilder Foundation IDE Cheers Jim
|
| apache soap | 21 Apr 2004 06:26 GMT | 2 |
All, I would like some help figuring out how to send a hash from a Perl Soap-Lite server to a Java client running apache soap. I bought a book on apache soap, published by O'rielly but they really only talked
|
| maximize screen | 20 Apr 2004 23:29 GMT | 1 |
I have made an class that gives a screen whit a table and a button to exit it. Now the problem is that when I maximize the screen that the table stays at the same size, how can I do it that the table becomes also bigger.
|
| What is a COMPOUND CLASS ? | 20 Apr 2004 22:20 GMT | 6 |
I have been looking for a definition of a compound class but cannot find it anywhere ? What exactly is a compound class ? Thanks
|
| java financial api | 20 Apr 2004 20:03 GMT | 1 |
Is there a publicly avalaible Java financial library which can do things like calculating interests ..simple, compound and other common financial calculations. tia
|
| jsp page giving error on tomcat 5 | 20 Apr 2004 19:33 GMT | 1 |
i am using tomcat 5.0.19 on linux and have created a class in package named "db" to connect the database that has function that returns the Connection object. when I compile it using ant it works compile
|
| Formdata in a self-made FormView | 20 Apr 2004 19:13 GMT | 1 |
I could need some help with a small problem: For an application I created a class MyFormView extends FormView. This class is only used for form elements with a <select multiple> Tag, and creates a JList with a special SelectionModel, to enable a more
|
| String from ByteBuffer | 20 Apr 2004 15:17 GMT | 3 |
I have putted string into ByteBuffer: byteBuffer.put("string".getBytes("UTF-8")); How can i get this "string" from ByteBuffer ?
|