429 questions
1
vote
1
answer
99
views
MyEclipse 2024.1.2 - how do you get Eclipse Marketplace to show up?
I've just installed MyEclipse 2024.1.2 and I need to install some plugins from Eclipse Marketplace.
Eclipse Marketplace doesn't show up in the Help options, though. Do I need to do something to ...
0
votes
0
answers
45
views
TomCat v6 server runtime environment cannot be found in MyEclipse
I'm using MyEclipse (version: 2023.1.2), it does not include the TomCat v6 server (or any server before Tomcat 7) and I can't find the place to download it. I can use *search * to find TomCat6, but it ...
0
votes
0
answers
121
views
Project in Eclipse not finding javax.servlet.* with open liberty
I'm trying to run a java project with open liberty, but the servlet API is not being found.
I'm using the WebSphere Application Server Liberty Profile v8.5
server and its pointing to a valid open ...
0
votes
1
answer
76
views
Include Run Configurations in SVN project in MyEclipse
How can I configure MyEclipse and the SVN plugin (Subclipse 4.3.3) so that my Run Configurations are included in the source code control. Every time a new developer checks out the project, he doesn't ...
0
votes
1
answer
859
views
HTTP Status 500 - The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed [duplicate]
I'm trying to run a web application in myEclipse(latest version) using Tomcat 7. As such, I've included JSTL 1.2 jar files as shown here
But when I run the application and try to log in(through the ...
1
vote
0
answers
215
views
"Cannot find tag library descriptor" error in myEclipse [duplicate]
I imported a project from Github into myElcipse (latest version) and I'm using Tomcat 9.0 version for deployment. The project itself was looking for the Tomcat v 7.0, which wasn't in my system so I ...
0
votes
1
answer
87
views
Ant classpath build issues in MyEclipse
I am currently trying to change the spring version of an ant java project but am unable to rebuild the project because after I replace the jars, the build.xml appears to still be dependent on the old ...
0
votes
0
answers
56
views
java.lang.OutOfMemoryError Java heap space MyEclipse JBoss
I keep getting java.lang.OutOfMemoryError Java heap space in MyEclipse JBOSS. I tried increasing the memory allocated to JBoss.
But I am still getting the error. Am I doing something wrong or do I ...
0
votes
1
answer
238
views
Maven Common dependencies multiple projects exclude jar from war
We have multiple web projects(100+), custom jars and REST web service projects in our environment. We were using ANT to build with Jboss5.2.1 and I am trying to move to Maven with MyEclipse 2019 and ...
2
votes
0
answers
478
views
jar file in Build Path not deploy into WEB-INF/lib folder
I am getting error below when I deploy my project in tomcat:
java.lang.ClassNotFoundException: org.apache.log4j.rolling.RollingFileAppender
It was due to missing of apache-log4j-extras-1.0.jar ...
0
votes
0
answers
179
views
stale deployment in WAS
I'm learning to use IBM WebSphere v8.8.5 for JavaEE development. I'm using MyEclipse as the development environment.
Sometimes when I debug my project from inside MyEclipse, I could see errors like ...
0
votes
1
answer
70
views
Integrate TomEE Plus 7.1.0 with MyEclipse CI 2018
I am using MyEclipse CI 2018.9.0.
I need to define a new Server Runtime Environment based on TomEE Plus v7.1.0.
I go through the
Preferences -> Servers -> Runtime Environments -> Add
wizard, but ...
0
votes
1
answer
44
views
MyEclipse keeps crashing after a minute of opening
Can somebody help me with resolving this issue? MyEclipse keeps crashing after opening my workspace.
0
votes
1
answer
34
views
MyEclipse doesnt accept JDK for creating Runtime
I am trying to create a JBoss Runtime in Eclipse. I have added 2 JRE entries in my Eclipse - one for JDK1.7 and another for 1.8.
Still Eclipse wont identify my 1.7 entry. See screenshots attached.
P....
0
votes
1
answer
131
views
myEclipse preference does not have maven options
I'm new to myeclipse here.
And when I tried to import a project builted with myEclipse 2017 CI10 as long as its maven support, I found my same version ME do not have any maven options in preference.
...
0
votes
2
answers
112
views
Generating Spring REST webservice using MyEclipse
I am using MyEclipse to generate a CRUD Application with REST service , the web CRUD application is well generated and working fine , but i want use also the REST service , the RestControler generated ...
1
vote
0
answers
208
views
Comment keybindings not working properly in MyEclipse, possibly due to CodeMix
Up until a few days ago my My Eclipse 2017 keybindings for toggling comments in typescript and JavaScript was control-slash and control-shift-slash and control-shift-backslash for block comments in ...
0
votes
4
answers
7k
views
java was started but returned exit code = -1073740771
Maybe some people have encountered this problem, but my question is quite strange.
After the recent reloading, My eclipse 2014 was installed.
After each close, the following dialog box is popped up. ...
1
vote
2
answers
394
views
Websphere AS conflicts between Two eclipse workspaces
I am new to Websphere. Right now, I am setting up workspace for two projects in separate eclipse workspaces in MyEclipseBlue 2016 using Websphere 8.5 Application Server. Profiles are configured ...
0
votes
1
answer
2k
views
Error: java.lang.NoClassDefFoundError: com.fasterxml.jackson.databind.Module
I am getting the below error when I am running the application.
java.lang.NoClassDefFoundError: com.fasterxml.jackson.databind.Module
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang....
0
votes
1
answer
88
views
Eclipse Interface - make lines/area between windows thicker
The lines dividing the windows in Eclipse are really thin, and when I need to resize a window, I have to struggle to point cursor exactly at the tiny area between the windows, and then click and drag ...
0
votes
1
answer
28
views
MyEclipse How to update the local dependency jars while the remote repo jars are covered?
For some reason, the jar GAV in local pom.xml can't be changed,like a snapshot, its version is always 1.0-SNAPSHOT.
But in the remote repo, it may be covered by other mates.
For the index is not ...
0
votes
1
answer
86
views
myEclipse namedParameterJDBCTemplate access weblogic datasource
In weblogic 10.3.6 server, I have defined the as400 datasource and now I am using myEclipse with java spring framework to develop program to access as400 db by using namedParameterjdbctemplate. I have ...
0
votes
0
answers
53
views
PermGen space issue for only one workspace of myeclipse
I am using myeclipse for development purpose and now when I try to run one project and getting PermGen Space issue. But If I run other project from dffrent workspace it works fine. I am using same ...
0
votes
1
answer
69
views
About the JavaWeb project server normal start, but not normal access to the project
There is a small web program source code, there is no problem because in my classmates tested on the machine can run up, but my own environment Tomcat server running after the error can only access ...