Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Jare file text/image storing question

  Asked By: Hondo    Date: Apr 08    Category: Java    Views: 573
  

After much pain I figured out (more or less) how to wrap gifs and
text files up
in a jar and how to set the code (class loaders etc) so that they can
be
recovered when the app is run from the Jar. My problem is: my app
requires the
creation of new images / text files as it is being used. These are
meant to be
stored and summoned later, on the next use. But how do I do this...it
stores
them as separate files, not in the Jar, and so the next time it runs
it just
looks in the JAR for the text and images and misses the newly created
ones.
Please note that I am trying to deliver this over the web with java
WEBSTART,
which may intriduce additional issues. Any help (keep it simple
please!)

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Jare file text/image storing question Or get search suggestion and latest updates.




Tagged: