Errors trying to integrate existing Dynamic Web Project [message #1857862] |
Thu, 02 March 2023 13:44 |
Phillip Powell Messages: 2 Registered: September 2022 |
Junior Member |
|
|
I created a dynamic web project last year on an earlier iteration of Eclipse (6/2020). However, due to my laptop being reimaged and serviced recently, I had to reinstall Eclipse, and, this time, I chose Eclipse IDE for Java Developers.
I pointed to the directory where my old dynamic web project was, and while it integrated relatively OK, I have since run into multiple problems.
1) All of my JSPs won't compile due to errors involving JSTL: Cannot find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" (also for "fmt" and "fn"). I imported jstl.jar into the Classpath via Java Build Path, cleaned the project, even restarted Eclipse, all to no avail.
2) Although I struggled with installing JBoss 6.x Runtime 1 Server, I was finally able to install and implement it, however, I am unable to start the server:
Error: Could not create the Java Virtual Machine I am using JDK 14.0.2
I am unable to proceed further with the dynamic web project and need help.
Thanks
|
|
|
Re: Errors trying to integrate existing Dynamic Web Project [message #1857867 is a reply to message #1857862] |
Thu, 02 March 2023 15:12 |
Ed Merks Messages: 33222 Registered: July 2009 |
Senior Member |
|
|
I would expect you to install the Eclipse IDE for Enterprise Java and Web Developers which says "Tools for developers working with Java and Web applications, including a Java IDE, tools for JavaScript, TypeScript, JavaServer Pages and Faces, Yaml, Markdown, Web Services, JPA and Data Tools, Maven and Gradle, Git, and more." The "Eclipse IDE for Java Developers" does not have the tooling for web development.
JDK 14.0.2 seems a weird choice. You're probably better off with JDK 17 which is a LTS (Long Term Support) version:
https://adoptium.net/
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
|
Powered by
FUDForum. Page generated in 0.08688 seconds