1. Make Java 6 the default JVM on your Mac
- Run Java Preferences (in /Applications/Utilities/Java)
- Move the Java SE 6 (64 Bit) to the top of the Java application versions list
2. In order for the installer to see JKD 1.6 on your Mac, you need to create a sym link for classes.jar:
cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
sudo mkdir jre
cd jre
sudo mkdir lib
cd lib
sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/classes/classes.jar rt.jar
3.不同安装包的安装方法
-
Windows installer需要双击jdevstudio11120install.exe
-
Linux installer需要执行如下步骤
-
chmod +x jdevstudio11120install.bin
-
./jdevstudio11120install.bin
-
Generic installer需要使用 java -jar jdevstudio11120install.jar.