echo "===== 'jc' script for Lintel platform only ! (c) ~/2A env.=============" echo "===== List of .java files in the current directory '.' : " ls -al ./*.java echo "===== Current J2SE version : " java -version echo "===== Starting the 'javac' compiler (with -classpath . )" javac $1.java -encoding ISO-8859-1 echo "===== Starting the Java Virtual Machine 'java' using -classpath . " echo " " java $1 echo "===== New content of the current directory : " ls -al $1.* echo "===== End of 'jc' script ============== Last update: 2009.03.30 == 17h46 =="