• 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

Java on Mac

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am planning to buy laptop, and Mac is also one of my choice.
But I never used any OS other than Windows.
So my question is:
Do all Java related things like core java, jsp, servlet, struts, jsf, hibernate, websphere, oracle, etc... works properly on Mac and what about configuration things.

Please suggest
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes to core java, jsp, servlet, struts, jsf, and hibernate. Not sure about the proprietary servers and databases. Tomcat, Resin, PostgreSQL and MySQL work fine, as does HSQLDB.
[ October 10, 2008: Message edited by: Bear Bibeault ]
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As long as the product does not consist of native libraries (or provides them for OSX), yes. I have a hunch that Oracle might not work on a Mac but I'm not sure.
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sunny Malik:
Hi,

I am planning to buy laptop, and Mac is also one of my choice.
But I never used any OS other than Windows.
So my question is:
Do all Java related things like core java, jsp, servlet, struts, jsf, hibernate, websphere, oracle, etc... works properly on Mac and what about configuration things.

Please suggest



There are some Application servere and databases that don't work native on a Mac.

Oracle only works on a Mac with Leopard Server version (on Tiger it also works on the client version)
Oracle Database 10g Release 1 (10.1.0.3)

Webspere and WebLogic are some of the Application servere that doesn't work native on a Mac.

BUT you can install a virtual server, like:
VMware Fusion
Parallels
VirtualBox

and you have the same configurations options as on a Windows or Linux box
[ October 10, 2008: Message edited by: Rene Larsen ]
 
Ranch Hand
Posts: 862
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I own a mac and run tomcat, jetty, mysql, eclipse, jedit, antlr, and a few other tools. I think I also ran jboss a while back. In general I think you will find the mac a great platform for java.

I also use open office for standard desktop operations. I backup my computer with mozy backup.
 
reply
    Bookmark Topic Watch Topic
  • New Topic