feat: launch eratosthene

This commit is contained in:
gdamms 2022-01-18 16:20:55 +01:00
parent 46bdd52d76
commit 15c96590e3
2 changed files with 23 additions and 0 deletions

23
.vscode/launch.json vendored
View file

@ -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

Binary file not shown.