| Thread | Last Post | Replies |
|
| Jtable content to system clipboard | 11 Mar 2005 16:19 GMT | 2 |
I'm trying to copy a JTable to my system clipboard. So far i've been unsuccesfull. Has anyone done this before? Is it even possible?
|
| Starting Java program from Win CDROM | 11 Mar 2005 12:17 GMT | 2 |
I am a pure Linux guy. I wrote a Java program that is going to be used by some Windows people, and I wish the startup of the program to be as simple as possible, namely to double-click on the icon of a BAT script on the CDROM. The program accesses files in a directory which path is
|
| Marking the end of an OutputStream | 11 Mar 2005 11:49 GMT | 4 |
I would like to implement a simple http-like client: the client should send a request, wait for reply from the server and then terminate the communication. I am trying to implement this using a PrintSream implementation of an
|
| Extra to Duplicate Strings | 11 Mar 2005 11:33 GMT | 1 |
package run; import java.util.Arrays; public class RunRemoveDuplicates {
|
| java.net.Socket.close() and getInputStream | 11 Mar 2005 11:30 GMT | 3 |
after obtaining an InputStream from a Socket, do I have to close it seperately or does it suffice to close the Socket itself? Thanks,
|
| Slow down in Java printing | 11 Mar 2005 09:51 GMT | 2 |
I'm trying to print a job of around 20 MB. I'm breaking to 300 jobs with 13 around 12-13 pages per job.(It's my customer's requirement). It prints first 150 jobs fine after that I see a dramatic slow down. I'm posting the print function below. Please suggest how I can improve this
|
| New to Java, please help | 11 Mar 2005 08:33 GMT | 3 |
I am quite new to java so this question is probably easy :) Please help I have a frame that holds north center and south panels -norht panel has a JComboBox
|
| iText - placing barcode | 11 Mar 2005 07:45 GMT | 2 |
I have a question connected with iText PDF library. I want to add barcode in generated document. I know how to generate it properly, and I know that I have to position it absolutely. But how to guess proper coordinates? Below is a snippet of my code: // my pdf document Document ...
|
| Extending a Bean? ClassCastException | 11 Mar 2005 07:25 GMT | 5 |
Since I am only able to pass simple beans around using my Web Service framework, I wonder how to incorporate business logic around these beans. My idea was to let my Beans be the base class and simply extend these with more sophisticated classes with the nessesary business logic
|
| Tiles Problem with definitions Error - Tag Insert | 11 Mar 2005 05:47 GMT | 3 |
Hi to all, I have a newbie problem and I would appreciate any help. Thanks in advance. I have the following constellation:
|
| Disable SSL-encryption on a SSLSocket | 11 Mar 2005 05:45 GMT | 3 |
I have to receive unencrypted data on a SSLSocket shortly after I started the connection (SSL handling works). It works the following way (little shortened...): Socket sock = new Socket(Server,Port);
|
| Apache soap | 11 Mar 2005 02:33 GMT | 1 |
Hello everybody, web services are still new for me ; I've just created a basic one with Apache soap which only receive and send a string. But now, I'd like to create one which will be able to receive and send some objects of mine (which are not javabeans). Do I need to create a
|
| Getting this Error | 11 Mar 2005 02:22 GMT | 3 |
Exception in thread "main" java.lang.NullPointerException at Bookstore.openInputStream(Bookstore.java:80) at Bookstore.main(Bookstore.java:55) Any Ideas?
|
| Passing parameters from JSP to JavaScript | 11 Mar 2005 02:19 GMT | 2 |
I have a JavaScript function that receives an Array with words. This Array can be gotten from a query to a DB using JSP. The JavaScript function is executed when onFocus event occurs: <input type='text' onFocus='myFunction(this.event, myArray);' />
|
| jndi | 11 Mar 2005 02:13 GMT | 1 |
i have problems understanding jndi. i'm this far: i deployed the sun application server and i'm working through the examples (Duke bookstore, ...). Sometimes i see code which does a lookup to a JNDI-name like this:
|