I have this error message for all Java projects on my Mac with NetBeans:
debug:
Have no file for /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsfd.jar
Have no file for /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/laf.jar
Have no file for /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/sunrsasign.jar
after this message everything start work without any problem, but how to solve this question?
Java on my Mac automatically updates, so if I have last version of JDK why it has not these files?
Please advice
JavaEditors IDEs
Last Comment
gbcbr
8/22/2022 - Mon
Mick Barry
you don't need those files, you can safely ignore those messages
gbcbr
ASKER
Yes, I ignore them all the time, but :
1. Why it asks about exactly these files?
2. Why they are not in JDK?
3. How to remove this message?
Mick Barry
sounds like an out of date or incorrect boot class path setting being used by netbeans