highlighting, compilation support, debugging support, etc.
please give me the program code that suites for above problem



thanks for your help




|
Light Poster
|
|
| 28Aug2010,14:03 | #1 |
|
[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 ![]() ![]() ![]() ![]()
likes this
|
|
Light Poster
|
|
| 1Sep2010,17:25 | #3 |
|
i downloaded the source code......
how to use it ...give me step by step procedure |
|
Light Poster
|
|
| 1Sep2010,19:19 | #4 |
|
but it has no compiling and debugging options
|
|
Skilled contributor
|
![]() |
| 17Sep2010,17:29 | #5 |
|
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 |
|
i don't know to do it.........
|
|
Pro contributor
|
![]() |
| 24Sep2010,02:21 | #7 |
|
that's why there are the mini projects,to study,search and learn.
|