Solved Program To Make Plugin BESIDES ECLIPSE!!??!!

Discussion in 'Plugin Development' started by TechnoGeek123, Apr 3, 2013.

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

    TechnoGeek123

    Can somebody send the download link to a coder program BESIDES ECLIPSE? Eclipse won't open so I need a different way make my plugin.
     
  2. Offline

    RainoBoy97

    NetBeans or intelliJ
     
  3. Offline

    hubeb

    DrJava might help you.
    If you feel these answers are suitable change topic to solved
     
  4. Offline

    teti100teti

    As RainoBoy97 said, I would really recommend Neatbeans if Eclipse doesnt work, But i dont know what intelliJ is but You can check that out too :)
     
  5. Offline

    jorisk322

    Your choice shouldn't be based on what program works out of the box for you in my opinion. Lots of people use Eclipse, so if you have a problem with it, it can probably be fixed. There's a lot of tutorials out there about working/programming with Eclipse. You can also try NetBeans, if you don't wan to use Eclipse. I personally like Eclipse better, but I think Lolmewn likes NetBeans better for example. Maybe he could explain the benefits for that.
     
  6. Offline

    Lolmewn

    jorisk322 Benefits of Netbeans? Lets see..
    * Integrated versioning support (git/mercurial, etc)
    * Integrated ticket support
    * Integrated Maven support
    * Integrated CI support
    * Powerful and very helpful debug tools
    * Clean layout. Very important.
     
    jorisk322 and ferrybig like this.
  7. Offline

    FireBreath14

    If Eclipse wont open, its probably because you dont have a virtual machine for java. Download JDK 7 and be sure your PATH (environment variable) is pointing to javaw.exe (in program files, under java / jre7 / bin)
     
Thread Status:
Not open for further replies.

Share This Page