Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

java-functions(7) [suse man page]

java-functions(7)						RPM Java packaging						 java-functions(7)

NAME
java-functions - Functions library for Java applications. Written for the JPackage Project <http://www.jpackage.org/>: SYNOPSIS
set_jvm() Set the java virtual machine. Use a JAVA_HOME if defined, or try to find it from java command set_classpath() Set the classpath - this functions requires a valid JAVA_HOME, JAVACMD, and JAVA_LIBDIR. JARs could be specified as an argument, or via ADDITIONAL_JARS variable. set_javacmd() set the JAVACMD variable. Options should be passed via JAVACMD_OPTS variable. set_flags() set FLAGS variable. They could be specified as an argument, or via ADDITIONAL_FLAGS variable. set_options() set OPTIONS variable. They could be specified as an argument, or via ADDITIONAL_OPTIONS variable. run() run the application. It executed a following command. If VERBOSE is defined, then it prints the command to stdout. exec $JAVACMD $FLAGS -classpath $CLASSPATH $OPTIONS $MAIN_CLASS "$@" set_jvm_dirs() set JVM-related directories (JVM_LIBDIR, JAVA_VERSION, JAVAVER_LIBDIR and JAVAVER_JNIDIR variables). Requires a correct JAVA_LIBDIR, JAVA_HOME and JAVA_CMD. link_jar_repository() links a jar repository. Options could be found in build-jar-repository(1) find_jar() finds a specific extention (jar or directory). Requires a correct JAVA_LIBDIR, JAVAVER_LIBDIR and JVM_LIBDIR. Used by find-jar(1) com- mand. do_find_jar() core routine used by find_jar() check_java_env() checks java environment - the JAVA_HOME, JAVACMD, JAVA_LIBDIR, JNI_LIBDIR variables. DESCRIPTION
This is a library of generic shell functions which should be used on jpackage.org compatible distributions. FILES
/use/share/java-utils/java-functions shell script functions library for Java applications /etc/java/java.conf system-wide Java configuration file ~/.java/java.conf user's Java configuration SEE ALSO
Regular Manual Pages build-jar-repository(1) find-jar(1) java.conf(5) jpackage-utils(7) AUTHORS
Guillaume Rousse <guillomovitch@sourceforge.net> Ville Skytta <scop at jpackage.org> David Walluck <david@jpackage.org> Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> REPORTING BUGS
Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/) jpackage-utils 1.7.5 February 2009 java-functions(7)

Check Out this Related Man Page

MACROS.JPACKAGE(7)						RPM Java packaging						MACROS.JPACKAGE(7)

NAME
macros.jpackage - RPM macros for Java packagers and developers. Written for the JPackage Project <http://www.jpackage.org/>: SYNOPSIS
%_jvmdir Root directory where all Java VMs/SDK/JREs are installed. %_jvmjardir Root directory where all Java VMs/SDK/JREs expose their jars %_jvmprivdir Root directory for all Java VM/SDK/JRE's private things. %_jvmlibdir Root directory for all architecture dependent parts of Java VM/SDK/JRE's %_jvmdatadir Root directory for all architecture independent parts of Java VM/SDK/JRE's %_jvmsysconfdir Root directory for all configurations parts of Java VM/SDK/JRE's %_jvmcommonlibdir Root directory for all common architecture dependent parts of Java VM/SDK/JRE's %_jvmcommondatadir Root directory for all common architecture independent parts of Java VM/SDK/JRE's %_jvmcommonsysconfdir Root directory for all common configurations parts of Java VM/SDK/JRE's %_javadir Directory where arch and version independent jars are installed. %{_javadir}-ext Directory where version dependent jars are installed. %_{javadir} Directory where arch and version independent jars are installed. %{_javadir}-x.y.z Directory where jars for Java standard x.y.z (usually symlinks to %{_javadir}-ext) are installed. %{_javadir}-utils Directory where Java-related scripts are installed. %_jnidir Directory where arch-specific (JNI) version-independent jars are installed. %_{jnidir}-ext Directory where arch-specific (JNI) version-dependent jars are installed. %_{jnidir}-x.y.z Directory where arch-specific (JNI) jars for Java standard x.y.z (usually symlinks to %{_jnidir}-ext) are installed. %_javadocdir Root directory where all javadoc is installed. %_mavendepmapdir Directory for maven depmaps. %_mavendepmapfragdir Directory for maven depmaps. %java_home Current default JVM home. Calls a set_jvm() from java-functions(7). %ant Default ant command. %jar Default jar command. %java Default java command. Calls a set_jvm() from java-functions(7). %javac Default javac command. %javadoc Default javadoc command. %add_jvm_extension add_jvm_extension should be used in %install by extension packages to declare what extension jars they provide. %add_to_maven_depmap() add_to_depmap adds an entry to the depmap. The arguments are: %1 the original groupid %2 the original artifact id %3 the version %4 the new groupid %5 the new artifactid %update_maven_depmap() update_maven_depmap updates the main maven depmap %jpackage_script() A standard script fot running jpackage positive applications. %1 main class %2 flags %3 options %4 jars (separated by ':') %5 the name of script you wish to create DESCRIPTION
This is a library of generic rpm macros which should be used on jpackage.org compatible distributions. FILES
/etc/rpm/macros.jpackage Definitions of macros. For additional informations look at this file. /use/share/java-utils/java-functions shell script functions library for Java applications /etc/java/java.conf system-wide Java configuration file ~/.java/java.conf user's Java configuration SEE ALSO
Regular Manual Pages java.conf(5) java-functions(7) jpackage-utils(7) AUTHORS
David Walluck <david@jpackage.org> Ville Skytta <scop at jpackage.org> Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> REPORTING BUGS
Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/) jpackage-utils 1.7.5 February 2009 MACROS.JPACKAGE(7)
Man Page