-
Notifications
You must be signed in to change notification settings - Fork 921
Description
Apache NetBeans version
Apache NetBeans 29
What happened
I opened an old project that uses jstl. Previously, I ran this project on Netbeans 25-27 in Linux Mint, and everything worked fine. I installed the .deb package back then. After running builds 28-29, I couldn't save files. They opened, but trying to save changes resulted in the IDE freezing completely; only the kill command helped.
I had a similar problem: when trying to save a new project, it froze on creation, and when closing the creation window, the project didn't appear in the Projects and Files window. In this case, I had to open the project using the Open icon.
Finally, after a similar attempt on Ubuntu 20.04, the system returned an interesting message: regarding these libraries: truffle-compiler-24.0.0.jar, truffle-api-24.0.0.jar, lucene-core-3.6.2.jar.
I decided to replace these libraries with modern versions from the Maven repository.
The most interesting thing is that they are responsible for these errors: the project is created through the wizard, but it doesn't display or load.
Unfortunately, the error log where the libraries are indicated has been erased. I am attaching the log that is now also causing the freeze.
Language / Project Type / NetBeans Component
Java Ant Project and other
How to reproduce
Create a project using the Ant Project Web wizard
Did this work correctly in an earlier version?
Apache NetBeans 29
Operating System
Linux Mint 22/ Linux Ubuntu 20.04
JDK
Adoptium Temurin 21/25, Microsoft JDK21/25, OpenJDK 21/25
Apache NetBeans packaging
Apache NetBeans binary zip
Anything else
Are you willing to submit a pull request?
No