📄 faq.txt
字号:
# Frequently Asked Questions (FAQ)
Qestions related to the project
--------------------------------
Q: How do I compile this project?
A:
In Unix/Linux: javac -classpath $GRIDSIM/jars/gridsim.jar:. GridSimGUI.java
In Windows: javac -classpath %GRIDSIM%\jars\gridsim.jar;. GridSimGUI.java
where $GRIDSIM or %GRIDSIM% is the location of the gridsimtoolkit package.
----------------------------------
Q: How do I run the project?
A:
In Unix/Linux: java -classpath $GRIDSIM/jars/gridsim.jar:. GridSimGUI
In Windows: java -classpath %GRIDSIM%\jars\gridsim.jar;. GridSimGUI
where $GRIDSIM or %GRIDSIM% is the location of the gridsimtoolkit package.
OR
You should have Java 2 SDK Version 1.4 (or above) and install Java IDE,
such as Eclipse and JGRASP. Then compile and run the GridSimGUI.java.
----------------------------------
----------------------------------
----------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -