- This topic has 2 replies, 2 voices, and was last updated 12 years, 6 months ago by avin7000.
-
AuthorPosts
-
avin7000MemberHi all 🙂
I am very new to MyEclipse & still learning.
I am currently using MyEclipse 8.6 Workbench [Trial Version]. My project runs fine locally without any issues.
Now I want to run the same online. When I run locally, I import following libraries :
JAX-WS 2.1 Runtime Library
JAX-WS 2.1 API LibraryHow to do same when I run the project online ?
Also how do I run my project online ? I have already got a server.
Please note that I am very new to this & still n00b.
Thank you very much in advance 😀
support-joyMemberavin7000,
I am afraid, your issue is not clear from your post. If you are using a trial version, why did you not use MyEclipse 10.1 which is the latest release, and opt for ME 8.6? If you do not have a project restriction to use MyEclipse 8.6, I would recommend you install and use MyEclipse 10.1.
Please provide below details –
1. How did you install MyEclipse 8.6?
2. Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details > [Copy to Clipboard] and paste the same here.
3. Are you referring to publishing your webservice to a web site? If yes, then you need to ensure it gets deployed to the external server in the same way as your local server. You also mention about importing JAX-WS libs. When you are deploying your app on an external server, ensure these are either added to your project build path or are available in your server lib directory.
4. Since you are a new to MyEclipse, I would recommend you refer the tutorials and white papers listed here – http://myeclipseide.com/index.php?module=htmlpages&func=display&pid=7
avin7000MemberSupport-joy, thank you very much for replying !
@support-joy wrote:
avin7000,
I am afraid, your issue is not clear from your post. If you are using a trial version, why did you not use MyEclipse 10.1 which is the latest release, and opt for ME 8.6? If you do not have a project restriction to use MyEclipse 8.6, I would recommend you install and use MyEclipse 10.1.I apologize for not being clear. I try to elaborate more. There is no restriction as such to use 8.6 only. The setup was already with my friend & I just had to install & try out. I am downloading MyEclipse Bling version now & try the same in that.
@support-joy wrote:
Please provide below details –
1. How did you install MyEclipse 8.6?
2. Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details > [Copy to Clipboard] and paste the same here.1. Installing MyEclipse was pretty simple. All I had to press next for everything. I did not change any options as such.
2. Here is the installation summary :*** Date: Monday, May 7, 2012 8:01:43 PM IST ** System properties: OS=WindowsXP OS version=5.1.0 Java version=1.6.0_13 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 8.6 Build id: 8.6-20100723 *** Eclipse details: MyEclipse Enterprise Workbench Version: 8.6 Build id: 8.6-20100723 Eclipse startup command=-os win32 -ws win32 -arch x86 -showsplash -launcher C:\Program Files\Genuitec\MyEclipse-8.6\myeclipse.exe -name Myeclipse --launcher.library C:\Program Files\Genuitec\MyEclipse-8.6\../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll -startup C:\Program Files\Genuitec\MyEclipse-8.6\../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install C:/Program Files/Genuitec/MyEclipse-8.6 -configuration configuration -vm C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
@support-joy wrote:
avin7000,
3. Are you referring to publishing your webservice to a web site? If yes, then you need to ensure it gets deployed to the external server in the same way as your local server. You also mention about importing JAX-WS libs. When you are deploying your app on an external server, ensure these are either added to your project build path or are available in your server lib directory.Yes ! Yes, I want to publish my webservice to a website. I already have a server runs on Windows Server 2008 & IIS7. I have ‘exported’ my final project & I don’t need to import those JAX files every time. So yes, the JAX files are now in project build path.
@support-joy wrote:
avin7000,
4. Since you are a new to MyEclipse, I would recommend you refer the tutorials and white papers listed here – http://myeclipseide.com/index.php?module=htmlpages&func=display&pid=7Thanks for this link, will check out.
If you are still not clear about my problem, basically MyEcplise runs fine my computer. I have no issues running it locally. Now I want to run my webservice project online in a website. But I have no idea how to do that. In MyEclipse I use Tomcat & in my real server I have IIS7. I want to know how to deploy it online.
I wouldn’t even mind sharing my code. If that is needed & then I will upload it to mediafire etc & then post it here.
Thank you very much in advance 😀
-
AuthorPosts