Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T04:41:10Z http://stackoverflow.com/feeds/question/174383 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/174383/does-anyone-know-if-netbeans-6-x-can-be-used-with-java-se-6-on-leopard 1 Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard? geo 2008-10-06T13:57:19Z 2008-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#174408 0 Answer by Brian Knoblauch for Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard? Brian Knoblauch 2008-10-06T14:02:54Z 2008-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#174544 2 Answer by James Schek for Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard? James Schek 2008-10-06T14:35:19Z 2008-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#174547 1 Answer by Milhous for Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard? Milhous 2008-10-06T14:35:41Z 2008-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>