Re: java.lang.VerifyError with gwt 1.5

2008-09-10 Thread MikeTheQuick

The problem was a conflicy between the old gwt Rocket library and the
new gwt 1.5
I downloaded the new version of Rocket library and now it's all
ok 
:)

On 10 Set, 17:15, MikeTheQuick <[EMAIL PROTECTED]> wrote:
> I tried to clean and rebuild the project, but nothing changed... i
> have the same error...
>
> On 10 Set, 16:25, maudio <[EMAIL PROTECTED]> wrote:
>
> > Make sure you do a clean build to remove any previously compiled
> > stuff.
>
> > On Sep 10, 5:24 am, MikeTheQuick <[EMAIL PROTECTED]> wrote:
>
> > > Hi, i hope that someone can help me...
> > > I was tryng to port my gwt application from gwt 1.4 to gwt 1.5... the
> > > only things that i changed for now are the libraries of gwt 1.5 that i
> > > had substitute with the same of gwt 1.4.
> > > Now i get a java.lang.VerifyError when i try to compile the gwt client
> > > files... can someone tell me what to do?
>
> > > this is the stack trace :
>
> > > [java] java.lang.VerifyError: Cannot inherit from final class
> > >      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
> > >      [java]     at java.lang.ClassLoader.defineClass(Unknown Source)
> > >      [java]     at java.security.SecureClassLoader.defineClass(Unknown
> > > Source)
> > >      [java]     at java.net.URLClassLoader.defineClass(Unknown Source)
> > >      [java]     at java.net.URLClassLoader.access$000(Unknown Source)
> > >      [java]     at java.net.URLClassLoader$1.run(Unknown Source)
> > >      [java]     at java.security.AccessController.doPrivileged(Native
> > > Method)
> > >      [java]     at java.net.URLClassLoader.findClass(Unknown Source)
> > >      [java]     at java.lang.ClassLoader.loadClass(Unknown Source)
> > >      [java]     at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
> > > Source)
> > >      [java]     at java.lang.ClassLoader.loadClass(Unknown Source)
> > >      [java]     at java.lang.ClassLoader.loadClassInternal(Unknown
> > > Source)
> > >      [java] Exception in thread "main"
> > >      [java] Java Result: 1
>
> > > I have this error only with gwt 1.5... with gwt 1.4 it's all ok
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: java.lang.VerifyError with gwt 1.5

2008-09-10 Thread MikeTheQuick

I tried to clean and rebuild the project, but nothing changed... i
have the same error...

On 10 Set, 16:25, maudio <[EMAIL PROTECTED]> wrote:
> Make sure you do a clean build to remove any previously compiled
> stuff.
>
> On Sep 10, 5:24 am, MikeTheQuick <[EMAIL PROTECTED]> wrote:
>
> > Hi, i hope that someone can help me...
> > I was tryng to port my gwt application from gwt 1.4 to gwt 1.5... the
> > only things that i changed for now are the libraries of gwt 1.5 that i
> > had substitute with the same of gwt 1.4.
> > Now i get a java.lang.VerifyError when i try to compile the gwt client
> > files... can someone tell me what to do?
>
> > this is the stack trace :
>
> > [java] java.lang.VerifyError: Cannot inherit from final class
> >      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
> >      [java]     at java.lang.ClassLoader.defineClass(Unknown Source)
> >      [java]     at java.security.SecureClassLoader.defineClass(Unknown
> > Source)
> >      [java]     at java.net.URLClassLoader.defineClass(Unknown Source)
> >      [java]     at java.net.URLClassLoader.access$000(Unknown Source)
> >      [java]     at java.net.URLClassLoader$1.run(Unknown Source)
> >      [java]     at java.security.AccessController.doPrivileged(Native
> > Method)
> >      [java]     at java.net.URLClassLoader.findClass(Unknown Source)
> >      [java]     at java.lang.ClassLoader.loadClass(Unknown Source)
> >      [java]     at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
> > Source)
> >      [java]     at java.lang.ClassLoader.loadClass(Unknown Source)
> >      [java]     at java.lang.ClassLoader.loadClassInternal(Unknown
> > Source)
> >      [java] Exception in thread "main"
> >      [java] Java Result: 1
>
> > I have this error only with gwt 1.5... with gwt 1.4 it's all ok
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Problems with gwt 1.5

2008-09-10 Thread MikeTheQuick

Hi.. i have a problem with the new gwt library...

When i compile my gwt application i have this error :

java.lang.VerifyError: Cannot inherit from final class
 [java] at java.lang.ClassLoader.defineClass1(Native Method)
 [java] at java.lang.ClassLoader.defineClass(Unknown Source)
 [java] at java.security.SecureClassLoader.defineClass(Unknown
Source)
 [java] at java.net.URLClassLoader.defineClass(Unknown Source)
 [java] at java.net.URLClassLoader.access$000(Unknown Source)
 [java] at java.net.URLClassLoader$1.run(Unknown Source)
 [java] at java.security.AccessController.doPrivileged(Native
Method)
 [java] at java.net.URLClassLoader.findClass(Unknown Source)
 [java] at java.lang.ClassLoader.loadClass(Unknown Source)
 [java] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
Source)
 [java] at java.lang.ClassLoader.loadClass(Unknown Source)
 [java] at java.lang.ClassLoader.loadClassInternal(Unknown
Source)
 [java] Exception in thread "main"

The only things i changed are the gwt libraries

With gwt 1.4 I don't have this problem... can someone tell me the
reason?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



java.lang.VerifyError with gwt 1.5

2008-09-10 Thread MikeTheQuick

Hi, i hope that someone can help me...
I was tryng to port my gwt application from gwt 1.4 to gwt 1.5... the
only things that i changed for now are the libraries of gwt 1.5 that i
had substitute with the same of gwt 1.4.
Now i get a java.lang.VerifyError when i try to compile the gwt client
files... can someone tell me what to do?

this is the stack trace :

[java] java.lang.VerifyError: Cannot inherit from final class
 [java] at java.lang.ClassLoader.defineClass1(Native Method)
 [java] at java.lang.ClassLoader.defineClass(Unknown Source)
 [java] at java.security.SecureClassLoader.defineClass(Unknown
Source)
 [java] at java.net.URLClassLoader.defineClass(Unknown Source)
 [java] at java.net.URLClassLoader.access$000(Unknown Source)
 [java] at java.net.URLClassLoader$1.run(Unknown Source)
 [java] at java.security.AccessController.doPrivileged(Native
Method)
 [java] at java.net.URLClassLoader.findClass(Unknown Source)
 [java] at java.lang.ClassLoader.loadClass(Unknown Source)
 [java] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
Source)
 [java] at java.lang.ClassLoader.loadClass(Unknown Source)
 [java] at java.lang.ClassLoader.loadClassInternal(Unknown
Source)
 [java] Exception in thread "main"
 [java] Java Result: 1

I have this error only with gwt 1.5... with gwt 1.4 it's all ok

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---