aspose file tools
The moose likes Swing / AWT / SWT and the fly likes opening text file using swing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "opening text file using swing" Watch "opening text file using swing" New topic
Author

opening text file using swing

Reshma Reddy
Ranch Hand

Joined: Dec 21, 2006
Posts: 197
Hi all,

I want to open text file which is located on unix system and i want to display text content on swing UI.
when i am tryign to open getting java.io.FileNotFoundException: exception



Any suggestions please.

Thanks,
Swastik Dey
Ranch Hand

Joined: Jan 08, 2009
Posts: 1237

Does textfile.txt exist in the path you have mentioned?


Swastik
Reshma Reddy
Ranch Hand

Joined: Dec 21, 2006
Posts: 197
Yes Swastik, file is present.

Is it possible to open server side file from swing UI ?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35444
    
    9
Probably not using the server path - or is the server path mapped to a local path under that name?


Android appsImageJ pluginsJava web charts
Reshma Reddy
Ranch Hand

Joined: Dec 21, 2006
Posts: 197
server path is not mapped in local, problem to map server path in all local systems.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35444
    
    9
How do you propose to access files on the server's file system if it's not mapped to the local file system?
Reshma Reddy
Ranch Hand

Joined: Dec 21, 2006
Posts: 197
It is not yet proposed, checking opssibilities and I dont have swing experience. Thanks for help.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35444
    
    9
Accessing a file has nothing to do with Swing. In order for a program to use a file it must have access to it - via FTP, HTTP, shared directory, WebDAV, or some other way. Start by finding out which way is feasible in your case.
Reshma Reddy
Ranch Hand

Joined: Dec 21, 2006
Posts: 197
Thanks for the info. i will check feasible way.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32833
    
    4
Ulf is quite right. You should use a command‑line application to access a class which can open the file. When you can call getFileContents() on an object of that class and have the text appear on screen, then it will be easy to write a GUI on top which uses the same getFileContents() methid
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: opening text file using swing
 
Similar Threads
How to edit text file in jar
is a JTable always part of exam
how to string search ?
Tabular form data
how to print the text in text area