JPanel icon indicating copy to clipboard operation
JPanel copied to clipboard

Update jar

Open ghost opened this issue 8 years ago • 2 comments

Can you please update the jar on bukkit? i want to download the latest version of it but i can't find the jar anywhere besides the source here... i could import the source in eclipse and run it but i don't know gradle...

ghost avatar May 21 '17 16:05 ghost

It is very easy and you don't even need eclipse to compile the source code As far as I know the only thing you need is Java and Windows 7 x86 and above Just also make sure you have the Java Development Kit (JDK) installed as well All you need to do (assuming you are on Windows) is ... Extract the source code to a folder on your computer and ... Navigate to the folder in command prompt and ... Execute the following commands in command prompt in order ... gradlew build gradlew The project should then be compiled into PanelPlugin-1.0-SNAPSHOT.jar at ... /build/libs/PanelPlugin-1.0-SNAPSHOT.jar

ghost avatar May 22 '17 00:05 ghost

Working! thank you!

ghost avatar May 22 '17 06:05 ghost