Ahhhh, thanks Phil. I think I'm going to rewrite the whole mess in Perl. The vendor's API isn't too complex.
Now the real question, what are your spam avoidance techniques and are they working? Jay ----- Original Message ----- From: "Phil Crow" <Email Removed> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 7:59 AM Subject: Re: How would I call the java error handler > In your recent message to the inline list, you asked > how to make a call like this: > > > To call it from native Java its like: > > > > EClientErrors.CONNECT_FAIL.msg(); > > The problem is that CONNECT_FAIL is an attribute of > the EClientErrors class. You cannot remotely access > attributes. Inline::Java appears to provide direct > access to Java, but that is a facade. Really, it uses > remote method calls. > > You need to make a method to retrieve the object > CONNECT_FAIL stores, like getConnectFail. If you > cannot modify the EClientErrors class to provide such > an accessor, you will have to wrap the class with one > that can provide such access. > > Due to my irrational spam paranoia I ask that you not > include my email address in any follow-up message you > might post to the inline list. > > Phil Crow > > __________________________________ > Do you Yahoo!? > Free Pop-Up Blocker - Get it now > http://companion.yahoo.com/ > >