#!/usr/bin/env python
import string, cgi, os, whrandom, pickle, sys
import cgitb; cgitb.enable()
#sys.path.insert(0, '/home/mu.org/home/gus/fm/fmblog')
#import fmbloglib,fmblog
print 'Content-type: text/html\r\n'
print '''
gus mueller
|
|
 |
 |
 | |
 |
Here\'s how to dynamicly add your classpath to your unix environment variables:
#!/bin/sh
#set up our classpath
CLASSPATH=.
for i in /path/to/my/class/folder/*.jar
do
CLASSPATH=${CLASSPATH}:$i
done
You can put those lines in a seperate script, or in your login file, or whatever. |
|  |
 |
All things copyright © 2001, 2002 August Mueller
|

|
|
'''