Re: Mobile Programming Programming Software Development by jwenting JME is a subset of JSE. The programming itself is pretty … specific hardware you're programming for into account when programming JME as there are differences between brands that… Starting mobile development [SDK / tutorials / resources / faq] Programming Mobile Development by peter_budo …gettingstarted.html) )or any other IDE with support of JME Custom Wireless Toolkit (to download one you have to …/downloads/) ) Recommended books by me :* To start with JME [Beginning J2ME: From Novice to Professional 3rd Edition](http://www….htm) - is a collection of basic tutorials for JME, but please be aware it does lack explanation to … Re: Starting mobile development [SDK / tutorials / resources / faq] Programming Mobile Development by peter_budo … filter results as they have this as mixed resource for JME, Android, Symbian, Flex and other technologies they run on their… Sorting contacts Programming Software Development by peter_budo … phone book for mobile device with use of Java Microedition (JME). At the time I had no time to play around…){ numberLabel = number;} public String getNumberLabel(){ return numberLabel;} }[/code] Problem with JME is that only Vector, HashMap and array are available. I… Re: Sorting contacts Programming Software Development by javaAddict … them with the above method. Again, I have never used JME and I don't know if you can use this… Re: Sorting contacts Programming Software Development by peter_budo ….5.124.55/javame/reference/apis/jsr118/index.html"]JME[/URL]. I did consider try to sort contacts as I… Re: Sorting contacts Programming Software Development by javaAddict Can't you use the Vector argument by reference ? : [CODE] Vector v = new Vector(); method(v); System.out.println(v.get(0)); void method(Vector v) { v.add("1234"); } [/CODE] Maybe it cannot be done since I don't know how JME really works or how you have written your code Re: Sorting contacts Programming Software Development by peter_budo … do some changes because there is no set() method in JME. I think I been to preoccupied with trying to sort… About object creation. Programming Software Development by WalkmanXD Does java create an object in runtime or in compiletime ? Another Question : For embeded system [i.e. mobile phone] that have small memory, what happened if I created large number of objects ? Does JME [Java Micro Edition] uses Garbage Collector to free memory ? and how Virtual Machine knows that this object is dead ? Re: About object creation. Programming Software Development by majestic0110 I believe that if you want to create objects at runtime you need the reflection api, although I am not certain of this. With regards to JME I am unsure of whether it uses the GC but my guess would be yes. A VM knows when an object is dead when all references to it are gone. Hope this helps! Re: About object creation. Programming Software Development by majestic0110 After some research I have discovered that JME does in fact use the Garbage collection algorithm. However, there is no finalize method(to simplify garbage collection) when interacting with objects to prevent object resurrection. HTH Threads - need little help Programming Software Development by peter_budo …, therefore I'm asking for help. Currently I working on JME application where I need to load mp3 files into Player… Is MySQL and PHP ADMIN MySql are diiferent? Programming Databases by Hakoo Hello Friends, I am working in JME. Now, I have situation in which, I suppose to connect with Database which has been used with PHP. So, How can I access to Mysql? As usual same as to connect mysql with JDBC? Is Mysql and Mysql in WAMP Server different? Please Reply. Thanking You, Hakoo Desai. Is MySQL and PHP ADMIN MySql are diiferent? Programming Web Development by Hakoo Hello Friends, I am working in JME. Now, I have situation in which, I suppose to connect with Database which has been used with PHP. So, How can I access to Mysql? As usual same as to connect mysql with JDBC? Is Mysql and Mysql in WAMP Server different? Please Reply. Thanking You, Hakoo Desai. NoClassDefFoundError - Not Understanding. Programming Mobile Development by rue64ja … defined at javax.microeditoin.io.PushRegistry… ??? I've checked the JME API and as sure as the sun shines the class… Re: NoClassDefFoundError - Not Understanding. Programming Mobile Development by rue64ja … defined at javax.microeditoin.io.PushRegistry… ??? I've checked the JME API and as sure as the sun shines the class… Re: About me. Community Center Say Hello! by peter_budo …it gives you more resources to work with then JME. However for both of them you can try …feedback. Main issue with the project was that JME is not able to run on top of… there is no text-to-speech library for JME (there are some for traditional Java, but as…promise of such library for new release of JME, new JME should come out this month.). I think … Re: Final Year Project :(Bsc(Hons) in Computing) Programming Software Development by peter_budo … you haven't been touched at school. With Java Microedition (JME)there is no big deal, it is easy to start… love it or hate it with passion. Same as with JME Android has some good books and plenty of resources, plus… really need device as their emulator is more sophisticated then JME one. JME starting guide can be found [URL="http://www… Re: Hi i am thinking about using java to write a Program for Cell phones Programming Mobile Development by peter_budo … issues [*]Java Microedition - in contrast to C# and Symbian, JME is portable to all devices expect iPhone so you have… as necessary plus huge community support. Main disadvantage is JME is not able query underlying phone OS as C# … there is special "Starting Java" post for JME, [URL="http://www.daniweb.com/forums/post646446-14.… Re: NoClassDefFoundError Programming Mobile Development by masijade Now I see that you are using JME, and not directly instatiating a sun.* class. Points 2 and 3 still apply, however, just you need to look at the JME documentation. That is as far as I can go know, I don't do anything with JME, myself. Re: File lock using J2ME Programming Mobile Development by peter_budo … file lock using >> I'm not aware that JME provide such file access j2ME for mobile files...Can you…;There is minimum difference between WTK 2.5.2 and JME SDK 3 I am designing it for symbian. >>… you would know that any device that has JVM for JME it would able to run, as long it has necessary… Re: WeFiSetup? and FsUSBexservice.exe Hardware and Software Information Security by HeidiGiller …\jmcr.sys --> C:\Windows\system32\DRIVERS\jmcr.sys [?] R3 JME;JMicron Ethernet Adapter NDIS6.20 Driver (Amd64 Bits);C:\Windows…\system32\DRIVERS\JME.sys --> C:\Windows\system32\DRIVERS\JME.sys [?] R3 NETw5s64;Intel(R) Wireless WiFi… Re: J2ME database connection and attach DB to JAR file Programming Mobile Development by peter_budo There been never intention of bringing serious database to JME devices due to limited processing and memory of the devices. … there hasn't been much of progress in JME devices and that new JME sdk 3 is just rubbish that didn't… Re: can i run jar file in win ce os Programming Mobile Development by tonakai i think you need J2ME (JME) many PDA can run JME MIDP 1.1 and MIDP 2.0 [URL]http://java.… Re: 3d Java Help Please ? Programming Software Development by ~s.o.s~ … game engine like [URL="http://betaville.bxmc.poly.edu/jme/"]jME[/URL]. The first approach requires you to write all… Re: Mobile simulator Programming Software Development by peter_budo They are called emulators and used for basic testing of application developed with Java Microedition (JME) or any other language involved in mobile development. If you want to get some info on JME emulators read [URL="http://www.daniweb.com/forums/post646446.html#post646446"]this[/URL] Re: J2me sdk 3.0 tutorials needed for a begginers Programming Mobile Development by peter_budo There are not that many tutorials for JME SDK3 as it just little different from JME WTK 2.5.2 and if you… Re: Mobile phones to execute j2me MIDlet programs Programming Mobile Development by peter_budo Most of the standard phones let you run JME applications with no problems (only limitation is libraries available to device) There are some Windows CE based that do not support JME and iPhone with Android are NO-NO for midlets. You need to just check specifications of the mobile device to see if it does support Java Re: HELP!!! mobile application using java Programming Mobile Development by masijade NetBeans has a JME development environment as do most other "mainstream" IDE's. Choose one and try it out (they are also able to emulate JME run environments), but you [i]will[/i] need one of the devices to deploy to to test it properly. Re: help me Programming Software Development by peter_budo Java Microedition doesn't provide tools to deal with this. Http connection here is not use for reading web site through browser but accessing raw data. So either you use it only for simple server-client communication or develop JME mobile browser (if I may I would recommend to drop option 2 as JME is almost dead...).