Questions tagged [myeclipse]

Commercial J2EE IDE and Web development tool suite for the Eclipse open-source platform.

MyEclipse is the commercial Eclipse plugin-based solution for all your UML, AJAX, Web, Web Services, J2EE, JSP, XML, Struts, JSF, Java Persistence, EJB, extended database support and application server integration needs.

430 questions
0
votes
3 answers

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 small mistake i am doing plz help me to locate 1) i…
Tarun Bharti
  • 185
  • 3
  • 17
0
votes
1 answer

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:
Narendra Verma
  • 2,372
  • 6
  • 34
  • 61
0
votes
2 answers

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 accordingly. When I want to set up the AVD, I can…
Stella
  • 1,197
  • 1
  • 10
  • 18
0
votes
2 answers

How can MyEclipse compile Java classes without having a javac?

On my system, I have installed a Sun JRE (not JDK) and MyEclipse IDE. I have searched for javac.exe in the installed files of MyEclipse in Program Files (windows platform), but there I got no results found for javac.exe. Which tool is MyEclipse…
mogli
  • 1,549
  • 4
  • 29
  • 57
0
votes
1 answer

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 problem with MyEclipse 8.6. In MyEclipse 6.0…
Jafar Ali
  • 1,084
  • 3
  • 16
  • 39
0
votes
2 answers

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 working. And also I have already enabled the…
Bahramdun Adil
  • 5,907
  • 7
  • 35
  • 68
0
votes
1 answer

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 problem. someone could tell me the reason and…
skcks
  • 46
  • 6
0
votes
1 answer

Application execution on myeclipse with tomcat7 webcontainer is not stopping on breakpoints

I have a problem in myeclipse debug mode where execution is not stopping on any of the breakpoints set. Please note that i am using Myeclipse 10.6 where tomact-7 connector is configured and, when not in debug mode, everything works correctly. I have…
hd84335
  • 8,815
  • 5
  • 34
  • 45
0
votes
1 answer

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 library tab. How to do this in Myeclipse? I…
user1374266
  • 323
  • 1
  • 4
  • 19
0
votes
1 answer

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. Any help!! Thank you!
VBJ
  • 673
  • 5
  • 14
  • 24
0
votes
1 answer

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 are as…
agarwal_achhnera
  • 2,582
  • 9
  • 55
  • 84
0
votes
1 answer

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 application (basically do ALL work) in MyEclipse. No…
Woffsan
  • 11
  • 2
0
votes
2 answers

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 source are broken into multiple projects, and…
CodeChimp
  • 8,016
  • 5
  • 41
  • 79
0
votes
1 answer

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 javascript to : alert("hello"); and i have run the…
phani_yelugula
  • 331
  • 1
  • 9
  • 14
0
votes
1 answer

Can't connect to web service in war file on server using Java and CXF

I'm using tomcat 6 (embedded server) in myEclipse 10.0 along with Apache CXF for a web services app. My problem is I'm trying to connect to a server that has a war file with some service code in it. However, when I try to hit it though the code,…
James Drinkard
  • 15,342
  • 16
  • 114
  • 137