How to do you compile a certain project using Websphere JVM with ant? I know ant requires a JDK but there must be a way outside of RAD/Eclipse to compile a project against Websphere supplied JVM
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Set your classpath to the WebSphere JDK (sub)directory and add the WebSphere JDK to your PATH environment variable. You should find the JVM in your WebSphere folders. |
|||||||
|