Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-04-2008, 03:50 AM
Member
 
Join Date: Jan 2008
Posts: 7
erhart is on a distinguished road
Writing to files within jar files
Hi all,

I am trying to write to a text file in my program, which is packaged as a jar file. To read from files, I use
Code:
getClass().getResourceAsStream(fileName)
which returns an input stream, but I can't find any way to get an output stream that works in a jar file. An example of some code which works in eclipse but not in the jar packaging is:
Code:
URL url = getClass().getResource(fileName); PrintWriter writer = new PrintWriter(url.getPath());
Please help me!
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text and image files within jar files erhart Advanced Java 8 01-19-2008 05:43 AM
Reading/Writing files through Applet Java Tip Java Tips 0 12-15-2007 09:20 PM
Applets writing to files bugger New To Java 2 11-20-2007 09:45 AM
how to convert mpeg files to .wav files christina New To Java 1 08-06-2007 05:14 AM
convert xls files into pdf files bbq New To Java 3 07-20-2007 04:56 AM


All times are GMT +3. The time now is 08:50 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org