|
|
|
|
|
by fsckboy
337 days ago
|
|
jar files are zip files, so they don't contain "self extract" code, instead they are associated with already installed extraction code. however, once extracted, jar files do contain executable code, and that is a security issue. the java model pays attention to security, but if code can do something, it can do something bad. if it can't do something, it's not very useful, is it. |
|