开发者

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

开发者 https://www.devze.com 2023-03-23 08:27 出处:网络
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

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

精彩评论

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