- This topic has 6 replies, 2 voices, and was last updated 11 years, 5 months ago by support-pradeep.
-
AuthorPosts
-
amir55Participanthi dear staff team and all users
i wonder if there are some steps to help convert any eclipse working app to run in MyEclipse. I could import it but it does not deploy.
I hope this can be sorted out so I can look for many eclipse examples
take care
Amir
support-pradeepMemberAmir,
Can you please answer some more questions to help us investigate further :
1) Can you please mention the Eclipse version you are working on ?
2) Can you please mention which type of project it is ? Is it a Java project / Web project etc.
3) Can you please share your MyEclipse installation details from MyEclipse > Installation summary > Installation details ?
4) Can you please tell us on which server you are trying to deploy the application ?
5) If possible, can you please attach the application which exhibits the issue to help us replicate the issue at our end ?
amir55ParticipantAmir,
Can you please answer some more questions to help us investigate further :
1) Can you please mention the Eclipse version you are working on ?
2) Can you please mention which type of project it is ? Is it a Java project / Web project etc.
3) Can you please share your MyEclipse installation details from MyEclipse > Installation summary > Installation details ?
4) Can you please tell us on which server you are trying to deploy the application ?
5) If possible, can you please attach the application which exhibits the issue to help us replicate the issue at our end ?Hi dear Pradeep
Answers
1 – I use MyEclipse for spring as IDE last version.
2 – The project is a web project.
3 – answer below
4 – Iuse JBoss server and mysql db
5 – The app is jsf spring hibernate that I can pass if needed but I need to know in general how to convert from Eclipse version to MyEclipse but if you like the project that I can pass once needed as it is of a fairly big size*** Date:
Friday, June 14, 2013 10:56:13 PM GST
*** System properties:
OS=WindowsXP
OS version=5.1.0
OS arch=x86
Profile arch=x86
Window system=win32
Java version=1.6.0_13
Workspace=file:/D:/MyEclipse_Group/Workspaces_3/
VM Args=-Xmx768m
-XX:MaxPermSize=384m
-XX:ReservedCodeCacheSize=64m
-Dosgi.nls.warnings=ignore
-Djava.class.path=D:\MYECLI~1\MYECLI~1\../Common/plugins/OR02A7~1.JAR
*** Subscription information
Product Id: E3MS (MyEclipse for Spring Subscription)
License version: 3.0
Full Maintenance Included
Subscription expiration date (YYYYMMDD): 20140524
Number of users: 1*** Eclipse details:
MyEclipse for Spring
Version: 10.6.0
Build ID: 10.6.0-20120831
Blueprint: MyEclipse for Spring 10
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
D:\MyEclipse_Group\MyEclipse for Spring 10\myeclipseforspring.exe
-name
Myeclipseforspring
–launcher.library
D:\MyEclipse_Group\MyEclipse for Spring 10\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_4.2.0.v201201111650\eclipse_4201.dll
-startup
D:\MyEclipse_Group\MyEclipse for Spring 10\../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-install
D:\MyEclipse_Group\MyEclipse for Spring 10
-configuration
D:\MyEclipse_Group\MyEclipse for Spring 10\configuration
-vm
D:\MyEclipse_Group\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
amir55Participanthi dear Pradeep
i got a notification from you having no reply !!
I still await your reply anxiously
take care
Amir
support-pradeepMemberAmir,
Thanks for the details provided.
You can just import the eclipse project into MyEclipse and start working with it as long as the web project structure is correct.
1) Can you please share what exact error you are seeing after deploying the application to the JBoss server ?
2) Can you please make sure that project structure is correct ? If not, can you please create a web project in MyEclipse and copy paste all the files from Eclipse project into newly created web project structure. Try deploying this web project and let us know how it works ?
amir55Participanthi dear
I like to cut long story short if you may well like me to pass the app in eclipse to convert to myeclipse by your team by simply using an applicationContext.xmlm faces-config.xml, web.xml and finally some ..hbm.xml
That is why I prefer using MyEclipse for its simplicity.
I do request the steps you follow so that I can adopt in next conversions.
I do not know how to attach a file to you as no hint to any link
take care with regards.
Amir
[/code]
support-pradeepMemberAmir,
Please take a look at this link on how to attach files to forums – https://www.genuitec.com/forums/topic/troubleshooting-how-to-upload-attachments-on-forum/
As I said in my earlier response, You can just import the eclipse project into MyEclipse and start working with it as long as the web project structure is correct.
To help us investigate further, please answer these below queries :
1) Can you please share what exact error you are seeing after deploying the application to the JBoss server ?
2) Can you please make sure that project structure is correct ? If not, can you please create a web project in MyEclipse and copy paste all the files from Eclipse project into newly created web project structure. Try deploying this web project and let us know how it works ? -
AuthorPosts