[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt.amw] Re: AMW on Mac

Hi,

I take the sources from the CVS and I recompile it with the JVM 1.5. After, I had always the same problem but I identify it. The jar file org.eclipse.gmt.am3.dsls.km3.jar located in the project org.eclipse.weaver was compiled with te JVM 1.6. I take the sources of this plugin from the CVS and compile it and put it in the folder lib. Now, I can used AMW with JVM 1.5

Thanks

Marcos Didonet Del Fabro a écrit :
Hi,

yes, it is compiled using JVM 1.6, because it depends on org.eclipse.m2m.atl.engine and org.eclipse.gmt.am3.dsls.km3, which use some classes of JVM 1.6 (exception handling I think).

There are 2 solutions:

1) take a previous version (for instance, the ones for Eclipse 3.2)

2) take the sources from CVS from a previous date, where these primitives are not used and recompile using JVM 1.5. Unfortunately, I don't know this exact date (a guess would be by the beginning of the year).


Marcos.

Benjamin CHEVALLEREAU wrote:
Hi,

I try to use AMW with my Mac. But I have an error :

An error has occurred. See error log for more details.
Bad version number in .class file

I suppose that AMW is compiled with the version 1.6 of Java. Unfortunately, the version 1.6 of the JVM on Mac is not totally available. Do you know a solution ?

Thanks