#!/usr/bin/perl -w 
###########################################################################
#
# sj : start java
#
# $Id: sj,v 1.1.1.1 2003/07/19 02:17:34 wiggly Exp $
#
# $Author: wiggly $
#
# $DateTime$
#
# $Revision: 1.1.1.1 $
#
###########################################################################
use strict;
use Java::SJ;

&Java::SJ::sj;

exit;
###########################################################################

__END__

=pod

=head1 FIXME - Write Perldoc

=cut
