• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mac OS X

 
Ranch Hand
Posts: 260
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
folks,
there is a chance i'll need to set up
jdk, jdk-j2ee and tomcat on mac os x machine.
i've not seen on the sun's page any jdk/jdkee binaries for macs...
does anyone use it?
where can i get it?
thank's in advance.
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let me just go and ask somebody that knows about this...
 
Author
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Simon Brown:
Let me just go and ask somebody that knows about this...


OK, MacOSX comes with JDK1.3 preinstalled (simply type java and you will see this), you should be able to dowbnload the gzip version of the j2ee sdk and use it as you would on unix/linux.
Cheers
Sam
 
Asher Tarnopolski
Ranch Hand
Posts: 260
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank's, i know about jdk 1.3, any chance to upgrade it to 1.4?
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a "developer preview" (beta) of JDK 1.4
for the most recent version of OSX (10.2). See
http://developer.apple.com/java/index.html
for more info. You'll probably have to register
with the Apple Developer Connection (free) before downloading it.
One other thing: it at least used to be the case that the desktop versions of MacOSX didn't support the -server flag to the JVM. To get the server version of the JVM you would want MacOSX Server. Don't know if that is still true with the latest versions though.
 
reply
    Bookmark Topic Watch Topic
  • New Topic