How to make a working plugin without using IDE or Java program.

Discussion in 'Plugin Development' started by Zandercross12, Jan 24, 2018.

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

    Zandercross12

    I want to learn how to make a program, but the school computers won't allow me to install a JDK. This is a big problem because I can't install eclipse to create my plugins or any other program. So I thought maybe I could learn how to make the plugins using a simple text editor. I got all my code finished, it should all work perfectly (as I have tested the code on another computer). But I don't know how to turn it all into a .jar file. I tried renaming the file to .zip after it has been compressed into a .zip, but the plugin didn't work. I tried looking in existing plugins and found a MANIFEST.MF file. I have no idea what it is but I think I may need it for the plugin to work, however, I tried making my own manifest file and... it didn't work.

    So I'm hoping if you can tell me any other ways to make working plugins without using eclipse, netbeans, intelij, or any other program.
     
  2. Offline

    pipo3090

    Java code needs tot be compiled, but therefore you need the jdk. So there is no way that I know of to do it. I'm sorry that I can't help you further.
     
  3. Offline

    timtower Administrator Administrator Moderator

    @Zandercross12 Teamviewer to a machine at home.
    Bring your own machine.
     
  4. Intellij can be installed without admin access (don't know about Eclipse), and for a JDK, upload a version of OpenJDK portable to Dropbox or something (sourceforge is blocked at my school). Or as said, use TeamViewer

    Sent from my SM-G903F using Tapatalk
     
  5. Offline

    Jan108

Thread Status:
Not open for further replies.

Share This Page