|
Outcome differ from Netbeans and Java Web Start
Hi, i currently have a project runnin using netbeans 5.5. In this project, it is suppose to perform a search by reading from some directories containing only .txt files and writing into another directory in .txt form, which i used BufferReader and PrintWriter to fulfil the task. I build and run this project on Netbeans and it works perfectly with the GUI and the search results printed out.
I then run & deploy it with Java Web Start, the GUI did appear but the search seems to fail as no results is printed out.
anyone have any idea whats wrong ??
`bong
|