I want to install Javac on my mac but I can't find a link anywhere. Is it available for mac?
Asked
Active
Viewed 1.4k times
-4
-
possible duplicate of [How install a specific jdk on Mac OS X?](http://stackoverflow.com/questions/1577014/how-install-a-specific-jdk-on-mac-os-x) – zengr Nov 29 '11 at 06:02
-
1Nevermind. Apparently javac has been preinstalled on my computer. Stupid question. – user1064913 Nov 29 '11 at 06:04
2 Answers
5
For now, OSX ships with it.
$ which javac
/usr/bin/javac
$

Thomas Bormans
- 5,156
- 6
- 34
- 51

andrewdotnich
- 16,195
- 7
- 38
- 57