faq.txt
来自「一个非常著名的网格模拟器,能够运行网格调度算法!」· 文本 代码 · 共 32 行
TXT
32 行
# 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 + =
减小字号Ctrl + -
显示快捷键?