feat: launch eratosthene
This commit is contained in:
parent
46bdd52d76
commit
15c96590e3
23
.vscode/launch.json
vendored
23
.vscode/launch.json
vendored
|
@ -5,6 +5,7 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "java",
|
"type": "java",
|
||||||
"name": "Launch BasicTestCB",
|
"name": "Launch BasicTestCB",
|
||||||
|
@ -77,6 +78,28 @@
|
||||||
"rmi://localhost:4000/linda"
|
"rmi://localhost:4000/linda"
|
||||||
],
|
],
|
||||||
"projectName": "Projet PDR"
|
"projectName": "Projet PDR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "Eratosthène Server",
|
||||||
|
"request": "launch",
|
||||||
|
"mainClass": "linda.eratosthene.Server",
|
||||||
|
"args": [
|
||||||
|
"rmi://localhost:4000/linda",
|
||||||
|
"4000",
|
||||||
|
"1000"
|
||||||
|
],
|
||||||
|
"projectName": "Projet PDR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "Eratosthène Client",
|
||||||
|
"request": "launch",
|
||||||
|
"mainClass": "linda.eratosthene.Client",
|
||||||
|
"args": [
|
||||||
|
"rmi://localhost:4000/linda"
|
||||||
|
],
|
||||||
|
"projectName": "Projet PDR"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
BIN
RF_GUILLOTIN.tar.gz
Normal file
BIN
RF_GUILLOTIN.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue