Wireless tool kit EXAMPLE

hi,
im trying to install and run the J2ME Wireless Toolkit with eclipseme and i followed all the steps ,but the problem now is that i need an example to make the wireless tool kit works to see if it was successfully installed or not. PLEASE IF ANY ONE HAS AN EXAMPLE EVEN A SMALL ONE PLEASE SEND ME AS SOON AS POSSIBLE OR CONTACT ME ON MSN [email protected] ,JUST TO HELP ME SEENING THE KIT WORKING, COZ I HAVE A PROJECT USING WIRELEE TOOL KIT..
THAX ALOT
HAIDI

here you go
http://www.devx.com/tips/Tip/20098
kari-matti

Similar Messages

  • Following error occurring when running application in wireless tool kit

    Hi
    Following error occurring when running application in wireless tool kit
    java/lang/ClassFormatError: Bad version information.
    can any suggest y ?

    Hi,
    I am also facing the same problem......................
    java/lang/ClassFormatError: Bad version information
    The error occurs when I try to simulate the mobile device using wireless tool kit. Does it have anything to do with the antivirus/firewall running on my system?
    Did Ram get a solution to his problem? Can anybody please help?
    Many Thanks
    Merin
    HI
    Sorry i could not find any related information there
    the version of wireless toolkit i am using is 2.1
    well in release notes its given that it also
    supports cldc1.0 and midp1.0
    presently i am using cldc1.0.4 and midp1.0.3
    versions
    is there any version compatability error
    please suggest me its quite urgent

  • Sip API Configraution with Wireless Tool Kit

    I am trying to work on SIP API, for that I need to be able to configure SIP API with my wireless tool kit so that I will be able to use
    javax.microedition.sip.*
    package. I have downloaded the JSR 180 and I am using 3.0 beta ver of Wireless tool kit also using Nokia and samsung tools kits. IDES I am using is JBuilder2006 and Eclips3.0. Plzz help me to solve this problem I will be very thankful to you. It will be very nice if u also e-mail the solution to [email protected]
    Regards,
    shani06

    here you go
    http://www.devx.com/tips/Tip/20098
    kari-matti

  • Midlet working in wireless tool kit but not in real mobile

    I have created a midlet having a login form which will ask for username and password. once enter the details and click on submit button it will invoke servlet in our server. servlet connects to ms-access database and checks for autthentication and send valid or invalid message to the midlet. if it is valid then menu will be displayed otherwise display message login incorrect. it is working properly in the j2me wireless toolkit(emulator). but when the application is deployed in the mobile it is always getting in valid message and displaying login incorrect form.
    i am using apache as a webserver and it is connected to the tomcat using mod_jk to run servlets/jsps.
    thanks and regards
    phani.

    Crossposted:
    http://forum.java.sun.com/thread.jspa?threadID=710465

  • Midlet working in wireless tool kit but not real mobile

    I have created a midlet having a login form which will ask for username and password. once enter the details and click on submit button it will invoke servlet in our server. servlet connects to ms-access database and checks for autthentication and send valid or invalid message to the midlet. if it is valid then menu will be displayed otherwise display message login incorrect. it is working properly in the j2me wireless toolkit(emulator). but when the application is deployed in the mobile it is always getting in valid message and displaying login incorrect form.
    i am using apache as a webserver and it is connected to the tomcat using mod_jk to run servlets/jsps.
    thanks and regards
    phani.

    Hi
    Does the data that you send from your application reach the server?
    Mihai

  • How to install wireless tool kit on linux

    i try to install wtk as said here
    :http://www.jg.inf.ethz.ch/wiki/Mobile/Instructions01
    at last step while extracting files from the source
    ,an error occurs::
    Extracting the installation files...
    ./j2me_wireless_toolkit-2_2-linux-i386.bin: line 362: /opt/sun-jre/bin/jar: no such a directory or file
    Failed to extract files. Installation will stop now.
    Please try to install J2ME Wireless Toolkit again, or contact [email protected] for assistance.
    what is the problem i have done all the procedure?
    THX FOR YOUR REPLIES

    I might be able to answer if you have a specific question, given I have done this on RH3 (which is my development environment). Have been using on both 6i c/s and 10g iDS on Linux for a while.

  • Executing the SIM Tool kit example given in Annex D, 43.019

    Dear All,
    I have gone through the TS 43.019, at the end it contains some source code available for SIM Api's.
    So could you please help me in steps to be taken in executing this example given in Annex D.
    Regards,
    Vishnu.

    1) SIM API is required to develop Applet to be put into __SIM__ card and hence to be used to build GSM-related functionalities through interaction with the : user, the mobile phone and the GSM Network.
    The SIM card then MUST be put into a SimToolikt-capable mobile phone
    2) Yes, it's enough to use all the "commands" specified in TS GSM 11.14. If there will be a limitation, it is generally due to the Mobile phone.
    3) Yes you cas use it. And you can make it simpler by using the "jars" provided with JCOP (prior to 3.0, cause SIM Developpement has been abanodoned by JCOP Team).
    4) look for some Tutorial ;)
    Basically, a SIMToolkit Applet = a JavacardApplet + more functionlities.
    An STK Applet extends the Applet Class, but also implements the ToolitInterface.
    you have just to import the required API :
    import sim.access.*; // access to GSM FileSystem
    import sim.toolikt.*; // the STKSTK is much amazing to use tha n pure javacard, as it's event-oriented. You Applet will do some action each time it intercepts a particular event : the use dial a number, the mobile receives an SMS (OTA or no), the user selects an item within a menu, the Mobile sends a Status command to the SIM, etc.
    it took me about 4 month to be able to master the STK/OTA and develop commercial quality Applets.
    it's just a matter of time, but I see it will be very hard for you do do the job in one day :-p

  • Is there any blog or examples to handle the errors without using ESB tool kit.

    Hello,
    I have been trying to work with error handling since last week but I dont understand how to construct the error message. Is there any blog or examples to explain handle the errors step by step from scratch without using ESB tool kit.Can anybody help me out.
    Thanks in advance.

    You can use option 3 to construct the error message inside orchestration.
    Before using a BizTalk XML Message inside an orchestration, it must first be constructed. In fact this is just populating the message with XML. If there is an attempt to use this message before it is constructed, the above error will come. Some messages
    come pre-constructed, such as messages that originate from a send port
    There are several ways to construct a message inside an orchestration:
    Create a new message from an existing message using BizTalk map
    Assign one message to other(i.e. creating a copy of an existing message)
    Creating a message with the help of a System.XML.XMLDocument variable
    We have to first declare an orchestration variable of type XmlDocument. Then in a message assignment shape, we need to do something like this:
    myxmlDoc = new XmlDocument();
    myxmlDoc.LoadXML("<somexmlhere></somexmlhere>")
    myMsgBeingConstructed = myxmlDoc;
    Abhijit Mahato - Microsoft Community Contributor 2011 - MCTS BizTalk Server blog: http://abhijitmahato.wordpress.com/ Please "Mark as Answer" if Post has Answered the Question

  • Report generation tool kit not printing

    I had the report generation tool kit version 1.01 for some time but never used it. I was comfortable with printing front panel vi 's.
    But now I installed it on my computer with a windows 2000 and LabView 6.02 .
    I created an application (executable) that will print (using the report
    genartion tool kit). The application works fine in my development computer
    (win 2000).
    When I installed it on another computer with a win 2000, it prints as
    expected
    but when I try to exit I get a message from windows that the application is not responding (I have to go to task manager and terminate the application).
    Both computers have word and Excell installed
    I installed the application on a third computer (win 2000), but this com
    puter does not have word or excell installed. The application does not print the
    portion of the software that uses the report generation tool kit, but it can print the front panel of vi's (set to print an end of excution).
    In all 3 computers, I have runtime engine 6.02 installed. My vi is simply
    the example vi ""Sample test report.vi"", but customized to my application, printing standard report.
    What is happening ?

    Based on what you sent, the version of Excel and Windows that are being used is a non issue since none of the code makes any calls to either one. They all refer to the older version of the report generation VIs that use NI's proprietary report generator.
    I can think of two explainations. First, you aren't using what you think you are. Second, NI retained the same VI names when they went to the Word/Excel version of the generator, and I am linked into the old version.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Excel MSGraph Axis Value w/ Report Gentration Tool kit help needed

    Hello,
    I am working on making all my Printed Data sheets dynamic so I don't need to have an Excel Template for each test I create. I have been able to make my own modifications to some of the Report Generation tool kit VIs to add little things I need or want changed, but I am stuck.
    I currently have LabVIEW writing Charts in Excel, using the Insert Graph VIs from the tool kit but I want to be able to make the X Axis Values invisible but leave the Y values for this particular data sheet.  I have looked through all my documentation but cannot find anything referring to setting that.
    What is the correct ActiveX Method and/or Property that I need to incorporate to do this? I found that in Excel if I click on the Chart it is in the Chart Options Menu but I cannot find a way to control it through LabVIEW.
    I am currently using 7.1.1 with Office 98 and the Report Generation Toolkit 1.1.0
    Any ideas?
    Thanks
    Jeff
    Jeff D.
    OS: Win 7 Ultimate
    LabVIEW Version: 2011,2010,2009 installed
    Certified LabVIEW Architect

    Hello,
    LabVIEW should have access to everything that the excel ActiveX object publishes.  One way to discover how to do it would be to record a macro in excel, where your recorded actions are on the x-axis as you desire.  This way you will have a macro which you can run that will do this for you.  Perhpas more importantly, you will then be able to look at the code for that macro you recorded, and make the equivalent calls in LabVIEW, which should basically expose which ActiveX calls on that object achieve the axis modification.  In any event, to help you with this process, below are some useful links.  Also, you will find other threads on this matter if you search the discussion forums.
    Excel and LabVIEW Integration Tutorial:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/4d86c9752c658da78625689300730c10
    Here are links to examples of using macros in Excel from LabVIEW:
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DD2F56A4E034080020E74861&p_...
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3D9D856A4E034080020E74861&p_...
    I hope this helps!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • How to configure MDT tool kit files and UDI settings to enable lite touch installation

    please assist me for lite touch installation. i have integrated MDT 2013 with SCCM 2012 R2 then not sure what next? like how to configure MDT tool kit files and UDI settings to enable lite touch installation

    Here are some examples:
    http://www.windows-noob.com/forums/index.php?/topic/5250-using-sccm-2012-rc-in-a-lab-part-18-deploying-a-udi-client-task-sequence-with-mdt-2012-rc1-integrated-in-configuration-manager-2012/
    http://damonjohns.com/2013/08/20/integrating-udi-into-your-sccm-osd-task-sequences/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Report Generation Tool Kit

    Hi,
    I have LabView7.1 and Labview8.0 installed in my pc.Recently i installed Report generation tool kit(version 1.0.1.0)
    In the functions palette i couldnt able to see the Excel Specific VI sub palette and Word Specific VI sub palette.
    Can u tell me what is the problem
    Regards
    Meenatchi

    You can not see it in either version?  Or has it been installed to the wrong version?  There has been postings on this board regarding how to get it to install to multiple versions.  I have not found tha to work.  I go in a 'manually' copy the VIs from add-ons, examples, and help to the latest version of LabVIEW that I have.  But if you look here you should find the help you need.
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • Query using database connectivity tool kit

    I'm currently using an application that can read and write from an access database using labview. My problem is that I want to somehow have a query (hopefully just using the tool kit) that searches the database and displays the results in the read screen. I uploaded the program... can someone please take a look at it and try to help me out. I know the "look up screen" is a little messy, but i'd greatly appreciate any help you can give me.
    Thanks
    Attachments:
    hail_mary3a.vi ‏198 KB

    I am unable to look at your program, since I am using an older version, but here is an example of what I do to display query results. I just do an SQL query and display it in a table. All data must be converted to strings first, though.
    Attachments:
    Access_Query_Example.vi ‏116 KB

  • LabVIEW Full Development System 7.1 and tool kit

    hello, i am confusing about the LabVIEW Full Development System 7.1 product.
    what is thats means? any different of standard Ni LabVIEW 7.1. Is the full development system is already includes a tool kit.
    i want to open an example file from this page...(http://zone.ni.com/devzone/cda/epd/p/id/5146) , i am using LabVIEW 7.1 student edition. It say file not found...( http://forums.ni.com/attachments/ni/170/292574/1/file%20not%20found.JPG)
    and also i would like to know about the tool kit from this page...(http://sine.ni.com/nips/cds/view/p/lang/en/nid/12855)
    is this the reason why the file not found when i open the am_modulation.vi because i don't have this product? thanks
    zull azym
    research assistant
    Tun Hussein Onn University of Malaysia

    I have found your original question and the attached VI.
    am_modulation.vi you have attached was saved in LV 8.0. You do not need the modulation toolkit to open the VI. I redownloded the VI from the NI web page and it was stored in LV 8.0 too. I made a comment on this on the page.
    I have attached the converted VI.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions
    Attachments:
    am_modulation.zip ‏2535 KB

  • Installing FM8 Plug-in for DITA Open Tool Kit

    Dear all,
    I am facing some issues while installing the DITA Open Tool Kit.
    Please help me resolve this issue.
    Details below:
    - I have FM 8 installed on my laptop.
    - I am installing the Dita OT version 1.2.2 using the installation instructions given on the adobe site.
    - I have already installed the Java Development Kit, Apache Ant, JavaHelp, SAXON, an XSLT and Microsoft® HTML Help
    - I have tested the build and its successful.
    NOW, when I launch FM 8 I just don't see the DITA menu. I am so confused.
    And my FM seems to be too slow.
    I have checked and re-checked all the installation steps and I don't think I have missed any step. But DITA menu does not appear.
    Please help. Thanks in advance.

    Regarding my recent build failure from the DITA Open Tool Kit:
    Additional testing reveals that I can get a successful build from the command shell window when I run the startcmd.bat file and type ant samples.web -f build_demo.xml. Also, the \out directory is successfully created in the dita-ot folder.
    An unsucessful build occurs when I type ant all -f build_demo.xml. This command is recommended in one of the DITA documents (Evaluting the DITA Open ToolKit fullpackage version). Apparently, it tests the "full set of transforms from a single command" so that it "will process every DITA example in the Toolkit into each of the supported output types for the Toolkit."
    Here's the build failure message:
    ==================================
    transform.topic2fo:
    [dita-version] Search finished
         [java] java.lang.NoClassDefFoundError: com/icl/saxon/StyleSheet
         [java] Caused by: java.lang.ClassNotFoundException: com.icl.saxon.Styl
    t
         [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         [java]     at java.security.AccessController.doPrivileged(Native Metho
         [java]     at java.net.URLClassLoader.findClass(URLClassLoader.java:18
         [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         [java]     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java
         [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         [java]     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java
         [java] Could not find the main class: com.icl.saxon.StyleSheet.  Progr
    ll exit.
         [java] Exception in thread "main"
         [java] Java Result: 1
    BUILD FAILED
    C:\DITA-OT1.5\build_demo.xml:146: The following error occurred while execut
    his line:
    C:\DITA-OT1.5\build.xml:338: The following error occurred while executing t
    ine:
    C:\DITA-OT1.5\demo\fo\build.xml:126: The following error occurred while exe
    g this line:
    C:\DITA-OT1.5\demo\fo\build.xml:217: The following error occurred while exe
    g this line:
    C:\DITA-OT1.5\demo\fo\build.xml:200: java.io.FileNotFoundException: C:\DITA
    5\temp\stage2.fo (The system cannot find the file specified)
    Total time: 26 seconds
    ===============================
    Here are the system variable settings. My additions are in green, based on instructions in the DITA user guide, or rather my interpretation of the instructions in said guide.
    ANT_HOME=C:\apache-ant-1.7.1
    ANT_OPTS=-Xmx256M
    Classpath=C:\DITA-OT1.5\demo\fo\fop\build\fop.jar;C:\DITA-OT1.5\demo\fo\fop\lib\avalon-fra mework-4.2.0.jar;C:\DITA-OT1.5\demo\fo\fop\lib\batik-all-1.7.jar;C:\DITA-OT1.5\lib\dost.ja r;C:\Saxon\saxon.jar
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0_14
    JHHOME=C:\jh2.0
    Path=C:\Program Files\ThinkPad\Utilities;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C: \Program Files\ATI Technologies\ATI.ACE\Core-Static;c:\Program Files\Utimaco\SafeGuard Easy\;C:\Program Files\Perforce;C:\Program Files\Common Files\Lenovo;C:\Program Files\Adobe\Adobe RoboHelp 7\RoboHTML;C:\apache-ant-1.7.1\bin
    Any assistance is, of course, appreciated. Thanks!

Maybe you are looking for

  • Need to save the image saved in the System Clipboard in using JDK 1.3.1

    Does anyone know how to use JDK 1.3.1 to take an image saved in the System clipboard and save it to a file using the JPG format? I know how it is done in JDK 1.4 using the following code. Unfortunately, the same code does not recognize the image in t

  • Can i move my itunes library to another account on the same computer

    can i move my itunes library to another account on the same computer

  • Re: System Preferences - Network - retrieve password

    A representative from China Telecom recently set up my broadband PPPoE connection on my macbook pro. I can only see my Account Name in clear text. The Password used is displayed only as a number of dots... How can I retrieve the entered password? I o

  • Assorted "color book" in Illustrator

    Hello all, I have been trying to create an assorted color book, essentially an array of differently colored rectangles with their respective CMYK formulas displayed underneath.  Currently, I have an excel document as well as a "tab-delimited" text do

  • Microsoft Outlook to Mac Mail

    I would like to be able to read my Microsoft Outlook Inbox from work on my Macbook at home through Mac Mail. Is there an easy way to check my mail from home? It would be helpful on my days off to stay up to date with things.