[E-Lang] security manager again

Marc Stiegler marcs@skyhunter.com
Wed, 28 Feb 2001 18:09:14 -0700


So, I'm trying to run the IBM jdk 1.3 on Linux with the new e.jar that has
everything bundled into a single jar (no comm though). I run straight into
the security manager again:

[marc2@DanceLinux ehome]$ ../ibmJava -jar eNoComm.jar scripts/elmer.e
# problem: <SecurityException: javax.swing.UIManager not approved as safe>
#
#   <interp> evalPrint(e`define var uim :final := import__uriGetter
get("javax.swing.UIManager")`)

markm et al, any clue why I am getting nailed on this?

--marcs