mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
36 lines
356 B
Plaintext
36 lines
356 B
Plaintext
Description:
|
|
Execute a Java program.
|
|
|
|
Files:
|
|
lib/javaexec.h
|
|
lib/javaexec.c
|
|
|
|
Depends-on:
|
|
stdbool
|
|
execute
|
|
classpath
|
|
xsetenv
|
|
sh-quote
|
|
xconcat-filename
|
|
xalloc
|
|
xmalloca
|
|
error
|
|
gettext-h
|
|
javaexec-script
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
DEFS += -DEXEEXT=\"@EXEEXT@\"
|
|
lib_SOURCES += javaexec.h javaexec.c
|
|
|
|
Include:
|
|
"javaexec.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|