JPanel - Minecraft Webpanel

JPanel - Minecraft Webpanel

19.9k Downloads

[Bug] Plugin fails to start

MuhsinunC opened this issue ยท 7 comments

commented

Website never shows up. Simple as that. Using the latest dev build.

commented

Works fine for me, make sure you compiled the plugin correctly.

commented

I didn't compile anything; I just used the latest dev build from Jenkins. Am I doing something wrong here?

commented

There is no Jenkins for this project? Can you link me?

commented

Well then... it's gone... I swear there used to be one on the code tab in the README.md... Could you explain to me how I would go about compiling this? Do I have to use Eclipse? Or is there an easier way?

commented

No IDEs needed, just the Java 8 SDK.

Just download the source, open a terminal in the directory with gradlew.bat, and run:

gradlew.bat debugJar

Assuming no build errors, you'll find a development version of JPanel in build/libs/

commented

Thanks! :D

commented

It works! :D