mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
36 lines
348 B
Plaintext
36 lines
348 B
Plaintext
Description:
|
|
Execute a Java program.
|
|
|
|
Files:
|
|
lib/javaexec.h
|
|
lib/javaexec.c
|
|
|
|
Depends-on:
|
|
stdbool
|
|
execute
|
|
classpath
|
|
xsetenv
|
|
sh-quote
|
|
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
|
|
|