Stefan Magdalinski wrote:
>
> Brad Pepers wrote:
> >
> > I'm trying to run a program from IBM Visual Age Java 2.0 on Linux
> > but it doesn't work. Its an example program that came with the
> > VAJ 2.0 beta I downloaded. It uses AWT to create a mortgage
> > calculator. The error message I get is:
> >
> > java.net.MalformedURLException: systemresource:/ZIP0/+/:
> > java.lang.SecurityException: systemresource:/ZIP0/+/ refers to a non
> > system resource
> > at java.net.URL.<init>(URL.java)
> > at java.net.URL.<init>(URL.java)
> > at java.beans.Beans.instantiate(Beans.java:177)
> > at
> > com.ibm.ivj.examples.vc.mortgageamortizer.Amortization.main(Amortizat
> > ion.java:1495)
> >
>
> It's a very tedious bug to do with getResource. there are workarounds...
> but it was a long time ago that I was working with it, and I can't
> remember the details. The implementation of getResource has changed with
> the various 1.1.x releases. chances are the IBM release is 1.1.2 rather
> than 1.1.6
The Java release in VAJ 2.0 is supposed to be 1.1.5... I checked
the bug parade and couldn't find any reference which seemed right
so now I'm trying the marimba site. I'll also look at posting a
bug report to IBM.
Brad Pepers
[EMAIL PROTECTED]