Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Is it mandatory to use JDK for CXF or I can use JRE?

$
0
0
My application fails to run in test env on just JRE because CXF requires
xjc+compiler+etc and if I use JDK everything is ok. But do I really need to
use it? IMHO its better to use just set of dependencies in pom instead of
undeclared dependency on runtime environment (I mean JDK). Does CXF
distribution has such a dependencies or there is a STRONG argument not to
have them?

Viewing all articles
Browse latest Browse all 5648

Trending Articles