Changes

Jump to navigation Jump to search
822 bytes added ,  17:49, 20 October 2017
org/basex/modules/Hello
org.basex.modules.Hello
 
===Additional Libraries===
 
{{Mark|Introduced with Version 9.0}}:
 
A Java class may depend on additional libraries. The dependencies can be resolved by creating a fat JAR file, i.e., extracting all files of the library archives and producing a single, flat JAR package.
 
Another solution is to copy the libraries into a {{Code|lib}} directory of the JAR package. If the package will be installed, the additional library archives will be extracted and copied to a hidden sub-directory in the repository. If the package will be deleted, the hidden sub-directory will be removed as well.
 
; Contents of {{Code|Image.jar}}
 
lib/
Images.jar
META-INF/
MANIFEST.MF
org/basex/modules/
Image.class
 
; Directory structure after installing the package
 
repo/org/basex/modules/
Image.class
.Images
Images.jar
==Combined==
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu