Zip to Jar

Discussion in 'Bukkit Help' started by termanator1128, Aug 18, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    termanator1128

    Hi the uskyblock plugin has been taken down and i downloaded it from github so it came in a zip file and i need to know how to make it to a jar file can you give a link to a tutorial or something
    Thanks
    -term
     
  2. Offline

    dreadiscool

    You need a JDK (not to be confused with the JRE)

    JDK stands for Java Development Kit, and JRE stands for Java Runtime Environment.

    If you aren't looking to use an IDE like Eclipse, IntelliJ, or Netbeans, then you will have to invoke the compiler through the command line (javac). I suggest turning to google to figure out how that works
     
  3. Offline

    termanator1128

    dreadiscool once i get jdk what do i do next and i have eclipse
     
  4. Offline

    dreadiscool

    Create a new project and import the code
     
Thread Status:
Not open for further replies.

Share This Page