[Mathlib-commitlog] SF.net SVN: mathlib:[550] JMathLib/trunk/jmathlib.sh
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2008-12-15 22:23:20
|
Revision: 550
http://mathlib.svn.sourceforge.net/mathlib/?rev=550&view=rev
Author: st_mueller
Date: 2008-12-15 21:43:45 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
Added Paths:
-----------
JMathLib/trunk/jmathlib.sh
Added: JMathLib/trunk/jmathlib.sh
===================================================================
--- JMathLib/trunk/jmathlib.sh (rev 0)
+++ JMathLib/trunk/jmathlib.sh 2008-12-15 21:43:45 UTC (rev 550)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+BD=`dirname $0`
+CP=$BD/bin
+
+echo java -cp "$CP" jmathlib.ui.awt.GUI
+
+java -cp "$CP" jmathlib.ui.awt.GUI
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|