Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T04:41:10Zhttp://stackoverflow.com/feeds/question/174383http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/174383/does-anyone-know-if-netbeans-6-x-can-be-used-with-java-se-6-on-leopard1Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard?geo2008-10-06T13:57:19Z2008-10-06T15:45:46Z
<p>Java SE 6 (64 bit only) is now on OS X and that is a good thing. As I understand it since Eclipse is still Carbon and thus 32 bit, it cannot be used for 1.6 on Leopard, only 1.5. </p>
<p>Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard utilizing its JVM?</p>
http://stackoverflow.com/questions/174383/does-anyone-know-if-netbeans-6-x-can-be-used-with-java-se-6-on-leopard/174408#1744080Answer by Brian Knoblauch for Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard?Brian Knoblauch2008-10-06T14:02:54Z2008-10-06T14:02:54Z<p>I haven't tried it yet, but can't think of any reason why not.</p>
http://stackoverflow.com/questions/174383/does-anyone-know-if-netbeans-6-x-can-be-used-with-java-se-6-on-leopard/174544#1745442Answer by James Schek for Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard?James Schek2008-10-06T14:35:19Z2008-10-06T15:45:46Z<p>Yes, you should be able to. </p>
<p>A number of blogs have reported running Netbeans on 1.6 as well as the the problems they had with earlier versions of NB. The NB issue tracker also has a number of bugs that have been fixed that affected 1.6 on Mac OS.</p>
<p>If you have trouble getting it to run, you might also try <a href="http://www.nabble.com/Netbeans.org-f2602.html" rel="nofollow">the Netbeans forum</a>.</p>
http://stackoverflow.com/questions/174383/does-anyone-know-if-netbeans-6-x-can-be-used-with-java-se-6-on-leopard/174547#1745471Answer by Milhous for Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard?Milhous2008-10-06T14:35:41Z2008-10-06T14:35:41Z<p>Eclipse works with java 1.6, kinda. Ecplipse runs using the 1.5 vm, but it can compile code for 1.6 using the 1.6 java compiler. I have used netbeans for 1.6 development and it seems alright.</p>