View Single Post
  #1 (permalink)  
Old 11-06-2007, 03:28 PM
bongia bongia is offline
Member
 
Join Date: Nov 2007
Posts: 10
bongia is on a distinguished road
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
Reply With Quote
Sponsored Links