Developing w/o an IDE

Discussion in 'Plugin Development' started by hutattedonmyarm, Jan 23, 2013.

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

    hutattedonmyarm

    Hey!
    I'm not new to (Java-) development, but I have basically no knowledge about adding the Bukkit jar and so on to my project without the use of an IDE. No don't tell me to use eclipse/NetBeans/whatever, I just don't like them. I use vim and sublime and the only IDE I can use without puking is XCode :p
    So, how do I set up a new project with a regular text editor?

    EDIT: Uhm, yea, got it. Just add the bukkit.jar to the classpath :p
     
  2. Offline

    tommycake50

    use your knowledge of coding.
    /thread
     
    evilmidget38 and LaxWasHere like this.
  3. Offline

    LaxWasHere

    #> nano myplugin.jar
     
    Ne0nx3r0 and jtjj222 like this.
  4. Offline

    camyono

    Man you made my day, i hope i will sleep well now ;-)
     
  5. Offline

    ZeusAllMighty11

    Honestly I know you said not to tell you stuff, but at least use Notepad++... soo good when I don't want to open eclipse.
     
  6. Offline

    camyono

    How about the edit.com from msdos ?
     
  7. Offline

    jtjj222

    emacs ftw! (jk) :D
     
  8. Offline

    tommycake50

    or SciTE
    ...
    i love scite
    dont diss emacs :c.
    LOL
    but anyway emacs is pretty nice imo.
     
  9. Offline

    camyono

  10. Offline

    tommycake50

  11. Offline

    LaxWasHere

    Sometimes when I'm to lazy to type another letter, I use vi.
     
  12. Offline

    tommycake50

    lol but if you have vim and not vi(i uninstalled vi) if you type in vi it starts vim :D.
    i personally dont use it that much tho.
     
  13. Offline

    camyono

    "ln" is your friend for this :D

    btw: yes most of the ppl use vim instead of vi... but in some cases you need to uses vi... like on some recovery disks etc...
     
  14. Offline

    lDucks

    Vi is a champion in League of Legends, your point is invalid.
     
    LaxWasHere likes this.
  15. Offline

    tommycake50

    i hardly ever need symlinks i start everything from the terminal so i can see the output and errors.
     
  16. Offline

    camyono

    Where is the joke? Didnt get it :eek:

    agree
     
  17. Offline

    lDucks

  18. Offline

    camyono

    tommycake50 likes this.
Thread Status:
Not open for further replies.

Share This Page