简体   繁体   中英

After adding a .jar file to a project in netbeans, how do I import classes in it to my project in netbeans?

I have made the jar file with .class files. Now, i want include classes from but it's giving me an error , How to resolve this issue?

在此输入图像描述

Based on this information...

呃

The import statement should be import org.everything.* . The jar/library name is irrlevent, your only interested in the package names

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