44 | | Check the profilesserver, partiesserver and runserver wiki pages (see above) for details on installing the geniusweb servers. If you use only java based parties, you do not need the pythonpartiesserver; if you use only python based parties, you don't need the partiesserver. |
45 | | |
46 | | To build parties you only need java (8 or higher) and maven (3.6 or higher); check [#WritingaParty how to write a party]. We recommend using an IDE with java and maven support, such as Eclipse. To create profiles you need a text editor, check the [#profile profile section]. |
| 44 | You only need java and maven for just writing and compiling your parties, and for debugging them with the simplerunner. |
| 45 | |
| 46 | If you want to run parties on the webservices, check the profilesserver, partiesserver and runserver wiki pages (see above) for details on installing the geniusweb servers. If you use only java based parties, you do not need the pythonpartiesserver; if you use only python based parties, you don't need the partiesserver. |
| 47 | |
| 48 | To build parties you need java (8 or higher) and maven (3.6 or higher); check [#WritingaParty how to write a party]. We recommend using an IDE with java and maven support, such as Eclipse. To create profiles you need a text editor, check the [#profile profile section]. |