faq
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
faq [2016/05/07 03:30] – navid | faq [2016/05/29 01:45] (current) – navid | ||
---|---|---|---|
Line 5: | Line 5: | ||
====== General ====== | ====== General ====== | ||
- | ===== Do I need to register | + | ===== Do I need to Register |
- | *Yes, we will use PRISM account to submit assignments and also to work on the labs. If you have difficulty setup your account, please consult the Lab Monitor at LAS1006A. | + | *Yes, we will use PRISM account to submit assignments and also to work on the labs. Please use [[https:// |
- | ===== How can I submit my quiz? ===== | + | ===== How Should |
* Please use [[https:// | * Please use [[https:// | ||
* Here is [[http:// | * Here is [[http:// | ||
* For Quizzes you should use command line to submit your saved Java files. Here is sample command to submit my_file.java for Quiz1 (e.g. Q1): < | * For Quizzes you should use command line to submit your saved Java files. Here is sample command to submit my_file.java for Quiz1 (e.g. Q1): < | ||
- | ===== I am sick and cannot submit my assignment | + | ===== I am Sick and Cannot Submit My Assignment |
*For missed assignments or midterm due to sickness, please send an email to course director stating " | *For missed assignments or midterm due to sickness, please send an email to course director stating " | ||
- | ===== Where can I find my marks and grades? ===== | + | ===== Where Can I Find My Marks and Grades? ===== |
*Please use [[https:// | *Please use [[https:// | ||
Line 41: | Line 41: | ||
For windows, each time you open a command prompt you should run the below (or permanently apply via global environmental variables): | For windows, each time you open a command prompt you should run the below (or permanently apply via global environmental variables): | ||
- | | + | < |
- | | + | |
- | | + | SET PATH=%JAVA_HOME%\bin; |
+ | SET CLASSPATH=.; | ||
+ | | ||
For Unix and Linux systems, each time you open Bash shell you should run the below (or permanently apply via / | For Unix and Linux systems, each time you open Bash shell you should run the below (or permanently apply via / | ||
- | | + | < |
- | | + | |
- | | + | export PATH=${JAVA_HOME}/ |
+ | export CLASSPATH=" | ||
+ | | ||
+ | |||
+ | If you are using EECS PRISM Lab, you can simply run the below commands to setup your environment | ||
+ | < | ||
+ | cd ~ | ||
+ | touch .tcshrc | ||
+ | touch .bashrc | ||
+ | touch ~/.tcshrc | ||
+ | touch ~/.bashrc | ||
+ | echo ' | ||
+ | echo ' | ||
+ | echo ' | ||
+ | echo ' | ||
+ | chmod +x ~/.tcshrc | ||
+ | echo ' | ||
+ | echo ' | ||
+ | echo ' | ||
+ | echo ' | ||
+ | chmod +x ~/.bashrc | ||
+ | </ | ||
Now create a file called HelloWorldApp.java that has the content below: | Now create a file called HelloWorldApp.java that has the content below: | ||
- | *< | + | |
+ | < | ||
public class HelloWorldApp { | public class HelloWorldApp { | ||
public static void main(String[] args) { | public static void main(String[] args) { | ||
Line 65: | Line 89: | ||
- | ===== How to Connect Remotely to EECS Servers via SSH ===== | + | ===== How to Connect Remotely to EECS Servers via SSH? ===== |
+ | |||
+ | SFTP/SSH server: red.cse.yorku.ca | ||
+ | |||
+ | You don't always need to be in the PRISM lab to work on your assignments. Working on your own computer is convenient if the lab is busy, closed, or if you live far from the University. To do so, you must first install software on your computer. Which software you install depends on how you wish to work. | ||
You can use [[http:// | You can use [[http:// | ||
Here is a [[https:// | Here is a [[https:// | ||
+ | |||
+ | ===== How to Setup My Own Development Environment? | ||
+ | |||
+ | You can choose from many available Integrated Development Environments (IDEs). Here is a [[https:// | ||
+ | |||
+ | |||
+ | ===== Basic Shell Commands | ||
+ | |||
+ | We will cover Unix [[https:// | ||
+ | |||
+ | ===== What is the Path to Eclipse in RED.CSE.YORKU.CA? | ||
+ | */ | ||
+ |
faq.1462591838.txt.gz · Last modified: 2016/05/07 03:30 by navid