- Joined
- Nov 18, 2013
- Messages
- 120
- Thread Author
- #1
I followed the quick setup guide for intellij and runemate and get an NPE when It tries to load the manifest.
(10:44:31) Unable to load com\dibes\bots\testbot\testbot.manifest.xml (NullPointerException: null)
My manifest
Not sure what is causing this,
Thanks!
(10:44:31) Unable to load com\dibes\bots\testbot\testbot.manifest.xml (NullPointerException: null)
My manifest
Code:
<manifest>
<!-- The main class -->
<main-class>com.dibes.bots.testbot.TestBot</main-class>
<name>Test Bot</name>
<description>This just makes sure stuff is running!</description>
<version>0.0.1</version>
<compatability>
<game-type>RS3</game-type>
</compatability>
<categories>
<category>WOODCUTTING</category>
</categories>
</manifest>
Not sure what is causing this,
Thanks!
Last edited: