If you are planning to create Java IDE as your project. Then you can take a look at any of the open source IDE for Java (or written in Java). Some of the Editors for which you can find Source code are
Eclipse, jEdit, BlueJ etc. But the biggest challenge is that all these editors are full blown editors, which means quite advanced. So you would need to put in lot of efforts to understand whats going on with individual IDE. I think Eclipse source code would be one of the toughest to understand. Choose an IDE that is simple to use.
--
Ck
http://www.gfour.net
2007-01-28 17:53:33
·
answer #1
·
answered by KingPin 3
·
0⤊
0⤋
I guess you want to develop a JAVA IDE... somebody already listed out that lot of free IDE's available and he's quite right - they're pretty much complicated to get a grasp escially if you're on a tight timeline.
I can suggest you that try finding out a simple Text editor on the net first. So atleast you don't have to waste time on developing text processing code like copy/paste, etc.
Next thing would be to add another option to the text editor for compiling the code. Easiest option is to make a call to the OS and call the javac along with the file name and location.
Next try giving some options with the compile command.
This way you can incrementally add more functionality. Once you get the text editor to compile your code, atleast you can ' in theory' call it a Java IDE.
2007-01-28 18:37:51
·
answer #2
·
answered by downed.angel 2
·
0⤊
0⤋
You could learn a simple programming language called processing...its based around Java but is dummed down a bit (irony in the word dummed)
Check it out...might be something you want to try its easy to use..
as for a project, multiplayer asteroids, remake of oregon trail, an artillery style game, or better yet a program that can allow a user to write code for java compiling...my programming project now is a multiplayer tank battle game...its 2D but hey i am bored
2007-01-28 17:19:47
·
answer #3
·
answered by Anonymous
·
1⤊
0⤋
Eclipse is pretty much the standard for Java these days. But that doesn't save you from actually having to know Java. Maybe I'm making incorrect presumptions, but based on your mention of using "advance java," you don't seem to be a real Java wiz. Remember, if programming were easy, they wouldn't pay us so much to do it. EDIT: Runa -- Haha, +1 for lolz. :-)
2016-03-29 07:30:22
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
I guess you have downloaded one of Java IDEs and now you want a project?. If so, create a project like this yahoo answers and demonstarte. Even before you complete your course, yahoo will take you on board.
2007-01-28 19:05:56
·
answer #5
·
answered by liketoaskq 5
·
0⤊
0⤋
why don't you try making an answering machine in java. It requires you to use JTAPI (Java Telephony API) and Java Media Framework.
2007-01-28 17:51:49
·
answer #6
·
answered by cipher 3
·
0⤊
0⤋
hay, i ddnt clear your problem.. is it regarding java or some IDE ..
java has no IIDE., if i correct ok, i think u reffering Eclips or Jbuilder IDE's..is it?then there are lot of white-papers in the net.. pls go find them..cheers
2007-01-28 16:58:17
·
answer #7
·
answered by fatslim32 1
·
0⤊
0⤋
Download eclipse off of www.eclipse.org and use a tutorial to learn how to use it.
Try to do a simple project -- maybe do a news aggregator similar to how news.google.com does using the java.net classes to connect to various web sites and harvesting news off them etc
2007-01-28 17:17:58
·
answer #8
·
answered by newlex 2
·
0⤊
0⤋
read computer magazine like digit,chipindia to get projects
2007-01-28 18:19:53
·
answer #9
·
answered by vijay k 2
·
0⤊
0⤋
http://sourcecodesworld.com
2007-01-30 22:58:45
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋