From: Sells, F. <fr...@ad...> - 2001-09-07 20:07:30
|
running as root worked; from javax.swing import * worked as root, failed as my user. I did a "chmod a+x *.jar" to the files in the jdk1.3.1/lib path and it worked. I had previously done the same to jre/lib and that was not the answer. thanks for all your help, I new it was easy I just missed the obvious. -----Original Message----- From: John Goerzen [mailto:jgo...@co...] Sent: Friday, September 07, 2001 3:17 PM To: Sells, Fred Cc: 'jyt...@li...' Subject: Re: [Jython-users] Linux Install bug "Sells, Fred" <fr...@ad...> writes: > It runs ok and sees modules like sys; however I get the following error: > ------------------------------------------------- >>>>import java I think that the problem is that you have to import a specific module, ie: import java.lang import com.sun.some.outlandishly.long.name.with.studlyCaps -- John Goerzen <jgo...@co...> GPG: 0x8A1D9A1F www.complete.org |