开发者

what's the nicest way to run multiple JDKs on windows for running different programs with the right JVM?

I need to run some java programs in a 32 bit JVM and some in 64. I'm wondering if there's a better way than writing 开发者_StackOverflow社区scripts to start them?


you have to use full path to 32-bit and 64-bit java executable: C:\Program Files\JDK64bit\bin\java.exe -cp . your.jar You may wrap it into platform dependent exe

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜