• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Need Suggestions on I/O Applet Question

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have an applet which does everything I want it to do bar 1 thing. It needs to read/write information to a file. The Applet is perfert for what I need it to do... is there a simple way to add file IO? without goint through the length process or signing?
I need to be able to distribute this applet for use on many computers so computer specific fix's are out of the question.
What would be the best course of action? what should I transform the applet into? (if anything)
Thanks for anyhelp!
-=Dan Nissen=-
 
Bartender
Posts: 2205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Based on your criteria, sigining the applet is the only way to go.
 
Dan Nissen
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok ... if Signing is my only solution ... do I need to digitally sign my applet everytime I compile it? as im getting an error
C:\Program Files\Xinox Software\JCreator Pro\MyProjects\DealerNET\DealerNet.java:137: unreported exception java.io.IOException; must be caught or declared to be thrown
ReadDealers();
everytime I compile with my file reading routine included in the program.
 
This parrot is no more. It has ceased to be. Now it's a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic