mbien commented on issue #7213:
URL: https://github.com/apache/netbeans/issues/7213#issuecomment-2031730679
netbeans can't access some files of your cache dir, but it seems it was able
to clean up the dirs for 18 and 19
```
java.nio.file.AccessDeniedException:
C:\Users\BetoInspiron\AppData\Local\NetBeans\Cache\18\index\s141\java\15\gensrc\org\apache\pdfbox\pdmodel\PDDocument.java
at
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
```
you didn't set the user dir successfully since it is using the default dir
for dev builds. As previously mentioned this is likely the reason old classes
show up within NetBeans, since it uses the cache of an ancient NB version.
```
User Directory =
C:\Users\BetoInspiron\AppData\Roaming\NetBeans\dev
Cache Directory =
C:\Users\BetoInspiron\AppData\Local\NetBeans\Cache\dev
```
please start the dev build with:
```
extracted-dev-build-zip/bin/netbeans.exe --userdir
"C:\Users\BetoInspiron\AppData\Local\Temp\nb7213"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists