File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
workspace/lab02/00-codeorg Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# OOP-Lab
2
+
2
3
[ ![ Build Status] ( https://travis-ci.com/APICe-at-DISI/OOP-Lab.svg?token=gFNEyVkpY7xNqwmKzp7q&branch=master )] ( https://travis-ci.com/APICe-at-DISI/OOP-Lab )
3
4
4
5
Laboratory of Object Oriented Programming
Original file line number Diff line number Diff line change 4
4
#### FASE 1 - Compilazione in percorsi arbitrari
5
5
6
6
1 . Si osservi la struttura del progetto: la cartella ` src ` contiene il sorgente.
7
- 2 . Si crei una nuova cartella ` bin ` (usare il comando ` mkdir ` e non il file manager)
7
+ 2 . Si crei una nuova cartella ` bin `
8
+ - In Unix: usare il comando ` mkdir `
9
+ - In Windows: usare il comando ` md `
10
+ - non usare il file manager!
8
11
3 . Si esegua la compilazione dentro bin
9
12
- In Unix: ` javac -d bin src/Calculator.java `
10
13
- In Windows: ` javac -d bin src\Calculator.java `
You can’t perform that action at this time.
0 commit comments