Skip to content

Tag: macos

Mac OS X and multiple Java versions

How can I install an additional java on MacOS? I installed jdk8 and that works fine. But now I need a jdk7 installation for development purposes. When trying to install the old version via DMG file, i get a warning, that there is already a newer version of java installed and the installer quits. How to instal…

Removing Java 8 JDK from Mac

So I installed the beta of JDK 8 a while ago to look at some of the examples. I thought for sure by now, it’s easy to change between versions. Doing some Play development with IntelliJ. For some reason, IntelliJ is compiling with 8 even though: I have the compiler set in Preferences to use 1.6 Supposedl…

Where is Java Installed on Mac OS X?

I just downloaded Java 7u17 on Mac OS 10.7.5 from here and then successfully installed it. In order to do some JNI programming, I need to know where Java installed on my Mac. I thought that inside the /Library/Java/JavaVirtualMachines/ folder, there would be a folder called 1.7.0.jdk or something, but then I …

Add the play script to your PATH in Mac

I’m not good with the terminal, so I have no idea what this means…. you should add the framework installation directory to your system PATH. On UNIX systems, this means doing something like: On Windows you’ll need to set it in the global environment variables. This means update the PATH in the env…

mac os java version from root is different

after installing jdk7u5 for mac os I got different java-versions for “normal” user and root. java -version gives me the 7. sudo java -version gives me the 6. I’ve looked up in the /System/Library/Frameworks/JavaVM.framework/Versions/ found that there are some links. After I resolved the link…