Thread: Signed applets...... HOW!?

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912

    Signed applets...... HOW!?

    Java question:

    OK - I needed to make an applet that had file i/o capabilioties, but for obvious reasons, that was made impossible by java.lib. However, I heard of something that could give applets file i/o capabilties, but would just require the user to give permission each time a file was to be read or modified - a signed applet. Does anyone know how I can make one of these, and how to give it the capability, and all the other questions that are somewhat obvious? Thanks in advance if you can help.

  2. #2

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. signed char type
    By sarahr202 in forum C++ Programming
    Replies: 9
    Last Post: 05-21-2009, 07:12 PM
  2. signed size_t/unsigned ptrdiff_t?
    By robwhit in forum C Programming
    Replies: 3
    Last Post: 09-26-2008, 11:34 PM
  3. How to tell a type is signed or unsigned?
    By meili100 in forum C++ Programming
    Replies: 22
    Last Post: 05-08-2008, 08:21 PM
  4. Signed Char Overflow
    By coder8137 in forum C Programming
    Replies: 5
    Last Post: 11-17-2006, 08:25 AM
  5. - signed int to binary?
    By KnowledgeHungry in forum C++ Programming
    Replies: 7
    Last Post: 08-25-2003, 11:57 AM