Running and building with NetBeans: a plea for help
Jan Lahoda
jan.lahoda at oracle.com
Wed Nov 15 18:26:29 UTC 2017
I admit the description is very concise. It should be possible to open
modules as project, e.g. File/Open Project, select
${jdkhome}/src/java.base - that should open the java.base module
(ideally the "configure" has already been run). Tests from test/jdk are
under the java.base project in the UI (test/langtools tests are placed
under java.compiler project in the UI). Building should work using Build
(/Clean and Build) actions (from Run menu) - these should run the make
to do the build.
For tests, unfortunately currently only a single test can be
run/debugged, after opening it (I usually use the Navigate/Go to File...
dialog to find it, but it should be possible to browse to it in the
Projects, or use File/Open File...)
Jan
On 15.11.2017 18:59, Andrew Haley wrote:
> On 15/11/17 17:47, Jan Lahoda wrote:
>> Huh. Should hopefully be better now.
>
> I'm sorry, I'm feeling very stupid. I installed the projects, but I have
> no idea what to do next. Is there any information about how I should
> build and test the core libraries? Thanks.
>
More information about the jdk9-dev
mailing list