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


search the archives of this list for getResource() and also the bug
database at  http://developer.javasoft.com and the bongo mailing list
(http://www.marimba.com somewhere)


stefan


> I'm just starting using Java and am not sure what this means.
> Anyone have any ideas?  I'm searching in books now on resources
> as well as beans to see what I can find...
> 
> I want to write Java applications that allow data entry from
> a database using JDBC but I can't find such a program on Linux.
> Failing finding one I guess I need to develop on Windows 95 and
> then run it on Linux as well.  I want to make sure the development
> utility I use allows this so I'm trying VisualAge Java out.  I
> also want to try JBuilder 2.0 and Visual Cafe 2.5 when I can.
> 
> Anyone else trying to do similar things have a good solution?
> 
> Brad Pepers
> [EMAIL PROTECTED]

-- 
/**
Stefan Magdalinski                             m 0370 67 70 58 
[EMAIL PROTECTED]                              h 0171 580 0831 
it's isness as usual...                                    **/

Reply via email to