Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

java.conf(5) [suse man page]

JAVA.CONF(5)						       System configuration						      JAVA.CONF(5)

NAME
java.conf - system-wide Java configuration file DESCRIPTION
The java.conf file defines the system-wide Java configuration for Virtual Machines, that conforms the JPackage Project conventions. It is a plain shell configuration format, which each line should be comment (#), blankline, or variable definition. VARIABLES
JAVA_LIBDIR Location of jar files on the system JNI_LIBDIR Location of arch-specific jar files on the system JVM_ROOT= Root of all JVM installations JAVA_HOME You can define a system-wide JVM root here if you're not using the default one JAVACMD_OPTS Options to pass to the java interpreter SEE ALSO
Regular Manual Pages jpackage-utils(7) AUTHOR
Written by the JPackage Project REPORTING BUGS
Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/) java.conf (jpackage-utils) February 2009 JAVA.CONF(5)

Check Out this Related Man Page

CREATE-JAR-LINKS(1)						   User Commands					       CREATE-JAR-LINKS(1)

NAME
create-jar-links -f instructions_file [-a archive_file] [-p] SYNOPSIS
create-jar-links -f instructions_file [-a archive_file] [-p] OPTIONS
-a Archive file on which actions will be performed, as opposed to current directory -p Preserve original file names (-p to build-jar-repository) -f The instructions file to check against. -a Archive file on which actions will be performed, as opposed to current directory -p Preserve original file names (-p to build-jar-repository) -f The instructions file to check against. EXAMPLES
Suppose there is a clean source tarball (using clean-binary-files(1) and check-binary-files(1)). Following this, one can extract the tar- ball, cd to it, and run: create-jar-links -f <instructions> -d <custom_jar_map> This would call build-jar-repository(1) and create symlinks, with extra mappings (form vanilla jar names to jpp names) that are specifiable via the custom jar map. SEE ALSO
Regular Manual Pages check-binary-files(1), create-jar-links(1), build-jar-repository(1), jpackage-utils(7) Documentation Further reading should be found in clean-binary-files.txt located in your standard documentation directory. Original mail is here: https://www.zarb.org/pipermail/jpackage-discuss/2005-November/009158.html AUTHOR
Written by Deepak Bhole REPORTING BUGS
Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/) create-jar-links (jpackage-utils) 1.7.5 February 2009 CREATE-JAR-LINKS(1)
Man Page