简体   繁体   中英

Adding downloaded .js file to existing Project in Netbeans

I have downloaded a .js file to use in my Java Webservice-Project . I have using Netbeans as the development IDE. I understand how to create a new JavaScript file as described here . However, I am not sure how to add a downloaded file to the existing project structure. I can create a .js file and copy paste the content, but was wondering if it is possible to directly add it. I remember doing similar things on Visual Studio, where we can import existing files by using "Add existing item". I am wondering if similar thing is available on NetBeans.

I'm using NetBeans in ubuntu and you can just copy the js file into your project folder. You don't need to import or anything like that.

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