| Thread | Last Post | Replies |
|
| tomcat and the working directory | 29 Jun 2005 10:23 GMT | 10 |
I've seen several old threads speaking about Tomcat and the working directory but I haven't seen how this may be set. I believe I need to do this so that some dlls I am using, which are invoked via jni from my java/web app, can talk to each other. I can get them going but that's
|
| RMI + SSL? | 29 Jun 2005 08:58 GMT | 3 |
I´d like to use SSL over RMI, is it possible? I´ve googled but couldnt find enough information regarding this topic. thanks in advance, lz.
|
| Java Pet Store Demo 1.3.2 trouble | 29 Jun 2005 07:33 GMT | 1 |
Hi, I am new to J2EE. I tried installing the sample petstore application available at Suns' site. I follwed the installation instructions located at following url http://java.sun.com/blueprints/code/jps132/docs/installing.html
|
| Problem Getting the Serial Port. | 29 Jun 2005 07:23 GMT | 4 |
I m writing the following code but it is not working can any bod tell that what is the problem with it? <code> public void OpenSerialPort() throws java.io.IOException {
|
| 1.4.2 or 5.0 | 29 Jun 2005 05:59 GMT | 3 |
trying to figure out as I've heard a couple of stories here. Is Java 1.4.2 the current version that you would term production release and 5.0 is still like a beta (of course it works etc. but recommended for critical systems yet)? Even Sun's web site say's 1.4.2 is the current
|
| Problem Running Application (Java + JExcel API) | 29 Jun 2005 05:55 GMT | 12 |
I am having a problem writing a program and i am getting an error that stumps me. $ java -jar WorkApp3.jar and i get error:
|
| Write to a process once its started using getOutputStream() | 29 Jun 2005 04:46 GMT | 4 |
I have a dos program that I wish to access through my java program... I can run the program and read the programs output using DataInputStream in = new DataInputStream(new BufferedInputStream process.getInputStream()));
|
| Q: class access | 29 Jun 2005 04:27 GMT | 9 |
I am in a situation where I need a language feature, which I am not sure exists. I have two classes, one (let's say A) contains a list of data and the other (say B) contains the functionality to display that list. Now I want to have private data inside A, which should not be
|
| Problem with viewToModel() | 29 Jun 2005 01:06 GMT | 6 |
I have a JTextPane where I want to determine the position of the mouse. So if there is a mouse moved event, I will do int hoverPosition = jCurrentSentencePane.viewToModel(e.getPoint()); to determine the position (as the position of the letter) in the text
|
| Getting session cookie name | 29 Jun 2005 00:32 GMT | 6 |
The session cookie name for persistent sessions is specified in the deployment descriptor. How can I get this cookie name in a JSP? I am using the Weblogic implementation of J2EE.
|
| helping | 28 Jun 2005 23:24 GMT | 1 |
which program is better for write java language. please guide me for this problem. whit thanks Cyrus
|
| With request.getCookies() I do not get all cookies! | 28 Jun 2005 21:57 GMT | 1 |
I have written a Java Server Page and I have added this as my first line of Java code: Cookie cookies[] = request.getCookies(); When I loop through the cookies like this
|
| Calling a Java method from C++ via JNI problem. | 28 Jun 2005 20:48 GMT | 3 |
I am having some real difficulties calling a Java method from C++ code. I load my c++ dll from java using: static {
|
| To interface a dungle bluetooth with my program | 28 Jun 2005 20:27 GMT | 1 |
Hello i've a problem..... now i am programming a simple bluetooth java application, i want to interface a USB dongle bluetooth (local device) in my program.... Can i have a simple code example please
|
| J2SE 1.4.2 or J2SE 5.0? | 28 Jun 2005 20:07 GMT | 15 |
At Sun's download page at http://java.sun.com/j2se/ I have the choice between J2SE version 1.4.2 and J2SE version 5.0. I program applications and applets
|