Problems installing Wireless Toolkit module in Forte 3

I completely remove Forte 3.0 and the WTK 1.02 from my machine (WINNT 4.0 sp6a, J2SE 1.3.)
Installed Forte 3.0 succesfully.
Installed WTK 1.0.2 Integrated option successfully (Installer asked me for the install home dir. for Forte)
But when I run Forte I do not see any templates etc. which would allow me to write a j2me compliant code (as referred to by the User Guide pdf).
Where did I go wrong?

I have the same problem.
I also have the problem of getting a SecurityException
when trying to runAll ---> Execute.
java.lang.SecurityException: Unable to create temporary file
at java.io.File.checkAndCreate(File.java:1159)
at java.io.File.createTempFile(File.java:1247)
at java.io.File.createTempFile(File.java:1284)
at com.sun.kvem.midp.PalmEmulator.generateJar(K:/re/kvem1.0.2_EA2/midp-palm/src/palm/emulator/com/sun/kvem/midp/PalmEmulator.java:176)
at com.sun.kvem.midp.PalmEmulator.createPRC(K:/re/kvem1.0.2_EA2/midp-palm/src/palm/emulator/com/sun/kvem/midp/PalmEmulator.java:124)
at com.sun.kvem.midp.PalmEmulator.run(K:/re/kvem1.0.2_EA2/midp-palm/src/palm/emulator/com/sun/kvem/midp/PalmEmulator.java:349)
at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(Unknown Source)
at com.sun.kvem.environment.EmulatorInvoker.runEmulatorSameVM(Unknown Source)
at com.sun.kvem.environment.EmulatorInvoker.runEmulator(Unknown Source)
at com.sun.kvem.environment.ProfileEnvironment$KVMThread.runEmulator(Unknown Source)
at com.sun.kvem.environment.ProfileEnvironment$KVMThread.run(Unknown Source)

Similar Messages

  • Installing Wireless Toolkit 1.0.3 on Suse 8.0 problem

    Hello,
    I try to install Wireless Toolkit 1.0.3 on Suse 8.0. I always get the message:
    uudecode: command not found Failed to extract JavaVersionTester class.
    Walking through all Suse packages didn't help. What could be the problem and how could I solve it?
    Thanks.

    solved it! Suse 8 doesn't install sharutil packages

  • Base64Binary to byte[] problem in Wireless Toolkit and NetBeans

    Hi,
    I am generating stub with J2me Wireless toolkit. But the problem is that the toolkit can't successfully convert base64Binary to byte[] and gives error "Unknown simple type byte[]". Netbeans also gives some error while compiling it. Please anybody tell me how can i resolve this problem. Using base64Binary type is must.
    Kindly reply if you know. My email address is [email protected]
    Wasif Ehsan
    [email protected]

    public interface JobUpdate {
         @SuppressWarnings("unchecked")
         public String[] getUpdatedJobList(@WebParam(name="phoneJobs")String[] phoneJobs);
         @SuppressWarnings("unchecked")
         public void retrieveJobsWorked(@WebParam(name="data")byte [] data);
    I then use this to start the service
    JobUpdateImpl implementor = new JobUpdateImpl();
              JaxWsServerFactoryBean svrFactory = new JaxWsServerFactoryBean();
              svrFactory.setServiceClass(JobUpdate.class);
              svrFactory.setAddress("http://localhost:9000/JobUpdate");
              svrFactory.setServiceBean(implementor);
              svrFactory.getInInterceptors().add(new LoggingInInterceptor());
              svrFactory.getOutInterceptors().add(new LoggingOutInterceptor());
              svrFactory.create();
    Then use the wtk stub generator pointing at the service.
    http://localhost:9000/JobUpdate?wsdl
    The error returned by the tool is error: Found unknown simple type: byte[]
    Any ideas?

  • Installing Wireless toolkit 1.04 On Linux.

    I try to install Wireless toolit 1.04 On My RedHat Linux 8.0,
    But it show the infor:
    Do you agree to the above license terms? [yes or no] y
    ./j2me_wireless_toolkit-1_0_4_01-bin-linuxi386.bin: line 270: uudecode: command
    not found
    Failed to extract JavaVersionTester class
    What is meanning?who can help me !!Thank you!

    OK!,Thanks for ur advice, after I install "sharutils-4.2.1-12.i386.rpm" , I can continue to install it smoothly. I have paid no intention to such issue before.

  • Problem installing with merge module

    I use CR Developer, Product Type Full, version 11.5.8.826.
    I use it to design RPT files that use XML and XSD files as data sources.
    I deploy these RPT files to client machines that also run a web enabled app I developed using ASP.NET v.2
    I built an installer with the CrystalReports11_5_NET_2005.msm merge module.
    However, when I install on a clean client machine with the MSI I created I get some weird database access error in the Crystal Reportviewer that's embedded in my ASP.NET webpage.
    When I then install the entire CR Developer product on the client machine everything works fine.
    So clearly, the merge module I use does not install and register all the files required to make my product work. Am I using the wrong merge module? Should I be using the four RDC merge modules?
    It's clearly not acceptable to have install the entire CR Developer app. Also, I saw another thread where they were talking about copying the entire C:\Program Files\Business Objects\common\3.5\bin directory to the client machine. That cannot be an acceptable solution either, right?
    I need a definitive answer how to deploy the correct runtime environment to make my RPT files correctly run using the Report viewer in my web pages.
    To be clear, I do NOT use VS.NET 2005 to develop my RPT files. I do not use anything built into Visual Studio to build my RPT files. The only interaction with .NET is that I have a Reportviewer object embedded in one ASP.NET web page that visualizes the RPT files I previously created using the CR Developer app.
    This is from my web.config file:
    <add assembly="CrystalDecisions.CrystalReports.Engine, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.ReportSource, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    <add assembly="CrystalDecisions.Shared, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    <add assembly="CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    This is the aspx from the web page that shows the report viewer:
    <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
        CodeFile="ReportPage.aspx.cs" Inherits="Paladin_CReports.ReportPage" Title="Paladin Reports - Crystal Reports - Report" %>
    <%@ Register Assembly="CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
        Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
        <asp:Panel ID="Panel1" runat="server" Height="28px" Style="z-index: 100; left: 0px;
            position: absolute; top: 148px" Width="1014px">
            <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="true"
                DisplayGroupTree="False"
                Style="z-index: 120; left: 0px; position: absolute; top: 0px" HasCrystalLogo="False"
                EnableDrillDown="False" HasDrillUpButton="False" HasToggleGroupTreeButton="False"
                HasViewList="False" ShowAllPageIds="True" HasRefreshButton="True" />
        </asp:Panel>
    </asp:Content>
    I need a definitive answer how to deploy the correct runtime environment to make my RPT files correctly run using the Report viewer in my web pages.
    Thanks,
    Rodger

    Hi,
    Give a try to five read permissions to IIS_WPG for the temp folder which is under your account(In case of web application) and in case of windows app give read permission to a user for c:\windows\temp and to the folder which contains crystal reports.
    Need more info?
    What meerge module you have downloaded?
    Right merge modules are [here|http://resources.businessobjects.com/support/additional_downloads/runtime.asp#06]
    Note if appliaction uses RDC only then you need to install RDC merge modules.
    Windows or web application?
    Are you changing the XML schema?
    Hope this help!!
    Regards,
    Amit

  • Problem installing css perl module

    Hey,
    my problem isn't probably arch-related (and possibly very dumb), but I hope someone can help me anyway.
    I'm trying to install a CSS perl module - and here is what I get -
    [root@vlsi-wiki ~]# perl -MCPAN -eshell
    Terminal does not support AddHistory.
    cpan shell -- CPAN exploration and modules installation (v1.9456)
    Enter 'h' for help.
    cpan[1]> install CSS
    Going to read '/root/.cpan/Metadata'
    Database was generated on Mon, 24 May 2010 09:27:04 GMT
    Fetching with LWP:
    ftp://cpan.noris.de/pub/CPAN/authors/01mailrc.txt.gz
    Going to read '/root/.cpan/sources/authors/01mailrc.txt.gz'
    ............................................................................DONE
    Fetching with LWP:
    ftp://cpan.noris.de/pub/CPAN/modules/02packages.details.txt.gz
    Going to read '/root/.cpan/sources/modules/02packages.details.txt.gz'
    Database was generated on Tue, 25 May 2010 09:27:47 GMT
    ............................................................................DONE
    Fetching with LWP:
    ftp://cpan.noris.de/pub/CPAN/modules/03modlist.data.gz
    Going to read '/root/.cpan/sources/modules/03modlist.data.gz'
    ............................................................................DONE
    Going to write /root/.cpan/Metadata
    Running install for module 'CSS'
    Running make for I/IA/IAMCAL/CSS-1.08.tar.gz
    Checksum for /root/.cpan/sources/authors/id/I/IA/IAMCAL/CSS-1.08.tar.gz ok
    Scanning cache /root/.cpan/build for sizes
    ............................................................................DONE
    CPAN.pm: Going to build I/IA/IAMCAL/CSS-1.08.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for CSS
    cp CSS.pm blib/lib/CSS.pm
    cp CSS/Value.pm blib/lib/CSS/Value.pm
    cp CSS/Parse/Compiled.pm blib/lib/CSS/Parse/Compiled.pm
    cp CSS/Property.pm blib/lib/CSS/Property.pm
    cp CSS/Style.pm blib/lib/CSS/Style.pm
    cp CSS/Parse/PRDGrammar.pm blib/lib/CSS/Parse/PRDGrammar.pm
    cp CSS/Parse/Heavy.pm blib/lib/CSS/Parse/Heavy.pm
    cp CSS/Selector.pm blib/lib/CSS/Selector.pm
    cp CSS/Parse/Lite.pm blib/lib/CSS/Parse/Lite.pm
    cp CSS/Adaptor/Debug.pm blib/lib/CSS/Adaptor/Debug.pm
    cp CSS/Adaptor/Pretty.pm blib/lib/CSS/Adaptor/Pretty.pm
    cp CSS/Parse.pm blib/lib/CSS/Parse.pm
    cp CSS/Adaptor.pm blib/lib/CSS/Adaptor.pm
    cp CSS/Parse/CompiledGrammar.pm blib/lib/CSS/Parse/CompiledGrammar.pm
    Manifying blib/man3/CSS.3pm
    Manifying blib/man3/CSS::Value.3pm
    Manifying blib/man3/CSS::Parse::Compiled.3pm
    Manifying blib/man3/CSS::Property.3pm
    Manifying blib/man3/CSS::Parse::Heavy.3pm
    Manifying blib/man3/CSS::Parse::PRDGrammar.3pm
    Manifying blib/man3/CSS::Style.3pm
    Manifying blib/man3/CSS::Parse::Lite.3pm
    Manifying blib/man3/CSS::Selector.3pm
    Manifying blib/man3/CSS::Adaptor::Debug.3pm
    Manifying blib/man3/CSS::Parse.3pm
    Manifying blib/man3/CSS::Adaptor::Pretty.3pm
    Manifying blib/man3/CSS::Adaptor.3pm
    IAMCAL/CSS-1.08.tar.gz
    /usr/bin/make -- OK
    Running make test
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/01_basic.t ........... ok
    t/02_parse_lite.t ...... ok
    t/03_parse_heavy.t ..... ok
    t/04_parse_compiled.t .. 1/8 Unknown starting rule (Parse::RecDescent::namespace000001::stylesheet) called
    at /root/.cpan/build/CSS-1.08-pVKcD1/blib/lib/CSS/Parse/Compiled.pm line 28
    Compilation failed in require at t/04_parse_compiled.t line 3.
    # Looks like you planned 8 tests but ran 4.
    # Looks like your test exited with 255 just after 4.
    t/04_parse_compiled.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 4/8 subtests
    t/05_search.t .......... ok
    t/06_adaptor_simple.t .. ok
    t/07_adaptor_pretty.t .. ok
    t/08_adaptor_debug.t ... ok
    Test Summary Report
    t/04_parse_compiled.t (Wstat: 65280 Tests: 4 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 8 tests but ran 4.
    Files=8, Tests=38, 2 wallclock secs ( 0.05 usr 0.06 sys + 1.15 cusr 0.19 csys = 1.45 CPU)
    Result: FAIL
    Failed 1/8 test programs. 0/38 subtests failed.
    make: *** [test_dynamic] Error 255
    IAMCAL/CSS-1.08.tar.gz
    /usr/bin/make test -- NOT OK
    //hint// to see the cpan-testers results for installing this module, try:
    reports IAMCAL/CSS-1.08.tar.gz
    Running make install
    make test had returned bad status, won't install without force
    Failed during this command:
    IAMCAL/CSS-1.08.tar.gz : make_test NO
    I've tried with both perl 5.10.1 and perl from testing (5.12), didn't help.
    Does anyone have any idea?

    There is a bug upstream according to CPAN's bugtracker.  Someone provided a fix there to regenerate the buggy file that is causing the test to fail.  Here is a source package file I made.  You can build it to apply their fix and make the package.

  • Problem installing Speech Analysis Module

    I have CS6 and trial of CC which I'm evaluating now. When I installed the French speech module it defaulted to CS6. Is there some way to direct it to install in CC? The same module is specified for both versions.
    Thanks

    Jim
    I found a solution on another post that suggested copying the files to 4.0 common link and it worked. I wish they hadn't dropped a couple of features from CS4 but it's still a great idea.

  • OAS 4.0.X: Problems installing PLSQL Toolkit

    After installing Oracle Application Server 4.0.7, which came
    bundled with the latest "beta" version of the JDeveloper 2.0
    Suite,I attempted to install the PL/SQL Toolkit via the OAS
    Utilities Page.
    The connection being attempted is to a remote database:
    "Oracle7 Server Release 7.2.3.0.0",
    utilizing "PL/SQL Release 2.2.3.0.0"
    After entering the connect string and the password for the DBA
    username "sys" on the PL/SQL Toolkit Install Form, and clicking
    on the "Apply" button, several PL/SQL errors were reported during
    the installation process.
    The installation error log follows:
    Installing PL/SQL Packages for User: oas_public ...
    Oracle Server Manager Release 3.0.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    ORA-12203: TNS:unable to connect to destination
    SVRMGR> SVRMGR> Connected.
    SVRMGR> Statement processed.
    SVRMGR> Statement processed.
    Statement processed.
    Statement processed.
    <stuff deleted from log>
    MGR-00072: Warning: PACKAGE BODY HTP created with compilation
    errors.
    Errors for PACKAGE BODY HTP:
    LINE/COL ERROR
    637/10 PLS-00103: Encountered the symbol "DELETE" when
    expecting one of the fo
    MGR-00072: Warning: PACKAGE BODY OWA created with compilation
    errors.
    Errors for PACKAGE BODY OWA:
    LINE/COL ERROR
    7/38 PLS-00487: Invalid reference to variable 'PARAM_VAL'
    7/18 PL/SQL: Item ignored
    34/19 PLS-00320: the declaration of the type of this
    expression is incomplete
    34/7 PL/SQL: Statement ignored
    <stuff deleted from log >
    Can anyone supply info as to why these errors were generated?
    Could the OAS PL/SQL scripts be revised to eliminate these
    errors?
    Any help would be appreciated.
    --- Bill Angel
    null

    Your PL/SQL is too old.
    You need PL/SQL 8.
    Bill Angel (guest) wrote:
    : After installing Oracle Application Server 4.0.7, which came
    : bundled with the latest "beta" version of the JDeveloper 2.0
    : Suite,I attempted to install the PL/SQL Toolkit via the OAS
    : Utilities Page.
    : The connection being attempted is to a remote database:
    : "Oracle7 Server Release 7.2.3.0.0",
    : utilizing "PL/SQL Release 2.2.3.0.0"
    : After entering the connect string and the password for the DBA
    : username "sys" on the PL/SQL Toolkit Install Form, and clicking
    : on the "Apply" button, several PL/SQL errors were reported
    during
    : the installation process.
    : The installation error log follows:
    : Installing PL/SQL Packages for User: oas_public ...
    : Oracle Server Manager Release 3.0.5.0.0 - Production
    : (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    : ORA-12203: TNS:unable to connect to destination
    : SVRMGR> SVRMGR> Connected.
    : SVRMGR> Statement processed.
    : SVRMGR> Statement processed.
    : Statement processed.
    : Statement processed.
    : <stuff deleted from log>
    : MGR-00072: Warning: PACKAGE BODY HTP created with compilation
    : errors.
    : Errors for PACKAGE BODY HTP:
    : LINE/COL ERROR
    : 637/10 PLS-00103: Encountered the symbol "DELETE" when
    : expecting one of the fo
    : MGR-00072: Warning: PACKAGE BODY OWA created with compilation
    : errors.
    : Errors for PACKAGE BODY OWA:
    : LINE/COL ERROR
    : 7/38 PLS-00487: Invalid reference to variable 'PARAM_VAL'
    : 7/18 PL/SQL: Item ignored
    : 34/19 PLS-00320: the declaration of the type of this
    : expression is incomplete
    : 34/7 PL/SQL: Statement ignored
    : <stuff deleted from log >
    : Can anyone supply info as to why these errors were generated?
    : Could the OAS PL/SQL scripts be revised to eliminate these
    : errors?
    : Any help would be appreciated.
    : --- Bill Angel
    null

  • How to run projects on Wireless Toolkit on Solaris 10?

    Hi,
    I've installed Solaris 10 on x86.
    After that I've installed Wireless toolkit and Netbeans Mobility pack.
    I was able to install both of them but, Now, when I try to run any J2ME application I get an error "Cannot find /lib/ld-linux.so.2" and something about preverifying.
    This might bebecause there isn't any perfect version of WTK available for Solaris 10 and I need to use wtk for liunx.
    I think since, solaris and WTK both are product of SUN they should provide solaris compatible version of WTK.
    Please let me know how can I solve this problem or suggest any other tool that can allow me to create and deploy J2ME applications on Solaris 10(x86)
    I need this to be solved pretty quickly since it is very urgent
    Thank you all
    Edited by: parag.rughani on Sep 28, 2007 5:37 PM

    there is no WTK 2.x for solaris, but it is possible to use WTK 2.x and Solaris. You can find how to that here:
    http://wiki.netbeans.org/wiki/view/JavaMEDevelopmentWithSolarisX86?version=21
    Good Luck,
    K.

  • Java Forte CE and J2ME Wireless Toolkit configuration

    I installed Sun Java Forte V3.0 Community Edition and the J2ME Wireless Toolkit 1.0.3.
    I not able to run a MIDlet for the PALM OS Emulator. Wen I execute the MIDLet suite, the output windows returns: "Error could not find a JVM"
    - Does any body knows how to properly configure Java Forte to run application on the Palm OS Emulator (POSE).
    - Does any body knows how to attach Sun Forte debugger for MIDLet applications ?
    Thanks

    hi,
    First Install the forte and then install the j2mewtk.While installating j2mewtk chose integrated option.
    For Palm OS emulator you have to set the POSE location.
    Try out this.
    Open ktolbar.
    OpenProject.
    select an application.(examples)
    set device PalmOS_device.
    Now run the application.
    A window pop for u.
    This may help you
    good luck.
    koka

  • [Win]: Can't install ExtendScript ToolKit 2 - Problems with an already installed E'Script T'Kit 2?

    Hi
    I have problem to install ExtendScript ToolKit 2. I had installed ExtendScript ToolKit 2 and removed it with the Uninstaller. Now I want to reinstall it but it doesn't work. The setup says there is a conflict with the already installed ExtendScript ToolKit 2, but I have removed it.
    What can I do?
    I have searched in the registry about keys with the ExtendScript ToolKit 2 and removed it, but no success. I have searched in the file system for ExtendScript ToolKit 2 and removed all, no success.
    How can I force the installation?
    Thanks
    Hans

    I have just had exactly the same problem and I ended up telephoning Adobe support - officially free products such as the ExtendScript Toolkit 2 do not get telephone support.
    The person I spoke to at Adobe suggested I run the CS3Clean utility, and that worked for me. See http://www.adobe.com/go/kb402767
    BE SURE TO READ THE INSTRUCTIONS IN FULL FIRST
    In my case I only needed to run level 1 in the utility. Bit of a pain though to have to uninstall everything and re-install.

  • Problem installing DSC 8.2.1 module

    I am trying to install the DSC module for 8.2.1 on my home PC.  I had no problems installing it on my development PC at work overtop of 8.2.  But on my home PC I get the following dialog (in the .png file) after the machine spends a long time (~5 minutes) in its "wait for the installer to initialize" phase.  If I click on the details button, I get additional information as shown in the .txt file.
    I went back and uninstalled DSC module for 8.2 and tried again, but get the same results.
    Any ideas?
    Thanks,
    Bill
    Attachments:
    DSC8.2.1 install error.PNG ‏32 KB
    Details.txt ‏2 KB

    Hi Centerbolt,
    I discovered the problem.
    First, disabling the firewall and antvirus did not help.
    Second, I looked for DSC module on NI's website but could only find 8.2 and not 8.2.1 to download.
    Third, I looked to copy over the CD to my harddrive.  I opened the directory and saw the Products folder, I decided to look in there.  It seemed very slow to browse.  Finally, I saw the Portable_Configuration folder in there, it took a very long time to try to open, then came up with an error that it was not accessible or else something about "incorrect function".  Some other directories would open, but were slow to do so.  So now I know why the initialization took so long and ultimately failed, Windows had a hard time accessing the folders.  Also, through all of this, the CD drive did not sound like it was spinning up properly.
    I moved the CD over to my other drive to try it there in case the problem was with my drive.  I had no problems installing the software from there.  Browsing the folders was reasonably quick.  After installing, I moved it back to the first drive and made sure all smudges were wiped off.  I still had problems.
    For whatever reason, that CD had a problem that my primary CD drive was sensitive to.  I've never had problems with other CD's in that drive, or that particular CD in other drives.  What is interesting, looking at the back of the CD, there is a difference in color between the inside and outside that looks kind of like a burned CD-R or CD-RW disc would except in silver rather than blue, and except that be circular, this pattern has kind of a oblong lobe and is oddly shaped.
    Anyway, my problem is solved.  I think I have a marginal CD that did not work very well in that one drive, but wasn't a problem in a couple other drives.
    Thanks for your help.  It put me down a path that got me the answer.

  • Image problem with my palm (J2ME Wireless Toolkit)

    Hi,
    I did a basic application. I just show an image and it works perfectly with the J2ME Wireless ToolKit.
    However, when I create the package, convert it and send it on my palm, everything is ok, except the image. It won't appair.
    I get an exception that the image couldn't be found, but when I use the emulator, everything is ok !!!
    The image is in the "res" directory, like it was asked in the manual.
    I tought that everything is encoded (text file or image file) when you create the package. If it's working with the emulator, why is it not working on my palm?

    I had a same problem with my nokia 3650 in J2me the image appears but not on the phone, I think that that is a bug and fixed it this way:
    when you make a jar package, unpack package with winRAR or some archive program in some temp directory and in that directory make a res directory an put the image in it, then repack theese files again including the res directory in a new jar file. It works for me. It looks that J2ME in compiling doesn't change the path, to root but leaves the res directory.

  • Problem With Downloading Wireless Toolkit.

    I`ve problem with downloading the j2me wireless toolkit, i`ve tried to downloading it for 3 weeks but i couldn`t, so i`m searching for some mirror sites for this package and couldn`t find anything.Can You Suggest me a mirror site for Dl ing this package PLZ?

    I found that mpp sdk works well, it may not be what your looking for but Its worth looking at I think.
    http://www.mpowerplayer.com/

  • Do I need to install this wireless toolkit?

    I just downloaded and successfully installed NetBeans IDE 5.0 and then also installed the NetBeans Profiler 5.0 and NetBeans Mobility Pack 5.0.
    So I would like to know if I would also need this wireless toolkit to be installed in order to develop applications for the mobiles.
    By the way, what are the NetBeans Profiler 5.0 and the NetBeans Mobility Pack 5.0 used for?
    Thanks in advance.

    Is this your model:
    http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.26-whit e-13-polycarbonate-unibody-late-2009-specs.html
    It should have come with Snow Leopard 10.6.x.  To find what you are running, click on the apple in the file menu, then on about this mac; in the new window, click on the number under the large OS X until you see the version displayed.

Maybe you are looking for

  • Java Add-in on ABAP system

    HI, WE have sucessfully installed Java Addin for ABAP system. After sucessfully installation of central Instance for Java Add-in, we were unable to find Java instance in MMC. During the installation we have installed central services instance (SCS) j

  • How to determine the coverage of a WAP

    Hi We are going to start a new office where we intend to provide Wireless access to the users. Does anyone here have a good reference which I can use for calculating the number of access-points, antennas required based on the dimensions of the office

  • Microsoft Federation Gateway Support??

    Trying to find the correct department / team to contact about having our domain unblock so we can add Microsoft Federation gateway trust with our on premise exchange. However Microsoft Customer services and is not even aware of this product and when

  • How do I troubleshoot start up problem?

    Hi there, I received a MacBook Pro 13 inch mid 2012 as a gift in 2012. It has 4 gb of ram and 500 gb hard drive. last week, it stopped working. it would not let me get to the desktop. I have tried resetting the ram, repair permissions and repair disk

  • CrystalDecisions.CrystalReports.Engine.dll not installed on client

    I developped a small test application in VS 2010 that uses a reportviewer. The report has its own connection to a database and only accepts parameters at startup. When I try to run this program on a client computer, the program fails with an error me