I am looking to make a kind of IDE in Java . I would like to ask if there are any syntax check libraries for java (it wouldn’t be bad if they support more languages).After some searching on google i got some results for javascript but not java.
Share
Java (6 at least) has a JavaCompiler interface. That may be what you want.