K kingofqueens macrumors newbie Original poster Aug 28, 2009 22 0 Mar 20, 2010 #1 Hey guys I'm just wondering if you could help me answer this questions, I need to know how to add Java packages to the mac JDK environment. Cheers & Thank you.
Hey guys I'm just wondering if you could help me answer this questions, I need to know how to add Java packages to the mac JDK environment. Cheers & Thank you.
wrldwzrd89 macrumors G5 Jun 6, 2003 12,110 77 Solon, OH Mar 20, 2010 #2 Drop them in /Library/Java/Extensions. All versions of Java installed on the system will see them and be able to use them.
Drop them in /Library/Java/Extensions. All versions of Java installed on the system will see them and be able to use them.
K kingofqueens macrumors newbie Original poster Aug 28, 2009 22 0 Mar 20, 2010 #3 Thanks buddy, love the quick response! Cheers.
plinden macrumors 601 Apr 8, 2004 4,029 143 Mar 20, 2010 #4 Hmm, not sure exactly what you're trying to do, but adding jars to /Library/Java/Extensions or ~/Library/Java/Extensions makes them available. What I do is use maven with Eclipse to pull in third party packages to my projects individually, rather than put them into the Extensions directories. Edit: so close, but at least I mentioned the individual account's Extensions directory ...
Hmm, not sure exactly what you're trying to do, but adding jars to /Library/Java/Extensions or ~/Library/Java/Extensions makes them available. What I do is use maven with Eclipse to pull in third party packages to my projects individually, rather than put them into the Extensions directories. Edit: so close, but at least I mentioned the individual account's Extensions directory ...
K kingofqueens macrumors newbie Original poster Aug 28, 2009 22 0 Mar 20, 2010 #5 http://www.learningwithrobots.com/ just trying to get this going on my mac. Cheers.