Help::Mini Project in JAVA

Light Poster
28Aug2010,14:03   #1
sureshdsk's Avatar
[Mini-Project] Develop a programmer's editor in Java that supports syntax-
highlighting, compilation support, debugging support, etc.


please give me the program code that suites for above problem

thanks for your help
like this
Pro contributor
31Aug2010,03:40   #2
virxen's Avatar
http://www.jedit.org/
sureshdsk like this
Light Poster
1Sep2010,17:25   #3
sureshdsk's Avatar
i downloaded the source code......

how to use it ...give me step by step procedure
Light Poster
1Sep2010,19:19   #4
sureshdsk's Avatar
but it has no compiling and debugging options
Skilled contributor
17Sep2010,17:29   #5
ManzZup's Avatar
compiling pretty easy
just make sure the jdk is there on the machine
then execute javac filename.java for compiling
for debuggon get the console output though a stream and put it as the debugger output [you can edit a bit]
Light Poster
23Sep2010,20:35   #6
sureshdsk's Avatar
i don't know to do it.........
Pro contributor
24Sep2010,02:21   #7
virxen's Avatar
that's why there are the mini projects,to study,search and learn.