Hi Marc wrote: > > Unfortunately, I cannot just use 3.3. The 3.2 comes packaged with the > ARM Tools. I will have to ping ARM to see when/if they plan on > updating eclipse to 3.3. > I do not know what the ARM tools use (gcj vs java). I guess I need to > find this out as well...
Usually you can install a newer version of eclipse and copy the plugin over to the new one, if you are using cdt I hope you be able to try 3.4 (I use it for my daily "c" codeing) as it is much more usable but I think the cdt project did some changes in 3.3 or 3.4 breaking some plugin compabilety. But you will notice this if you try it :) I think you can change gcj to java if you are running that (my ubuntu had gcj as default when I first tried) you can check if you use gcj in "Help"->"About eclipse SDK"->"Configuration Details" search for -vm I have "/usr/lib/jvm/java-6-sun-1.6.0.07/jre/bin/../lib/i386/client/libjvm.so" for an SUN java reference.. (version and path may be differernt) As for your orginal problem If you can find out more info (see if you have any info in the "error" view) or manage to create a patch that don't collide to much with how the plugin works we might be able to do something. -- Zingo "Stefan" Andersen (zingo.org and vectrace.com) > > Marc > > On Sep 19, 12:50 pm, Bastian Doetsch <[EMAIL PROTECTED]> wrote: >> Am Freitag, den 19.09.2008, 09:38 -0700 schrieb Marc: >> >> > I installed the Mercurial Eclipse Plugin under 3.2. (I am using >> > eclipse for embedded development). >> >> That's probably the problem. As MercurialEclipse doesn't compile using >> 3.2 libraries, I doubt it runs under 3.2. Please try 3.3 or 3.4 and >> please don't try to use gcj as Java runtime - it is known not to work >> with MercurialEclipse as we spawn processes to Mercurial and gcj seems >> to handle this differently from the official java virtual machines. >> >> >> >> > When I try to create a new project, I get an error message: >> >> > Plug-in com.vectrace.MercurialEclipse was unable to load class >> > com.vectrace.MercurialEclipse.wizards.CloneRepoWizard. >> >> > I installed the plugin into my home directory. I checked the plugin >> > through the manager and it says it was installed properly and >> > everything is working.. >> >> > Any help with this would be appreciated. We are switching to >> > Mercurail here and would like to get this plugin working.. >> >> I hope you enjoy working with Mercurial - but as said above, I'd >> strongly advise you to update to a more recent Eclipse version as we >> don't support 3.2 anymore. I think there are older versions of >> MercurialEclipse (April/May 2008) that should work with 3.2, though. >> >> Best regards, >> Bastian >> >> >> >> > > >> >> >> signature.asc >> < 1KViewDownload > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MercurialEclipse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mercurialeclipse?hl=en -~----------~----~----~----~------~----~------~--~---
