I want to add html files to jar files and access them through jar in the windows application project how can i access them I am using the following code .
try{
File f1= new File(getClass.getResource("/path is the src folder/));
}
but it is showing no suitable constructor found