我想将 html 文件添加到 jar 文件并通过 windows 应用程序项目中的 jar 访问它们我如何访问它们我使用以下代码。
try{
File f1= new File(getClass.getResource("/path is the src folder/));
}
但它显示没有找到合适的构造函数
我想将 html 文件添加到 jar 文件并通过 windows 应用程序项目中的 jar 访问它们我如何访问它们我使用以下代码。
try{
File f1= new File(getClass.getResource("/path is the src folder/));
}
但它显示没有找到合适的构造函数