in reply to Re: Inline::Java and jar files?
in thread Inline::Java and jar files?

Hmmm... actually CLASSPATH points directly at the jar file... Changing to point to the directory the jar sits in did not change the misbehavior of the script...


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

Replies are listed 'Best First'.
Re^3: Inline::Java and jar files?
by philcrow (Priest) on May 01, 2007 at 13:05 UTC
    Not the CLASSPATH environment variable. The one you tell Inline::Java aboout:
    use Inline Java => <<'END', CLASSPATH => '/path/to/my.jar'; /* java code here */ END
    Phil
    The Gantry Web Framework Book is now available.

      Tried it that way too... same result.


      Peter L. Berghold -- Unix Professional
      Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg
Re^3: Inline::Java and jar files?
by Anonymous Monk on May 01, 2007 at 05:59 UTC
    Then org.bcdc.hbm.services doesn't exist, or doesn't provide PeopleService ....