Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-23 | Lets be pkgviews friendly: create the bin directory when installing wrappers. | jmmv | 1 | -1/+5 | |
2004-05-23 | Let a package specify which is the real binary for each wrapper (by setting | jmmv | 1 | -2/+4 | |
JAVA_WRAPPER_BIN.<wrapper-name>), in case it differs from the default. For example, sablevm does not install a 'java' program with that name, so adding 'java' to JAVA_WRAPPERS couldn't DTRT. | |||||
2004-05-22 | Initial addition. | jmmv | 1 | -0/+74 | |
This file provides a framework to easily create wrappers to run Java environments (either compilers or virtual machines) installed under ${PREFIX}/java/<implementation>. These wrappers hide the complexity of having to modify the path, unlimit resources or to set a correct CLASSPATH for the program to run. |