eclipseme-users Mailing List for EclipseME (Page 5)
Brought to you by:
setera
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(9) |
Mar
(59) |
Apr
(21) |
May
(22) |
Jun
(27) |
Jul
(68) |
Aug
(42) |
Sep
(35) |
Oct
(25) |
Nov
(50) |
Dec
(79) |
2005 |
Jan
(95) |
Feb
(82) |
Mar
(53) |
Apr
(60) |
May
(45) |
Jun
(79) |
Jul
(92) |
Aug
(61) |
Sep
(88) |
Oct
(69) |
Nov
(34) |
Dec
(36) |
2006 |
Jan
(55) |
Feb
(32) |
Mar
(36) |
Apr
(47) |
May
(23) |
Jun
(37) |
Jul
(30) |
Aug
(62) |
Sep
(38) |
Oct
(36) |
Nov
(48) |
Dec
(32) |
2007 |
Jan
(24) |
Feb
(34) |
Mar
(93) |
Apr
(36) |
May
(57) |
Jun
(68) |
Jul
(61) |
Aug
(64) |
Sep
(83) |
Oct
(75) |
Nov
(65) |
Dec
(49) |
2008 |
Jan
(45) |
Feb
(74) |
Mar
(19) |
Apr
(20) |
May
(29) |
Jun
(29) |
Jul
(8) |
Aug
(15) |
Sep
(24) |
Oct
(67) |
Nov
(14) |
Dec
(12) |
2009 |
Jan
|
Feb
(8) |
Mar
(8) |
Apr
(2) |
May
|
Jun
(6) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Sonny T. <son...@gm...> - 2008-10-16 01:02:53
|
congratulations Craig! On Wed, Oct 15, 2008 at 8:15 PM, Craig Setera <cra...@se...> wrote: > The first official release of the Eclipse MTJ project is now available. > Please see my initial blog entry at > http://eclipseme.org/blog/2008/10/15/my-baby-is-all-grown-up/ for more > information. > > Thanks, > Craig > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > |
From: Craig S. <cra...@se...> - 2008-10-16 00:42:09
|
The first official release of the Eclipse MTJ project is now available. Please see my initial blog entry at http://eclipseme.org/blog/2008/10/15/my-baby-is-all-grown-up/ for more information. Thanks, Craig |
From: María A. V. <ma...@tr...> - 2008-10-14 07:43:20
|
Hi! I just wanted to say thank you, the solution for the API selection worked. Best regards, María |
From: Russel W. <rus...@co...> - 2008-10-11 18:29:52
|
I have EclipseME 1.7.9 installed in Eclipse 3.4 running on Ubuntu 8.04 Hardy Heron. I also have NetBeans 6.5beta with the all the Mobility plugins on the same Ubuntu. As far as I can tell both treat projects as MIDlet Suites. NetBeans seems to insist on always executing the entire suite from the JAD, there seems no way of executing a MIDlet directly. Conversely EclipseME seems not to be able to execute suites but can only execute individual MIDlets. Is this true or have I missed something. Thanks. (IntelliJ IDEA seems to have support for JavaME but no way of actually executing code so even though its code checking support is far more advanced that Eclipse, EclipseME still wins :-) -- Russel. ==================================================== Dr Russel Winder Partner Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203 41 Buckmaster Road, f: +44 8700 516 084 London SW11 1EN, UK. m: +44 7770 465 077 |
From: Craig S. <cra...@se...> - 2008-10-11 12:56:09
|
Last time I saw security exceptions like you are showing, I had messed up the emulator by deleting too much from an emulator folder. I had to reinstall the WTK at that point. You may also want to make sure that the compiler level is set at the lowest Java source/target versions (ie. don't use Java 5 or Java 6). Beyeler Lukas wrote: > Hi there, > > I'm running against a wall here: I've recently installed EclipseME 1.7.9 (I'm quite familiar with Eclipse and Java in general) and the SUN J2ME WTK 2.5.2. Since then I'm stuck trying to get a HelloWorld running (this one here http://developers.sun.com/mobility/midp/articles/wtoolkit/src/HelloMIDlet.java). > > Problem: The programme cannot be loaded and generates a null pointer exception (see the error output below) followed by an even more interessting security exception... > > At first I thought this had something to do with the Emulator and I installed the programme directly onto the phone (Nokia) but that just showed an 'unhandled exception' as well. > > Something I could see as the problem is the line 'Running with locale: German_Switzerland.1252' then followed by 'Incorrect domain name, ...' > Can I change this somewhere, and what does the line actually mean? > > Am I missing any configurations? I just don't see, why a simple HelloWorld by default would throw a SecurityException (not only in emulation, but on the mobile as well). > > Mighty thanks, > BeyelerStudios > > Platform: Windows XP, Eclipse 3.3.1, EclipseME 1.7.9, SUN WTK 2.5.2 > EclipseME: installed and configured as described here http://eclipseme.org/docs/installEclipseME.html (w/o Antenna though) > WTK Emulator: DefaultColorPhone > > And here's the output; note that this is generated before the HelloWorld code is executed (which it isn't): > ------------------------------------------------------------------------------------------------ (-- comments) > java.lang.NullPointerException > at com.sun.kvem.comcon.jsr082.JSR082Bridge.initializeJSR082Support(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at com.sun.kvem.sublime.MethodExecution.process(Unknown Source) > at com.sun.kvem.sublime.SublimeExecutor.processRequest(Unknown Source) > at com.sun.kvem.sublime.SublimeExecutor.run(Unknown Source) > Running with locale: German_Switzerland.1252 -- where can i change that (source of security exception i guess)? > Incorrect domain name, switching to 'unidentified_third_party' > java.lang.SecurityException: unidentified_third_party domain is not configured -- bad luck, ey? > at com.sun.midp.security.Permissions.forDomain(+118) > at com.sun.midp.dev.DevMIDletSuiteImpl.create(+51) > at com.sun.midp.dev.DevMIDletSuiteImpl.create(+74) > at com.sun.midp.main.Main.runLocalClass(+20) > at com.sun.midp.main.Main.main(+80) > Execution completed. -- not it has not, it hasn't even started yet!!! > 89703 bytecodes executed > 4 thread switches > 1665 classes in the system (including system classes) > 876 dynamic objects allocated (46812 bytes) > 1 garbage collections (0 bytes collected) > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > |
From: Diego T. <di...@to...> - 2008-10-11 00:40:03
|
Probably not much of a help here, but why that reference to JSR82 (bluetooth) ->> Are you using default preferences in WTK (bluetooth, security domain) ? What phone are you using ? Cheers, Diego P.S.: Say hi to the ETH On Sat, 11 Oct 2008 08:46:29 am Beyeler Lukas wrote: > Hi there, > > I'm running against a wall here: I've recently installed EclipseME 1.7.9 > (I'm quite familiar with Eclipse and Java in general) and the SUN J2ME WTK > 2.5.2. Since then I'm stuck trying to get a HelloWorld running (this one > here > http://developers.sun.com/mobility/midp/articles/wtoolkit/src/HelloMIDlet.j >ava). > > Problem: The programme cannot be loaded and generates a null pointer > exception (see the error output below) followed by an even more > interessting security exception... > > At first I thought this had something to do with the Emulator and I > installed the programme directly onto the phone (Nokia) but that just > showed an 'unhandled exception' as well. > > Something I could see as the problem is the line 'Running with locale: > German_Switzerland.1252' then followed by 'Incorrect domain name, ...' Can > I change this somewhere, and what does the line actually mean? > > Am I missing any configurations? I just don't see, why a simple HelloWorld > by default would throw a SecurityException (not only in emulation, but on > the mobile as well). > > Mighty thanks, > BeyelerStudios > > Platform: Windows XP, Eclipse 3.3.1, EclipseME 1.7.9, SUN WTK 2.5.2 > EclipseME: installed and configured as described here > http://eclipseme.org/docs/installEclipseME.html (w/o Antenna though) WTK > Emulator: DefaultColorPhone > > And here's the output; note that this is generated before the HelloWorld > code is executed (which it isn't): > --------------------------------------------------------------------------- >--------------------- (-- comments) java.lang.NullPointerException > at > com.sun.kvem.comcon.jsr082.JSR082Bridge.initializeJSR082Support(Unknown > Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 >9) at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp >l.java:25) at java.lang.reflect.Method.invoke(Method.java:597) > at com.sun.kvem.sublime.MethodExecution.process(Unknown Source) > at com.sun.kvem.sublime.SublimeExecutor.processRequest(Unknown > Source) at com.sun.kvem.sublime.SublimeExecutor.run(Unknown Source) Running > with locale: German_Switzerland.1252 -- where can i change that (source of > security exception i guess)? Incorrect domain name, switching to > 'unidentified_third_party' > java.lang.SecurityException: unidentified_third_party domain is not > configured -- bad luck, ey? at > com.sun.midp.security.Permissions.forDomain(+118) > at com.sun.midp.dev.DevMIDletSuiteImpl.create(+51) > at com.sun.midp.dev.DevMIDletSuiteImpl.create(+74) > at com.sun.midp.main.Main.runLocalClass(+20) > at com.sun.midp.main.Main.main(+80) > Execution completed. -- not it has not, it hasn't even started yet!!! > 89703 bytecodes executed > 4 thread switches > 1665 classes in the system (including system classes) > 876 dynamic objects allocated (46812 bytes) > 1 garbage collections (0 bytes collected) > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users |
From: Beyeler L. <lbe...@st...> - 2008-10-10 22:08:43
|
Hi there, I'm running against a wall here: I've recently installed EclipseME 1.7.9 (I'm quite familiar with Eclipse and Java in general) and the SUN J2ME WTK 2.5.2. Since then I'm stuck trying to get a HelloWorld running (this one here http://developers.sun.com/mobility/midp/articles/wtoolkit/src/HelloMIDlet.java). Problem: The programme cannot be loaded and generates a null pointer exception (see the error output below) followed by an even more interessting security exception... At first I thought this had something to do with the Emulator and I installed the programme directly onto the phone (Nokia) but that just showed an 'unhandled exception' as well. Something I could see as the problem is the line 'Running with locale: German_Switzerland.1252' then followed by 'Incorrect domain name, ...' Can I change this somewhere, and what does the line actually mean? Am I missing any configurations? I just don't see, why a simple HelloWorld by default would throw a SecurityException (not only in emulation, but on the mobile as well). Mighty thanks, BeyelerStudios Platform: Windows XP, Eclipse 3.3.1, EclipseME 1.7.9, SUN WTK 2.5.2 EclipseME: installed and configured as described here http://eclipseme.org/docs/installEclipseME.html (w/o Antenna though) WTK Emulator: DefaultColorPhone And here's the output; note that this is generated before the HelloWorld code is executed (which it isn't): ------------------------------------------------------------------------------------------------ (-- comments) java.lang.NullPointerException at com.sun.kvem.comcon.jsr082.JSR082Bridge.initializeJSR082Support(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.kvem.sublime.MethodExecution.process(Unknown Source) at com.sun.kvem.sublime.SublimeExecutor.processRequest(Unknown Source) at com.sun.kvem.sublime.SublimeExecutor.run(Unknown Source) Running with locale: German_Switzerland.1252 -- where can i change that (source of security exception i guess)? Incorrect domain name, switching to 'unidentified_third_party' java.lang.SecurityException: unidentified_third_party domain is not configured -- bad luck, ey? at com.sun.midp.security.Permissions.forDomain(+118) at com.sun.midp.dev.DevMIDletSuiteImpl.create(+51) at com.sun.midp.dev.DevMIDletSuiteImpl.create(+74) at com.sun.midp.main.Main.runLocalClass(+20) at com.sun.midp.main.Main.main(+80) Execution completed. -- not it has not, it hasn't even started yet!!! 89703 bytecodes executed 4 thread switches 1665 classes in the system (including system classes) 876 dynamic objects allocated (46812 bytes) 1 garbage collections (0 bytes collected) |
From: Craig S. <cra...@se...> - 2008-10-10 01:21:25
|
In theory it is possible to run the preverifier separately, although it isn't something that has generally been done. To be honest, I've pretty much abandoned that code at this point. It has been really difficult to get it right and having questionable output is worse than no output. In the MTJ project, we have dropped the whole thing. I'm not going to "support" this preverifier, but I will say that in your case you need to make sure not to try to preverify the API implementation classes. You need to set them in the classpath, but not as something to be preverified. Sampo Syrjänen wrote: > Hi, > I'm trying to include preverification as part of my antenna build > process. I have a problem running the sun preverifier binary on my > server so instead I am trying to use the preverifier of eclipse me > project. I wrote a simple wrapper around ArchivePreverifier to run it > from command line. It seems to run allright. Now I however have a > problem with the preverification. Some classes report an > java.lang.UnsatisfiedLinkError. For example: > > Exception in thread "main" java.lang.UnsatisfiedLinkError: > javax.microedition.rms.RecordStore.getSlowingFactor()I > at javax.microedition.rms.RecordStore.getSlowingFactor(Native Method) > at javax.microedition.rms.RecordStore.<clinit>(RecordStore.java:2414) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:247) > at eclipseme.preverifier.internal.PreverificationClassNode.getTypeClass(Unknown > Source) > at eclipseme.preverifier.internal.PreverificationClassNode.validateType(Unknown > Source) > at eclipseme.preverifier.internal.PreverifierMethodNode.isDisallowedType(Unknown > Source) > at eclipseme.preverifier.internal.PreverifierMethodNode.visitLocalVariable(Unknown > Source) > ... > > The problem is the same in the eclipse plugin. > > Could you tell me > 1) if this thing I'm trying to do (running the preverifier of > eclipseme in my build process) is feasible. > 2) how to solve this problem. What is the cause? > > -Sampo Syrjänen > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > |
From: Craig S. <cra...@se...> - 2008-10-10 00:58:21
|
This can be done, but it is not as nice as it should be. You can use the device management functionality in EclipseME to create a new device definition and alter the libraries for the device. See http://eclipseme.org/docs/advDeviceMgmt.html for more information. María Amor Vázquez wrote: > Hi all! > > I am new both in Eclipse and EclipseME so maybe my question will sound a > little obvious for you. I've been trying Sun's Wireless Toolkit, and > now I want to use it with Eclipse, that's why I installed EclipseME. > With the Wireless Toolkit I could select which APIs I wanted to include > in my project, but now when I use Eclipse it just includes all the > libraries and when there are several versions of an API it chooses the > most recent one. For example it takes MIDP 2.1 instead of MIDP 2.0. > What can I do to select the exact APIs that I want? > > Thank you very much in advance > > María > > Ps. If my question should not be sent here, could you tell me an > appropiete place to send or post it? > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > |
From: S. S. <shs...@gm...> - 2008-10-09 13:50:30
|
Hi, I'm trying to include preverification as part of my antenna build process. I have a problem running the sun preverifier binary on my server so instead I am trying to use the preverifier of eclipse me project. I wrote a simple wrapper around ArchivePreverifier to run it from command line. It seems to run allright. Now I however have a problem with the preverification. Some classes report an java.lang.UnsatisfiedLinkError. For example: Exception in thread "main" java.lang.UnsatisfiedLinkError: javax.microedition.rms.RecordStore.getSlowingFactor()I at javax.microedition.rms.RecordStore.getSlowingFactor(Native Method) at javax.microedition.rms.RecordStore.<clinit>(RecordStore.java:2414) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at eclipseme.preverifier.internal.PreverificationClassNode.getTypeClass(Unknown Source) at eclipseme.preverifier.internal.PreverificationClassNode.validateType(Unknown Source) at eclipseme.preverifier.internal.PreverifierMethodNode.isDisallowedType(Unknown Source) at eclipseme.preverifier.internal.PreverifierMethodNode.visitLocalVariable(Unknown Source) ... The problem is the same in the eclipse plugin. Could you tell me 1) if this thing I'm trying to do (running the preverifier of eclipseme in my build process) is feasible. 2) how to solve this problem. What is the cause? -Sampo Syrjänen |
From: María A. V. <ma...@tr...> - 2008-10-07 11:16:51
|
Hi all! I am new both in Eclipse and EclipseME so maybe my question will sound a little obvious for you. I've been trying Sun's Wireless Toolkit, and now I want to use it with Eclipse, that's why I installed EclipseME. With the Wireless Toolkit I could select which APIs I wanted to include in my project, but now when I use Eclipse it just includes all the libraries and when there are several versions of an API it chooses the most recent one. For example it takes MIDP 2.1 instead of MIDP 2.0. What can I do to select the exact APIs that I want? Thank you very much in advance María Ps. If my question should not be sent here, could you tell me an appropiete place to send or post it? |
From: alison c. <alc...@gm...> - 2008-10-07 04:32:45
|
"jeroen somhorst" <j.s...@gm...> writes: >> Under "Window/Preferences" menu option appears J2ME and after choosing >> "Device Management", pressing "Import", specifying the search directory to >> my root "C:/" and pressing "Refresh" button, the search is ending with >> "Error searching for devices" and of course no device is found. >> According to the EclipsMe installation and configuration instructions it >> should find some devices but in my case there are none. What did I miss ? I had what sounds like the same problem initially. I found the answer in the eclipseme-users archive: Re: [Eclipseme-users] Device Management Issue From: <andreas.boehme@re...> - 2007-07-10 08:19 You need to specify the root-directory of your WTK, e.g. "C:\Programs\WTK2.2" (maybe you have to hit <TAB> to make the Plugin process the given path). Here is a longer description: The key turned out to be hitting the <TAB> key with the cursor in the pathname window. Here are the details: 1. Installed " Sun JavaTM Wireless Toolkit for CLDC Version 2.5.2" that I downloaded from Sun's website into /usr/java/WTK2.5.2. Checked that "emulator" program runs. 2. Installed EclipseME from SourceForge and its script for installation. 3. Started Eclipse and chose "Windows . . . Preferences . . . J2ME." 4. In the J2ME main level, set "WTK Root" to /usr/java/WTK2.5.2. 5. Under "Device Manager," chose "Browse" and used cursor to select /usr/java/WTK2.5.2 again. No devices appear in the list, even after clicking refresh. 6. Followed advice on EclipseME mailing list to "chown chaiken" all the directories in the /usr/java/WTK2.5.2 hierarchy and tried again. Still doesn't work. 7. Tried this suggestion from the eclipseme-users archives: Re: [Eclipseme-users] Device Management Issue From: <andreas.boehme@re...> - 2007-07-10 08:19 You need to specify the root-directory of your WTK, e.g. "C:\Programs\WTK2.2" (maybe you have to hit <TAB> to make the Plugin process the given path). Yes, that's it! Hitting <TAB> with the cursor in the path window causes the list of devices to be populated! See WorkingDeviceManager.png for the result. 8. One more step: Right-click on project name and choose "Run As . . . Run Configurations." Pick the "Emulation" tab and choose "Specific device" and select down to something appropriate (say "Default color phone"). Click "Apply." 9. Click "Run" button. Emulator appears! HTH. -- Alison -- Alison Chaiken (650) 279-5600 (cell) http://www.exerciseforthereader.org/ Poverty denotes a lack of necessities and simplicity a lack of needs. -- Dervla Murphy, _Full Tilt_ |
From: Craig S. <cra...@se...> - 2008-10-05 16:53:34
|
Diego, I had not noticed this change in Ganymede. This is a pretty major change and to be honest I can't imagine why they made it. At this point, the only way I can imagine doing this is by using a separate project to access the classes you don't want preprocessed and then add that to the build path of the project that is preprocessed. I can do some digging to try to understand why that change was made and why it was made. Unfortunately, there is no quick solution that I can see. Craig Diego Tognola wrote: > Hi all, > > I'm using Ganymede and my project has two source directories. But I would only > like to export the classes of one source directory to other JME projects. Now > with Ganymede it looks like disabling the export of source directories has > been removed (why ??). > > So how can I get the preverification to ignore the 2nd source directory ? > > Cheers, > Diego > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > |
From: Setera C. <cra...@se...> - 2008-10-03 10:41:57
|
You need to use the version at http://eclipseme.org/testversions. I'd also recommend that you consider switching over to using MTJ from the Eclipse project. It is the EclipseME code with a lot of good fixes and some new features too. On Oct 3, 2008, at 3:25 AM, jeroen somhorst wrote: > You should specify the wtlk root > > On Fri, Oct 3, 2008 at 9:23 AM, Ma K <mak...@ya...> wrote: > Hi > > I use Eclipse version 3.4.1 and I installed EclipseMe via "Help/ > Sofware" updates menu option. > Under "Window/Preferences" menu option appears J2ME and after > choosing "Device Management", pressing "Import", specifying the > search directory to my root "C:/" and pressing "Refresh" button, the > search is ending with "Error searching for devices" and of course no > device is found. > According to the EclipsMe installation and configuration > instructions it should find some devices but in my case there are > none. What did I miss ? > > Does anyone have a clue ? > > Thanks in advance > > Erin > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > > > > > -- > Yours Sincerely, > > Dhr. J.Somhorst > Kraneveld 24 > 5941 NC VELDEN > > Tel: 077 472 0350 > Mob: 06 135 75 092 > @ : j.s...@gm... > www: http://www.jeroensomhorst.eu/ > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users |
From: jeroen s. <j.s...@gm...> - 2008-10-03 08:25:25
|
You should specify the wtlk root On Fri, Oct 3, 2008 at 9:23 AM, Ma K <mak...@ya...> wrote: > Hi > > I use Eclipse version 3.4.1 and I installed EclipseMe via "Help/Sofware" > updates menu option. > Under "Window/Preferences" menu option appears J2ME and after choosing > "Device Management", pressing "Import", specifying the search directory to > my root "C:/" and pressing "Refresh" button, the search is ending with > "Error searching for devices" and of course no device is found. > According to the EclipsMe installation and configuration instructions it > should find some devices but in my case there are none. What did I miss ? > > Does anyone have a clue ? > > Thanks in advance > > Erin > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > > -- Yours Sincerely, Dhr. J.Somhorst Kraneveld 24 5941 NC VELDEN Tel: 077 472 0350 Mob: 06 135 75 092 @ : j.s...@gm... www: http://www.jeroensomhorst.eu/ |
From: Ma K <mak...@ya...> - 2008-10-03 07:23:49
|
Hi I use Eclipse version 3.4.1 and I installed EclipseMe via "Help/Sofware" updates menu option. Under "Window/Preferences" menu option appears J2ME and after choosing "Device Management", pressing "Import", specifying the search directory to my root "C:/" and pressing "Refresh" button, the search is ending with "Error searching for devices" and of course no device is found. According to the EclipsMe installation and configuration instructions it should find some devices but in my case there are none. What did I miss ? Does anyone have a clue ? Thanks in advance Erin |
From: Diego T. <di...@to...> - 2008-09-30 04:58:34
|
Hi all, I'm using Ganymede and my project has two source directories. But I would only like to export the classes of one source directory to other JME projects. Now with Ganymede it looks like disabling the export of source directories has been removed (why ??). So how can I get the preverification to ignore the 2nd source directory ? Cheers, Diego |
From: Diego T. <di...@to...> - 2008-09-29 07:21:19
|
Hi Marcel, I am still not sure what is causing this. I have started taking backups of all directories involved* and thus keeping a 'last known good' state. Reverting to this seems to fix it. As this reverting usually requires a refresh/build, there are still many open parameters as to what breaks it. I find that once it starts to happen, it is almost impossible to get the debugging going again. Thus my approach to completely reverse all settings. *the directories are: ${home}/.eclipse /usr/local/bin/eclipse (or corresponding eclipse root dir) ./metadata of workspace I will post if I manage to locate the cause, of course. Cheers, Diego On Monday 29 September 2008 16:55:07 Marcel Ruff wrote: > Hi Diego, > > i experience the same here on several similar systems as yours. > It occassionally happens - consistently the last year(s). > I think a SIGSEGV is a crash from a underlying C-lib, > and a strace or similar could probably show the location. > But i have not investigated in this issue yet, > please post if you find a solution, > > thanks > Marcel > > Diego Tognola schrieb: > > Hi all, > > > > I'm having difficulties launching midlets in debug mode. I've configured > > the Debug settings as directed on the web page, but after a few seconds, > > the WTK crashes. Running the same launch configuration works fine. > > > > --> How can I get more information/log statements ? > > --> How is the WTK launched and where are the settings defined (port, > > JDK, ..) ? > > > > Any hints appreciated :-) > > Diego (digging into the source now) |
From: Marcel R. <mr...@ma...> - 2008-09-29 07:07:59
|
Hi Diego, i experience the same here on several similar systems as yours. It occassionally happens - consistently the last year(s). I think a SIGSEGV is a crash from a underlying C-lib, and a strace or similar could probably show the location. But i have not investigated in this issue yet, please post if you find a solution, thanks Marcel Diego Tognola schrieb: > Hi all, > > I'm having difficulties launching midlets in debug mode. I've configured the Debug settings as directed on the web page, but after a few seconds, the > WTK crashes. Running the same launch configuration works fine. > > --> How can I get more information/log statements ? > --> How is the WTK launched and where are the settings defined (port, JDK, ..) ? > > Any hints appreciated :-) > Diego (digging into the source now) > > > > > ENVIRONMENT: > ============= > - Eclipse 3.4 > - openSUSE 11.0 (32-bit) > -java version "1.6.0_07", Java(TM) SE Runtime Environment (build 1.6.0_07-b06), Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode) > > > CONSOLE OUTPUT > ================ > Connecting to 127.0.0.1 on port 2800 > Waiting for debugger on port 54526 > Waiting for KVM... > Running with storage root /home/diego/j2mewtk/2.5.2/appdb/storageroot > Running with locale: en_GB.UTF-8 > Running in the manufacturer security domain > Connected to KVM > Connection received. > /dev/dsp: Device or resource busy > received signal SIGSEGV > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > > -- Marcel Ruff http://www.xmlBlaster.org http://watchee.net Phone: +49 7551 309371 |
From: Diego T. <di...@to...> - 2008-09-25 15:51:36
|
For Eclipse 3.4 you need to grab it from: http://eclipseme.org/testversions Good luck, Diego On Thursday 25 September 2008 13:38:47 Richard Bailey wrote: > I've downloaded v1.7.9[0] and I'm trying to install it on Eclipse 3.4 > but I'm not having much luck... > > When I point the Software Updates dialog at the zip downloaded it > correctly picks up the local site but when I tell it to install it gets > stuck forever while trying to resolve dependencies. This also happens > when I use the EclipseME update site[1]. > > Any suggestions? > > Thanks > -Richard > > [0] > http://sourceforge.net/project/downloading.php?group_id=86829&use_mirror=in >ternap&filename=eclipseme.feature_1.7.9_site.zip&13627713 > > [1] http://www.eclipseme.org/updates > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users |
From: Setera C. <cra...@se...> - 2008-09-25 11:27:42
|
THis is likely due to the new maintenance release that just happened yesterday... Eclipse servers were likely swamped with people downloading that. On Sep 24, 2008, at 11:29 PM, Dave Latham wrote: > I saw the same problem today trying to install Google's Android plug > in. I have a feeling the Eclipse update site is having problems > right now. > > http://groups.google.com/group/android-developers/browse_thread/thread/c02bf0d0db48e3bc/9b83b1e0ee0b0415?hide_quotes=no > > On Wed, Sep 24, 2008 at 8:38 PM, Richard Bailey <rb...@ga...> > wrote: > I've downloaded v1.7.9[0] and I'm trying to install it on Eclipse 3.4 > but I'm not having much luck... > > When I point the Software Updates dialog at the zip downloaded it > correctly picks up the local site but when I tell it to install it > gets > stuck forever while trying to resolve dependencies. This also happens > when I use the EclipseME update site[1]. > > Any suggestions? > > Thanks > -Richard > > [0] > http://sourceforge.net/project/downloading.php?group_id=86829&use_mirror=internap&filename=eclipseme.feature_1.7.9_site.zip&13627713 > > [1] http://www.eclipseme.org/updates > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users |
From: Dave L. <la...@da...> - 2008-09-25 04:29:48
|
I saw the same problem today trying to install Google's Android plug in. I have a feeling the Eclipse update site is having problems right now. http://groups.google.com/group/android-developers/browse_thread/thread/c02bf0d0db48e3bc/9b83b1e0ee0b0415?hide_quotes=no On Wed, Sep 24, 2008 at 8:38 PM, Richard Bailey <rb...@ga...> wrote: > I've downloaded v1.7.9[0] and I'm trying to install it on Eclipse 3.4 > but I'm not having much luck... > > When I point the Software Updates dialog at the zip downloaded it > correctly picks up the local site but when I tell it to install it gets > stuck forever while trying to resolve dependencies. This also happens > when I use the EclipseME update site[1]. > > Any suggestions? > > Thanks > -Richard > > [0] > > http://sourceforge.net/project/downloading.php?group_id=86829&use_mirror=internap&filename=eclipseme.feature_1.7.9_site.zip&13627713 > > [1] http://www.eclipseme.org/updates > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > |
From: Richard B. <rb...@ga...> - 2008-09-25 03:59:15
|
I've downloaded v1.7.9[0] and I'm trying to install it on Eclipse 3.4 but I'm not having much luck... When I point the Software Updates dialog at the zip downloaded it correctly picks up the local site but when I tell it to install it gets stuck forever while trying to resolve dependencies. This also happens when I use the EclipseME update site[1]. Any suggestions? Thanks -Richard [0] http://sourceforge.net/project/downloading.php?group_id=86829&use_mirror=internap&filename=eclipseme.feature_1.7.9_site.zip&13627713 [1] http://www.eclipseme.org/updates |
From: Parag C. <PAR...@OR...> - 2008-09-25 00:05:58
|
Hi Ariel, The CLDC/MIDP stack provides no internationalization facilities; hence, you will not find any editor for creating localized resources in EclipseME. You may want to take a look at J2ME Polish. Not sure, but I think it attempts to provide some localization support. Regards, Parag Chandra ----- Original Message ----- From: "Ariel Pashtan" <ar...@aw...> To: "ecl...@li..." <ecl...@li...> Sent: Wednesday, September 24, 2008 7:36:12 PM (GMT-0500) America/New_York Subject: [Eclipseme-users] i18n resource editor Hi, Is there an EclipseME resource editor for use in creating a localization file? If not, how would you create such a file? Thanks! Ariel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Eclipseme-users mailing list Ecl...@li... https://lists.sourceforge.net/lists/listinfo/eclipseme-users |
From: Ariel P. <ar...@aw...> - 2008-09-24 23:34:00
|
Hi, Is there an EclipseME resource editor for use in creating a localization file? If not, how would you create such a file? Thanks! Ariel |