|
|
Re: signer information mismatch [message #990234 is a reply to message #990165] |
Tue, 11 December 2012 09:19  |
Eclipse User |
|
|
|
The problem is solved by downloading and installing eclipse from scratch
Thanks
Sebastian Zarnekow wrote on Tue, 11 December 2012 03:41Hi Igor,
which version of Xtext do you use? Please make sure that you use the
google inject bundle that ships with Eclipse.
Best regards,
Sebastian
--
Looking for professional support for Xtext, Xtend or Eclipse Modeling?
Go visit:
Am 10.12.12 18:50, schrieb Igor Tkachev:
> Hi
>
> I'm trying to run standalone setup as
>
> import org.eclipse.xtext.generator.IGenerator;
> import com.google.inject.Injector;
>
> public class MainGen {
>
> public static void main(String[] args) {
> Injector i = new FloStandaloneSetup().createInjectorAndDoEMFRegistration();
> IGenerator generator = i.getInstance(IGenerator.class);
> }
>
> }
>
>
> I'm getting such exception
>
> Caused by: java.lang.SecurityException: class "org.eclipse.xtext.parsetree.reconstr.impl.DefaultHiddenTokenHelper$$FastClassByGuice$$db42f815"'s signer information does not match signer information of other classes in the same package
> at java.lang.ClassLoader.checkCerts(ClassLoader.java:943)
> at java.lang.ClassLoader.preDefineClass(ClassLoader.java:657)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:785)
> ... 139 more
>
>
> I think it it related to different versions but I don't understand what versions I should use. Can someone help with this. I attached list of libs I use.
>
>
>
> Thank you
>
|
|
|
Powered by
FUDForum. Page generated in 0.05708 seconds