Changeset 14662 for trunk/abcl/abcl.in


Ignore:
Timestamp:
03/25/14 15:34:06 (9 years ago)
Author:
Mark Evenson
Message:

Place JVM options after classpath specification.

Under Windows (at least), one has to specifiy "-Djava.library.path=something"
after the -classpath option for it to have any effect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl.in

    r12906 r14662  
    2020# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    2121
    22 exec @JAVA@ @ABCL_JAVA_OPTIONS@ \
     22exec @JAVA@ \
    2323  -cp  @ABCL_CLASSPATH@:"$CLASSPATH" \
     24  @ABCL_JAVA_OPTIONS@ \
    2425  org.armedbear.lisp.Main \
    2526  "$@"
Note: See TracChangeset for help on using the changeset viewer.