| Thread | Last Post | Replies |
|
| Eclipse SSL XML communication | 31 Oct 2005 04:49 GMT | 5 |
I want to create an Eclipse app that acts as a client. I want Eclipse to talk over HTTPS (using ssl) to a remote server via xml. The server doesn't have to be a web server just a server that listens on HTTPS and is able to perform actions giving the XML it receives.
|
| JavaService: Use classpath from manifest? | 31 Oct 2005 04:47 GMT | 2 |
I have an application packaged in a jar file, and I specify the classpath for all of the application's dependencies in the jar file's manifest.mf: Main-Class: com.us.ourapp.Main
|
| Status Bar or any swing component | 31 Oct 2005 04:28 GMT | 4 |
How I can obtain that a Status bar wil be showed always on the bottom of a frame, also when someone resize at the run time that Frame? Same time this is a common problem also for other visual component. I think that the use of Layouts can do this for me, but I was unable to
|
| [Back Porting] Classpath and other | 31 Oct 2005 04:25 GMT | 4 |
I am in need of back porting some libraries back from Java 1.4.2 to 1.3.1, namely AbstractMap.java, HashMap.java, HashSet.java, LinkedHashMap.java & LinkedHashSet.java.
|
| Operating document scanner from JSP page | 31 Oct 2005 04:13 GMT | 2 |
If a user has a need to scan a document and upload it, is it possible for the client computer to operate an attached TWAIN scanner directly via a jsp page (server from a jboss app server)? If anyone has crossed this before, I'd love some advice.
|
| Check out the new Blog directory | 31 Oct 2005 04:11 GMT | 1 |
Check out the new blog directoy at http://www.blogsphere.tk/
|
| SWT applets ... not the best choice? | 31 Oct 2005 03:18 GMT | 6 |
I've got a project lined up for next year. Some kind of "look through a presentation and then answer a few questions"-jobbie that will be an applet. Anyways, I've been looking at SWT and don't completely dislike the way it works, unfortunately one doesn't seem able to use SWT in ...
|
| Thread Execution | 31 Oct 2005 01:09 GMT | 1 |
Im programming for a mobile phone (though this is not a J2ME question) and basically I cant make a blocking call (such as opening a connection) from an CommandListener because it causes deadlock. So i created a new class that extends Thread that opens a connection, in
|
| Date different | 31 Oct 2005 00:27 GMT | 33 |
I want write a program delete old files. Need to change the modified date . How to Calculate Date diff ? ldatediff = Now - (long) files[i].lastModified() ? import java.io.*;
|
| Thunerbird help... [not java related , but please help if you can!] | 30 Oct 2005 22:20 GMT | 13 |
Hi all... I know this is not a java question, but after seeking help on the Thunderbird newsgroup, I was not able to get an answer to my question. So since i know there are a lot of smart people in this group, I thought
|
| only one instance | 30 Oct 2005 22:15 GMT | 2 |
I want only one running instance of my app. There are 2 methods: 1. sockets 2. locking files (I prefer this)
|
| compile with ant | 30 Oct 2005 19:36 GMT | 1 |
Hi all; I am new to the ant and I used following java example and it worked, when I used it with ant. package oata;
|
| encrypt password in JNDI file | 30 Oct 2005 18:59 GMT | 1 |
The password to access database through JNDI is cleartext and it's placed in my tomcat server (/conf/catalina/localhost). Is there a way to encrypt this password in my JNDI file? Thanks
|
| Again about default button | 30 Oct 2005 13:57 GMT | 3 |
Yes. Yet I am unable to do it! I read many of us asking for this need, but no one of the answers seem to solve the problem. As a sample I have a frame with only a jTextField and two jButtons
|
| how i can extract text from the PDF files,power point files,Ms word files? | 30 Oct 2005 11:17 GMT | 4 |
hi friends, i need to extract text from the power point files,word files,pdf files for my application.Is it possible to extract the text from the those files .If yes plz give solution to this problem.i would
|