Discussion:
EclipseME Version 1.7.8 Released
Craig Setera
2008-03-16 18:38:32 UTC
Permalink
Version 1.7.8 of EclipseME has been released. Visit
http://eclipseme.org/blog/2008/03/16/version-178-released/ for complete
information. Please make sure to pay particular attention to the
installation instructions at
http://eclipseme.org/docs/installEclipseME.html#step2d if you intend to
use the preprocessing support.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Michael Schlagmueller
2008-03-18 19:02:36 UTC
Permalink
Hi all...
I saw that there is a Mpowerplayer support now for the current EclipseME
Version.
So I just installed the SDK (V2.0.1185) and included it in EclipseME.
But the Eclipse IDE shows me an error an a very simple class:

package mod_xyz;
public class xyz {
public static double [] d = {1.0,2.0};
}

Error Message:
Floating point not allowed in method definition for <clinit>

Is this a problem of Mpowerplayer or the EclipseME plugin ?

It works fine if I only have a simple double value (public static double
d = 1.0) or when I use an int array (public static int [] d = {1,2}).

Does anyone have an idea what's going on here?

Hava a nice day...
Michael

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Setera Craig
2008-03-21 20:08:04 UTC
Permalink
Micheal,

Are you trying to use CLDC 1.0 or 1.1? If CLDC 1.0, floating point
values are not allowed. Are you using the built-in preverifier? If
so, you might be hitting a bug with that.

Craig
Post by Michael Schlagmueller
Hi all...
I saw that there is a Mpowerplayer support now for the current
EclipseME
Version.
So I just installed the SDK (V2.0.1185) and included it in EclipseME.
package mod_xyz;
public class xyz {
public static double [] d = {1.0,2.0};
}
Floating point not allowed in method definition for <clinit>
Is this a problem of Mpowerplayer or the EclipseME plugin ?
It works fine if I only have a simple double value (public static double
d = 1.0) or when I use an int array (public static int [] d = {1,2}).
Does anyone have an idea what's going on here?
Hava a nice day...
Michael
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Michael Schlagmueller
2008-03-22 10:40:09 UTC
Permalink
Hi Caig,
I selected CLDC 1.1 in the Jad-File.
In the Project Settings -> J2ME -> Preverification
'Use JAD file setting' is selected
and it doesn't make a difference whether I check the 'Use Built-in
Preverifier'.
I'm using Suse Linux....
Any ideas what I can try ?
Thanks
Michael
Post by Setera Craig
Micheal,
Are you trying to use CLDC 1.0 or 1.1? If CLDC 1.0, floating point
values are not allowed. Are you using the built-in preverifier? If
so, you might be hitting a bug with that.
Craig
Post by Michael Schlagmueller
Hi all...
I saw that there is a Mpowerplayer support now for the current EclipseME
Version.
So I just installed the SDK (V2.0.1185) and included it in EclipseME.
package mod_xyz;
public class xyz {
public static double [] d = {1.0,2.0};
}
Floating point not allowed in method definition for <clinit>
Is this a problem of Mpowerplayer or the EclipseME plugin ?
It works fine if I only have a simple double value (public static double
d = 1.0) or when I use an int array (public static int [] d = {1,2}).
Does anyone have an idea what's going on here?
Hava a nice day...
Michael
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Markus Sinner
2008-03-22 12:56:39 UTC
Permalink
Did you try this using Sun's WTK?

http://java.sun.com/products/sjwtoolkit/download.html
Post by Michael Schlagmueller
Hi Caig,
I selected CLDC 1.1 in the Jad-File.
In the Project Settings -> J2ME -> Preverification
'Use JAD file setting' is selected
and it doesn't make a difference whether I check the 'Use Built-in
Preverifier'.
I'm using Suse Linux....
Any ideas what I can try ?
Thanks
Michael
Post by Setera Craig
Micheal,
Are you trying to use CLDC 1.0 or 1.1? If CLDC 1.0, floating point
values are not allowed. Are you using the built-in preverifier? If
so, you might be hitting a bug with that.
Craig
Post by Michael Schlagmueller
Hi all...
I saw that there is a Mpowerplayer support now for the current EclipseME
Version.
So I just installed the SDK (V2.0.1185) and included it in EclipseME.
package mod_xyz;
public class xyz {
public static double [] d = {1.0,2.0};
}
Floating point not allowed in method definition for <clinit>
Is this a problem of Mpowerplayer or the EclipseME plugin ?
It works fine if I only have a simple double value (public static double
d = 1.0) or when I use an int array (public static int [] d = {1,2}).
Does anyone have an idea what's going on here?
Hava a nice day...
Michael
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Michael Schlagmueller
2008-03-22 14:09:52 UTC
Permalink
Hi Markus...
The Midlet works fine with the Sun emulator. But since I have trouble
running my midlet in the mpowerplayer emulator, I tried to figure out
where the problem is. So I decided to use the mpowerplayer-sdk with the
problems described below....
Have a nice day
Michael
Post by Markus Sinner
Did you try this using Sun's WTK?
http://java.sun.com/products/sjwtoolkit/download.html
Post by Michael Schlagmueller
Hi Caig,
I selected CLDC 1.1 in the Jad-File.
In the Project Settings -> J2ME -> Preverification
'Use JAD file setting' is selected
and it doesn't make a difference whether I check the 'Use Built-in
Preverifier'.
I'm using Suse Linux....
Any ideas what I can try ?
Thanks
Michael
Post by Setera Craig
Micheal,
Are you trying to use CLDC 1.0 or 1.1? If CLDC 1.0, floating point
values are not allowed. Are you using the built-in preverifier? If
so, you might be hitting a bug with that.
Craig
Post by Michael Schlagmueller
Hi all...
I saw that there is a Mpowerplayer support now for the current EclipseME
Version.
So I just installed the SDK (V2.0.1185) and included it in EclipseME.
package mod_xyz;
public class xyz {
public static double [] d = {1.0,2.0};
}
Floating point not allowed in method definition for <clinit>
Is this a problem of Mpowerplayer or the EclipseME plugin ?
It works fine if I only have a simple double value (public static double
d = 1.0) or when I use an int array (public static int [] d = {1,2}).
Does anyone have an idea what's going on here?
Hava a nice day...
Michael
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Loading...