aspose file tools
The moose likes Beginning Java and the fly likes Open file using thread Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Open file using thread" Watch "Open file using thread" New topic
Author

Open file using thread

Mauro Trevigno
Greenhorn

Joined: Aug 27, 2012
Posts: 18

Hi People, I cant open a file using thread.

Any comments would be appreciated.








Thank You!

Regards,
-M
Ivan Jozsef Balazs
Ranch Hand

Joined: May 22, 2012
Posts: 380
You seem to make no effort to perform an I/O operation at all.

Besides, starting a thread and immediately joining it do not make much sense for me.

Maybe you should consult a java I/O tutorial.
Mauro Trevigno
Greenhorn

Joined: Aug 27, 2012
Posts: 18

Ivan Jozsef Balazs wrote:You seem to make no effort to perform an I/O operation at all.

Besides, starting a thread and immediately joining it do not make much sense for me.

Maybe you should consult a java I/O tutorial.


I was having some problem to find where to add the I/O operation, but I resolved now. Thanks for the suggestion.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Open file using thread
 
Similar Threads
Unable to put in one of the elements from another arraylist into another class(Resolved)
What's wrong with my customTag?
Question about HashSet
Reading unknown number of objects from InputObjectStream
jdbc