Commercial J2EE IDE and Web development tool suite for the Eclipse open-source platform.
0
votes
0answers
6 views
Creating maven-archetype-webapp
The problem occurred when I created a maven project with myeclipse9, I don't know what's wrong. Does anybody know how to solve it? Thanks.
'Creating maven-archetype-webapp' has encountered a ...
-1
votes
2answers
22 views
Installation of older version while newer one exists
I have android 4.2 installed in my eclipse, but I have to use android version 2.2 as a requirement.
How to install this older version of android when a newer one exists? Is there a step-by-step ...
0
votes
2answers
36 views
the only error: No Spring WebApplicationInitializer types detected on classpath
May 21, 2013 3:44:07 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6.
May 21, 2013 3:44:07 PM ...
0
votes
1answer
36 views
HTTP Status 500 - java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.el.ELContextImpl
When I try to browse "localhost:8080" on myeclipse, I get the following error:
type Exception report
message java.lang.NoClassDefFoundError: Could not initialize class ...
0
votes
1answer
23 views
How show the attributes of class in the UML Class Diagram reversed by MyEclipse 10?
I'm trying to reverse class to UML class diagram in MyEclipse, but the diagram just shows functions except attributes. I need functions and attibutes, if it's possible, I would like to hide the ...
0
votes
1answer
17 views
Need to integrate JBoss 7.1.1 to MyEclipse 8.6 how can i do it?
Need to integrate JBoss 7.1.1 to MyEclipse 8.5 any ideas how can i doit cause i can't see JBoss 7.x.x for this MyEclipse version. Thanks in advance!
0
votes
1answer
29 views
project missing fake folder myEclipse
i'm working under myEclipse and in a Java EE environnement , i recently added a js file to the webroot , then , myeclipse is indicating this error which prevents the project from being built
Project ...
2
votes
1answer
63 views
Generate java classes from xsd in myeclipse
Is there any jaxb plugin for myeclipse that will generate java classes by giving the xsd? I have tried jars and includes in plugins folder of myeclipse but with no use.
0
votes
1answer
24 views
Eclipse-lib issue of web project
I used to myeclipse before,recently I use Eclipse,and I like lib sorting in web-inf .but now when i do it ,the background say can't find jar package. i check the webapps Directory in tomcat,it's the ...
1
vote
1answer
48 views
build failed while run ant file
I'm trying to run ant build.xml but some error occur
Buildfile: D:\Projects\OBSWorkspace\schoolforms\torque\build.xml
main:
BUILD FAILED
D:\Projects\OBSWorkspace\schoolforms\torque\build.xml:19:
...
0
votes
1answer
129 views
Cannot Deploy JAX-WS webservice on Glassfish
I have a problem running JAX_WS Webservices with Glassfish application server. Previously, i used to use Apache tomcat which works fine with it. But now, having Glassfish, this problem is preventing ...
0
votes
1answer
90 views
struts :404 status The request resource not found
i am writing my first struts example .i followed the exact steps but even then facing this problem,dont know whats wrong code was working on my teacher's machine but on mine not ,i think there is a ...
0
votes
1answer
73 views
Eclipse, WebSphere7.0, Maven: AspectJ does not weave code during hot deployment
My System Information:
IDE: Eclipse Blue 10.0,
Server: Websphere 7.0
Build Management Tool: Maven 3.0
I perform compile time weaving in my Maven project using below configuration:
...
1
vote
3answers
324 views
Mvn install or Mvn package
I am new to Maven, I have a Java based web project with maven configured in my MyEclipse.
Now if I modified any java files then do I need to do Run as -> Mvn install or Mvn package?
0
votes
2answers
67 views
After installed android in MyEclipse9.1, cannot find Android SDK and AVD Manager in Window Menu
After installed android in MyEclipse9.1, cannot find Android SDK and AVD Manager in Window Menu.
In Window->Preference ,I can see the Android listed in the left column. Then I set the SDK Location ...
2
votes
1answer
57 views
JSF 2.0 + axis2 integration is it possible?
Is it possible to implement axis2 in an JSF 2.0 project ?? it seems I cannot do that because it pops up an error saying : javaserver faces 2.0 requires dynamic web module 2.5, and axis2 requires ...
0
votes
1answer
54 views
How to create Tomcat project on myeclipse 8.5
I inherited a project which is already in the web application form. This project is imported as a java project and then defining it as a tomcat project. This was easy with MyEclipse 6 but i have some ...
1
vote
3answers
125 views
Issue “Exploded location overlaps an existing deployment” (MyEclipse 10.0 Blue & Websphere7 )
I am using MyEclipse 10.0 Blue & Websphere7. I do deployment in eclipse from 'Servers' tab (window > show view > Servers)
I am getting below issue even though Websphere is not having particual ...
0
votes
2answers
52 views
Auto Activation in Eclipse
Here is a problem with MyEclipse. While I input "." after some variables e.g. list.size(), in the past Eclipse automatically suggested me all possible methods and options. But now this function is not ...
1
vote
4answers
263 views
regex to find files containing one word but not another
I am trying to quickly find all .java files which contain one term but are missing another term. I'm using MyEclipse 10.7 and its 'Search | File Search' feature, which supports regular expressions.
...
0
votes
0answers
24 views
How do I fix my CVS commit?
Here is the gist of the error message I get when I try committing some code to a CVS server.
The server reported an error while performing the "cvs commit" command.
[Project Name Here]: cvs [commit ...
0
votes
0answers
124 views
How to migrate Java EE projects from MyEclipse to Eclipse?
In my company, we develop a Java EE product in MyEclipse, but now I have to transport all projects to the last version of Eclipse (Eclipse Java EE Juno sr1 x64).
I have no idea what needs to happen. ...
1
vote
1answer
77 views
Automatically run maven on save in MyEclipse, without committing project files
This may be a problem that others have had before, but I've not been able to find the right search terms if so.
I am using LESS CSS (a CSS pre-processor) in my webapp, and I need it automatically ...
0
votes
1answer
152 views
It be fail to startup MyEclipse 10.7 when the argument -vm be changed to other jdk ,SOS
why I can't change myeclipse 10.7 64bit configeration file : myelispse.ini, change config argument "-vm" will fail to start up.by the way,my operation system is win8 64bit,and my jdk work without any ...
1
vote
3answers
134 views
Refreshing Swing application with Eclipse/MyEclipse
Say that we are writing a Java Swing application and we use Eclipse or MyEclipse to develop it. In web applications, you make code changes, you save and your ant deployment file takes care of the ...
0
votes
0answers
15 views
MyEclipse plugin svn error during checkout
I am trying to checkout the code from svn when I see this error "Problem running log ...The system cannot find the file specified...Cannot move source to dest"
Can someone please advise?
0
votes
0answers
37 views
How do I ignore folder using StarTeam plugin in MyEclipse?
I am using MyEclipse v10 with the StarTeam plugin from Borland.
I have some folders I want the Team Synchronization to ignore, such as "target" especially.
If I right click the folder in Team Synch ...
0
votes
1answer
63 views
application execution on myeclipse with tomcat7 webcontainer is not stopping on breakpoints
i am using Myeclipse 10.6, ive configured tomact7 connector and am well developing in this environment if i am not debugging.
the problem is that, in debug mode, if i set any break point anywhere, ...
0
votes
1answer
124 views
Myeclipse deployment issue for web module dependent java jars
I am using WAS 8, in the deployment folder, I just need to get the dependent java jar projects under the x.war-> web-inf-> lib, .
This can be done easily in RAD using j2ee module dependencies-> web ...
1
vote
1answer
250 views
VisualSVN over the internet Using MyEclipse access issue
I have installed visual svn on windows 2008 R2 64 bit machine.I have create repositories on the server set up all the groups correctly and assigns correct permissions to them. it works perfectly on ...
0
votes
1answer
172 views
Myeclipse not opening in Windows 8
Will Myeclipse 10 work in Windows 8. I am facing few problem, it does not opening most of the time when I click on the icon and when it opens and when I try to run tomacat, it disappears completely.
...
0
votes
0answers
34 views
Connection to Sybase Database in myeclipse's DB Browser do not show Tables
I connected to a Sybase Database in DB Browser ,and the connection is ok,but it do not show any tables when I opened an instance.But it seems good on other DataBase like informix. Why is that ...
0
votes
1answer
34 views
why MyEclipse shows join_table not found error at compilation
I have following two entities.but in Trainer at the oneToMany relation line it shows error message that "join table trainer_batch can not be found", while I am using @JoinColumn annotation. Plggrams ...
1
vote
0answers
56 views
launch automatically neither internal nor external browser after web project was run in myeclipse
I am working with myeclipse. But launch automatically neither internal nor external browser after web project was run in myeclipse. I had changed preferences -> web browser internal and external. I ...
1
vote
0answers
11 views
Database changes and MyEclipse
Is there anyway to track changes that occur in the database (ex. added a column to a tabel) when working in My Eclipse ?
0
votes
0answers
91 views
PermGen space myeclipse
I ran the myeclipse wizard MyEclipse/Scaffold Spring CRUD Application with artifact type "JPA Entities". Beforehand, I had added an entity class (just a basic Pojo with setters and getters, a id field ...
0
votes
0answers
124 views
Jrebel not working with MyEclipse Blue on win 7 64 bit
I am evaluating jrebel with myeclipse , After installing and configuring jrebel on myeclipse 10.6, for few projects rebel.xml is generated and for few it is not generated. When i do a clean and build ...
0
votes
2answers
78 views
Issue in comparing files in eclipse
As i am using Windows 7 64 bit, i installed SVN plugin version 1.8 from the site
http://subclipse.tigris.org/update_1.8.x
When i compare any file with latest from repository then the comparison is ...
1
vote
0answers
233 views
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure ( in windows)
When I run my application in widows, myeclipse IDE gives me the below error when I want to connect to MySQL database. The port is OK (3306), IP 127.0.0.1, and I have installed the driver.
How can I ...
0
votes
2answers
97 views
MyEclipse + Maven + ActiveJDBC how to auto run instrumentation
I am using MyEclipse + Maven and ActiveJDBC for my project.
I am deploying my project in exploded mode to a tomcat server from inside MyExclipse so I can profit from hot deploy during development. ...
0
votes
0answers
26 views
remove perspective switcher options tab from MyEclipse
I like a simple editor so create a customize perspective as My Perspective in MyEclipse and remove non useful icons (non useful for me) from toolbar. My question is:
Is there way for remove ...
1
vote
0answers
237 views
Eclipse Error:Problems occurred when invoking code from plug-in: “org.eclipse.ui.workbench”
I am using MyEclipse 8.6 for development.
I am facing this issues in eclipse while developing.
An error has occurred. See error log for more details.
org/eclipse/ui/internal/SaveableHelper
Here ...
0
votes
1answer
64 views
Apache Cocoon standalone in MyEclipse
Is it possible to create a default Apache Cocoon project and then move it to MyEclipse as a standalone application?
I would really like to achieve this as I would be able to deploy and debug the ...
0
votes
1answer
1k views
org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: while deploying .war in jboss server
org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: com/table/values/SubjectScoreWithSubjectName (this my customized class)
My project is working ...
0
votes
0answers
8 views
How to cancel the shortcut “space bar” to choose the first word in auto complement list in MyEclipse
For example, when you type Str, the auto complement menu popup.
Str
Then I type "space"
What I want to type is
Str =
But after I press space bar, it becomes
String
I'm getting crazy now.
1
vote
1answer
95 views
How to make the change take effect immediately after changing a js file?
I am editing a JavaScript file in MyEclipse.
When I try to change some content, I currently have to restart Tomcat.
If I don't, the change will not take effect.
By the way, I am using Chrome.
Is ...
0
votes
2answers
176 views
Ant ran from MyEclipse not using the “default” JRE
I am working as a contractor, and they are using MyEclipse 10.0 with Ant to do builds. Its been a LONG time since I used Ant as the build tool, as I have primarily been on Maven for some time.
Their ...
0
votes
1answer
60 views
modifications done in jsp page are not showing effects in project
in one of my jsp page button i kept validation using javascript, i kept code like:
alert("hai");
and i built my project, i got "hai" whenever the page is submitted.
later i changed the code in ...
1
vote
0answers
102 views
How to install aptana 3 as a plugin for myeclipse 10.1
I now use MyEclipse 10.1 version for web development, now I need want to install aptana 3.2 as a plugin for MyEclipse, and I successfully installed aptana 2 using "MyEclipse Configure Center --> ...
0
votes
1answer
138 views
How do I add BIRT functionality to my project?
I have a project in MyEclipse. I am trying to use BIRT. I know that this is pretty trivial, but I don't recall how to set up the project so that the design and config files are recognized. How do I ...




