Re: Building javac on Netbeans and windows

2011-02-06 Thread Jonathan Gibbons
Omkar, I suggest you pull a copy of the langtools repository, and use the NetBeans project in langtools/make/netbeans/langtools. NetBeans may show a compile-time error for some imports of API which is new to JDK 7. The errors should go away if you run NetBeans using JDK 7, but equally, the

Building javac on Netbeans and windows

2011-02-06 Thread Omkar Raut
Hello I am trying to setup a development environment for langtools project in openjdk7. I am new to netbeans. I am trying to build the langtools project in Netbeans with manually copied sources. I am getting compile error in the import statement of "java.nio.File.Attributes" & some other packages