Changes between Version 116 and Version 117 of WikiStart
- Timestamp:
- 01/08/19 11:41:57 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v116 v117 26 26 27 27 28 === Some technical info 29 Party jar files must have a Main-Class set in the MANIFEST.MF file. This main-class must have a static 30 main function as usual; this function will be called to start your party. 31 32 Jar files are loaded with an isolated jar class loader that should avoid collisions 33 with possibly identically named but possibly different packages in other jar files. 34 28 35 == Import all sources in Eclipse 29 36