For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 3 voices, and was last updated 20 years, 8 months ago by
Greg.
-
AuthorPosts
-
bobo1943MemberYou might not believe. My myeclipse4.0.3GA (the latest version available for downloading right now) couldn’t work in Linux file system ,ext2 or ext3…
Let me give it an explaination:
Because I downloaded myeclipse in Window2000, so I have to mount the window partition disk in Linux so as to make it available in Linux, here is my command in shell:
# mount vfat /dev/hda10 /mnt/windowsNote:Eclipse3.1.1 has been installed properly. and myeclipse is in /mnt/windows/myeclipse directory
First attempt:
I copied the 2 directories (features and plugins) from /mnt/windows/myeclipse to the installation directory of Eclipse. it doesn’t workSecond attempt:
I copied the whole myeclipse directory from /mnt/windows/myeclipse to /usr/local. Then install it through Eclipse->HELP->software update->manage configuration. problem remainsLast attempt:
similar to the second attempt, the only difference is I use /mnt/windows/myeclipse instead of the copy in /usr/local/myeclipse. it finally worksconclusion:
you know, the myeclipse in /mnt/windows/myeclipse is stored in FAT32 fie system (windows) it could work . But when I copy it into Linux, It couldn’t be identified by Eclipse anymore.December 23, 2005 at 4:14 pm #243665
Scott AndersonParticipantBobo,
That’s interesting. I honestly don’t think we (or the Eclipse team) ever considered that anyone would install a windows build on a linux mount point. I know we don’t test that configuration. Sorry to hear it’s problematic. Perhaps one of the Linux gurus out there has some ideas.
BTW, when you say it “doesn’t work” what errors are you seeing?
December 25, 2005 at 8:02 pm #243701
bobo1943MemberThere is no error prompt occured during the whole installation.
What I mean “doesn’t work” is that I could only create web project,but couldn’t create files like JSP,XML,etc… Besides, MyEclipse Perspective is also unavailable to me.
In a word, the majority of myeclipse features is unavailable.(Note: I use J2SDK1.4.2 , Eclipse 3.1.1 and MyEclipse 4.0.3GA manual install)
On the other hand, I also downloaded MyEclipse Enterprise Workbench 4.0.3GA for Linux (which is a .bin file)
While the installation,My system complained a ClassNotfoundExcelption, it couldn’t position the Swing package. But I’m sure that I have configured the Environment Variable correctly
I noticed that JDK1.5 is a prerequisite to this installation. What I use is J2SDK1.4.2, Is this the reason of the exception?BTW,
to support-scott: I know you are the guru of MyEclipse, Could you give me your MSN account or other means of communication so that we could get in touch directlyAnyway, Thanks for support
December 25, 2005 at 9:02 pm #243702
GregMemberIf you get ClassNotFoundException when trying to install, you will need to make sure that the installer is using the correct jvm. Run the “java -version” from the command line and make sure you are running a 1.5.0 JDK from sun or ibm and not using the GCJ or gnuclasspath.
Have you tried using the manual install version of MyEclipse on windows and then mounting that location in linux?
December 25, 2005 at 11:40 pm #243704
bobo1943Member“Have you tried using the manual install version of MyEclipse on windows and then mounting that location in linux?”
That is just the way I did, MyEclipse could work…
Thanks for your support , I will try J2SDK1.5 and see whether this could prevent the exception being throwed again.
I hope this version of installer could install itself totally in Linux without mounting anything in Windows, and I ‘ll feel comfortable with thatDecember 26, 2005 at 12:16 am #243705
GregMemberYes, the linux install should work and allow you to install MyEclipse on your linux partition. Also, you could redownload the manual install package on linux and just do the manual install on linux if the installer fails.
December 27, 2005 at 7:36 pm #243753
bobo1943MemberI feel comfortable now.
I finally know the reason why I couldn’t install MyEclipse manual install on my Red Hat Linux partition disk.If you downloaded a compressed file, such as .zip file, and try to install it in Linux, be sure not to decompress it by WinRAR or other tools in Windows, this could cause potential problems.
Decompress it by Linux command:
# unzip yourfile.zipor MyEcilpse manual install version couldn’t work properly.
December 27, 2005 at 9:33 pm #243755
GregMemberThanks for the tip. Glad its working.
-
AuthorPosts
