简体   繁体   中英

Import JPOS (gradle) in NetBeans

I downloaded the jpos-template and ran the gradlew.bat, gradele inatallapp which gives me the following folder structure:

|-- COPYRIGHT                                                             
|-- CREDITS 
|-- LICENSE
|-- README.md                                                             
|-- build.gradle                                                          
|-- settings.gradle                                                       ... ...
|-- gradlew                                                             
  |-- gradlew.bat 
|-- gradle 
|       `-- wrapper 
|       |-- gradle-wrapper.jar 
|        `-- gradle-wrapper.properties ... ...
|-- jpos                                                                 
 |   |-- build.gradle 
|     |-- src |   |
    |-- main |  
|-- java |   |  
    |-- main |   
   |-- resources
|     |-- dist                                                          
  |-- bin 
 |-- bsh 
|-- q2 
|-- start 
 |   `-- stop 
|-- cfg 
|-- packager 
|-- base1.xml 
|-- base24-eps.xml 
|-- base24.xml 
|-- deploy 
|-- 00_logger.xml 
|   `-- 99_sysmon.xml 
|   `-- log 
|       `-- q2.log ... ...

How do i import this project into netbeans? I tried importing it

i keep getting an error "Package folder already used in project"

restart the IDE and Go to File-Open Project and point to your jposTemplate Project

enter image description here

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