Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 1 of 1

Thread: Something i've been working on.

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Something i've been working on.

    Hey Guys, i'm new around here, but i've been doing java for two years or so... anyways, I was writing a java program the past couple of weeks when I realized that I wanted a program that was a bit less processor intensive than an IDE, but a little bit more user friendly than just using the javac CLI. So after I finished the project I was working on,

    which is free and open source on googlecode


    I began working on an IDE type thing (in Cocoa / Obj-C) that some people might find useful. It basically keeps track of all of your source files, all of your class files, and all of your project resources (sounds/images/db's/etc.), and allows you to quickly build and run your program with only the click of a button. To add a library to it, all you have to do is drag the jar file into the main window of the program and it'll be added to that project instantly. Same for resources and source code files. Then, you're free to edit the source code files as you wish, instead of using some bulky built in editor.

    Anyways, if you find it useful, here it is, free and open source as well

    comment back if you have any suggestions for the application, which is currently only available for OSX (this particular build is compiled for 10.7.4, but should work on all 10.7.*. If you try it out, let me know how it goes for you! It's constantly being updated (I push up new source every day or so to the git repository, and upload a new build every now and then when it's particularly stable) But lemme know how it is! Thanks guys.
    Last edited by jbrower95; July 17th, 2012 at 05:21 PM.


Similar Threads

  1. NOT WORKING!!!!!
    By zezverige in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 19th, 2012, 10:30 AM
  2. [SOLVED] Working on Win 7 and not on XP
    By shaumux in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 4th, 2011, 05:36 PM
  3. Why isn't this working?
    By javapenguin in forum What's Wrong With My Code?
    Replies: 14
    Last Post: January 21st, 2011, 04:08 PM
  4. Cannot seem to get this working
    By OttawaGuy in forum What's Wrong With My Code?
    Replies: 2
    Last Post: June 28th, 2010, 03:41 PM
  5. Replies: 4
    Last Post: January 27th, 2009, 12:03 AM