[Gambas-user] How to overcome: Bytecode too recent. Please upgrade Gambas

Vasilis Kanatas vkanatas13 at ...626...
Thu Apr 3 13:13:06 CEST 2014


Hi Tobi,

Yes No 1 worked fine for me. Probably I should have done it from the
beginning.
Problem Solved!

Thanks


On Thu, Apr 3, 2014 at 1:42 PM, Tobias Boege <taboege at ...626...> wrote:

> On Thu, 03 Apr 2014, Vasilis Kanatas wrote:
> > Actually, I run the project and it stops when loading the first class
> with
> > this message:
> >
> > Cannot load class "Arxiki". Bytecode too recent. Please upgrade Gambas.
> >
> > I deleted all compiled files in the project (I suppose they are the
> class~
> > files ) and still get the same message.
> > I also deleted every other file except for the .form and .class files,
> and
> > still the same!
> > (My project is from gambas 2.0, so it has two folders)
> >
>
> *~ are backups, not compiled files. There are actually at least three ways
> to force recompilation:
>
> (1) Go to IDE and hit the "Compile all" button
> (2) Open a terminal, cd into your project's directory and do
>       $ gbc3 -a
> (3) Open a terminal, cd into your project's directory and do
>       $ rm -rf .gambas
>     (in there are the compiled classes) and then try to run the project
> from
>     the IDE normally. This is exactly what the IDE does for you in (1).
>
> Regards,
> Tobi
>
> --
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list