- This topic has 4 replies, 3 voices, and was last updated 17 years, 4 months ago by
Loyal Water.
-
AuthorPosts
-
amernetMemberHi,
I usually like to install eclipse on my flash drive so I can take it with me for work and home development.
I installed Myeclipse (MyEclipse_5.5.1GA_E3.2.2_FullStackInstaller) on my flash drive at work today and try to run at home computer, I got error as followed,
!SESSION 2007-08-27 20:38:11.068 ———————————————–
eclipse.buildId=M20070212-1330
java.version=1.6.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide!ENTRY org.eclipse.core.runtime 2007-08-27 20:38:14.985
!MESSAGE Product com.genuitec.myeclipse.product.ide could not be found.!ENTRY org.eclipse.osgi 4 0 2007-08-27 20:38:15.004
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:56)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)So I did another full installation again to make it work but I worried if this is the right way.
Please advise how I can run Myeclipse on portable drive?Thanks!
charlesAugust 28, 2007 at 1:48 am #274662
Ton HuismanMemberI guess you would hava to have your portable drive mounted on the same driveletter on both systems, as in the file {installpath}\eclipse\links\com.genuitec.eclipse.MyEclipse.link there is a reference to that same {installpath} and if that differs between systems, it won’t be able to find itself.
There are tools (free for personal use at least) to have a USB drive mount on the same (user specified) driveletter, so that should be solvable.
I didn’t test this personally, though…
HTH
TonAugust 28, 2007 at 9:41 am #274683
Loyal WaterMemberHi Charles,
Let me know if you get MyEclipse to work on the flash drive by following what Ton suggested.February 19, 2008 at 2:44 pm #281948
amernetMemberThanks for the info.
I was able to change the letter in my computer/Manager first place for my Ipod.
For Flash Drive (I have SanDisk U3 ) is bit more work. You need this tool like Ton mentioned http://www.uwe-sieber.de/usbdlm_e.html
U3 need 2 drive letters. One for the system and one for the volume.You can do either way as long as save your time. Thanks!
February 20, 2008 at 7:52 am #281973
Loyal WaterMemberThank you for your feedback.
-
AuthorPosts