使用 Websphere JVM 构建项目
如何使用 Websphere JVM 和 ant 编译某个项目?我知道 ant 需要 JDK,但必须有一种在 RAD/Eclipse 之外针对 Websphere 提供的 JVM 编译项目的方法
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将类路径设置为 WebSphere JDK(子)目录并将 WebSphere JDK 添加到 PATH 环境变量。您应该在 WebSphere 文件夹中找到 JVM。
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.