in reply to Inline::Java Usage: _Inline/ directory creation

From the Inline::Java documentation:

You can specify Inline::Java options by setting the proper environment variables, and you can also set the _Inline directory by using the PERL_INLINE_JAVA_DIRECTORY environment variable.

  • Comment on Re: Inline::Java Usage: _Inline/ directory creation

Replies are listed 'Best First'.
Re^2: Inline::Java Usage: _Inline/ directory creation
by bhaskar_narla (Novice) on May 14, 2012 at 09:14 UTC
    I went through the FAQ and the following.

    In fact as long as you don't have ~/.Inline/ defined, Inline will create a new ./_Inline directory.

    As per above statement, it expects either .Inline or _Inline directory at home location. Otherwise, it will create _Inline/ directory.

      In fact as long as you don't have ~/.Inline/ defined, Inline will create a new ./_Inline directory

      That behaviour should *not* occur if DIRECTORY is specified. (And the documentation will be modified to make that clear.)

      If you've specified a DIRECTORY in the script and the _Inline directory is still being created then either you didn't specify DIRECTORY correctly, or there's a bug - and a simple script that demos the bug would be helpful.

      Cheers,
      Rob