Re: 'code too large' error with 2D array
From: Christophe Vanfleteren (c.v4nfl3t3r3n_at_pandora.be)
Date: 10/31/03
- Next message: mimisam: "how can I stop a thread from sleeping?"
- Previous message: Anthony Borla: "Re: 'code too large' error with 2D array"
- In reply to: Anthony Borla: "Re: 'code too large' error with 2D array"
- Next in thread: Fredrik Lindner: "Re: 'code too large' error with 2D array"
- Reply: Fredrik Lindner: "Re: 'code too large' error with 2D array"
- Reply: Jon Skeet: "Re: 'code too large' error with 2D array"
- Reply: Anthony Borla: "Re: 'code too large' error with 2D array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 31 Oct 2003 08:46:07 GMT
Anthony Borla wrote:
> Why would you want to include the array data in the source code, anyway -
> security reasons such as avoiding tampering of the data by outsiders ? If
> so, a simple option is to place the text file in the '.jar' file you are
> using to distribute your program. There were a couple of posts on this
> [accessing resources in a '.jar' file] recently.
I hope you do not really believe that putting files in a jar provides you
with more security, unless you believe in security by (really minimal)
obscurity.
Anyone can look inside a jar file (as it is just a zip file) and extract what
they want.
-- Regards, Christophe Vanfleteren
- Next message: mimisam: "how can I stop a thread from sleeping?"
- Previous message: Anthony Borla: "Re: 'code too large' error with 2D array"
- In reply to: Anthony Borla: "Re: 'code too large' error with 2D array"
- Next in thread: Fredrik Lindner: "Re: 'code too large' error with 2D array"
- Reply: Fredrik Lindner: "Re: 'code too large' error with 2D array"
- Reply: Jon Skeet: "Re: 'code too large' error with 2D array"
- Reply: Anthony Borla: "Re: 'code too large' error with 2D array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|