Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] question about using ecj embedded

We're using ecj w/in an appserver to do just-in-time compliation. We have a pool of compiler instances that we use.

It appears that ecj reads the classpath every time, and it's very expensive.

Is there a way to tell ecj to not do this?

tia

geir



Back to the top