|
Java example source code file (build-pkglist)
The build-pkglist Java example source code#!/bin/sh -f SH=`which sh` MKS_HOME=`dirname $SH` CD=cd FIND=$MKS_HOME/find SED=$MKS_HOME/sed SORT=$MKS_HOME/sort $CD ../src/share/classes; $FIND sun/jvm/hotspot com/sun/java/swing -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt Other Java examples (source code examples)Here is a short list of links related to this Java build-pkglist source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.