|
Java example source code file (start-debug-server)
The start-debug-server Java example source code#!/bin/sh STARTDIR=`dirname $0` if [ "x$SA_JAVA" = "x" ]; then SA_JAVA=java fi if [ -f $STARTDIR/sa.jar ] ; then CP=$STARTDIR/sa.jar else CP=$STARTDIR/../build/classes fi # License file for development version of dbx setenv LM_LICENSE_FILE 7588@extend.eng:/usr/dist/local/config/sparcworks/license.dat:7588@setlicense $SA_JAVA -Xbootclasspath/p:$CP -Djava.rmi.server.codebase=file:/$CP -Djava.security.policy=$STARTDIR\/grantAll.policy sun.jvm.hotspot.DebugServer $* Other Java examples (source code examples)Here is a short list of links related to this Java start-debug-server 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.