简体   繁体   中英

netbeans platform add 'org-netbeans-modules-lexer.jar' dependency

I added this 'org-netbeans-modules-lexer.jar' dependency to a netbeans platform module. But it seems not getting added in the normal way. Imports cannot find its classes as well.

This is how it is shown when added. Any suggestion? Netbeans version 8.0.2

在此输入图像描述

Right click main project properties -> select libraries -> expand 'ide' in platform modules list -> select Lexer module to be included in the project. This resolves the issue.

This method is general for adding any dependencies that can be found only by ticking 'Show Excl. Modules' in dependency adding dialog which can be opened by project module properties -> libraries -> module dependencies -> add dependency.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM