📄 aqsesgui.run
字号:
#!/bin/sh## Script to start up the akses framework.##java_command="java -classpath .:./plugin -Dswing.aatext=true -Xms512m -Xmx512m -Xss8m -jar startUp.jar"if [ $# -eq 0 ]then echo "start AqsesGUI" echo "start Java Virtual Machine" $java_commandelse if [ $1 = "-help" ] then echo "help: " echo "" echo "To start the program type:" echo " ./aqses [options]" echo "" echo "OPTIONS" echo "" echo "These are the options that are known to the framework. It is possible that the different plug-ins have additional options. Please consult the documentation of the plug-ins to find out which options they provide." echo "" echo " Sets the Look & feel:" echo " -laf=metal | system" echo " value = metal | system" echo "" echo " Don't use a log file and print the errors to the standard output" echo " -nolog" echo "" echo " Set the language:" echo " -language=valid ISO Language Code (ISO-639)" echo " ex.: -language=en (english), -language=fr (french)" echo "" echo "--------------------------------" echo "B. De Neuter, bart.deneuter@esat.kuleuven.ac.be, Katholieke Universiteit Leuven, Departement Electrical Engineering, ESAT-SCD, Belgium (2004)" else echo "start AqsesGUI" $java_command $@ fifi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -