JDK6 only agreed to develop html5 applications using webworks BB SDK 2.3.1.5?

JDK6 only agreed to develop html5 applications using webworks BB SDK 2.3.1.5?

That is right. In addition to this it must be 32-bit and, further, I had a few problems with JDK6 update 45 recently. See this thread for more details:

http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/BlackBerry-WebWorks-SDK-2-3-1-5-...

Tags: BlackBerry Developers

Similar Questions

  • How can I develop an application using Bluetooth SD Card 2?

    Is it possible to develop an application using any kind of Bluetooth SDK available for WinCE?
    I need some information on developing applications on the PDA Bluetooth.
    Thank you.

    Hi Apollo

    I put t know what information you need exactly, but you'll be very happy if someone on this forum can help you. For most of the topics are discussions on laptops to upgrade and all the issues of the day, but application development...

  • How to apply http with the string parameter in the development of BB10 using WebWorks.

    Hi all

    I'm developing an application BB10 Webworks setting, I want to make an http request by adding a string parameter. What type of http request, I'll use. any help of code base.

    Thank you all

    Use the JavaScript XmlHttpRequest object to make a GET request to a remote URL.

    https://github.com/BlackBerry/WebWorks-community-samples/BLOB/master/kitchenSink/js/browser/XHR.js

    Here is an example:

    var url = "http://www.yourwebsite.com/index.asp?foo=bar"
    var xhr = new XMLHttpRequest();
    
    xhr.open('GET', url, true);
    
    xhr.onreadystatechange = function(e) {
        if (xhr.readyState === 4) {
            if (xhr.status === 200 || xhr.status === 0)  {
                console.log(xhr.responseText);
            }
            else {
                console.log("Error (" + xhr.status + "): " + xhr.statusText);
            }
        }
    };
    
    xhr.send(null);
    
  • Developing BlackBerry applications using visula studio plug-in

    Hello

    I'm new to the Balckberry app development.  I use the plug-in for Visual studio (V 1.2).  I am developing an application in which if

    an address is given in a text box, I want to show the address into a google or Blackberry card.  And then find other interesting places

    That is to say close to the given address. pizza store. Is there an API for visual studio for this type of application.  Please show me some directions

    How to go about

    Thank you

    If you create this with a web page, you can have them submit the address and the pass to google maps via a URL.  Or you can build a URL that will open BlackBerry maps.

    It is not a specific API to do this, it is not a matter of piecing together different websites in a mash up.

  • is an HTTP Post possible using webworks/widget SDK or what I should use Java widget?

    Hi all

    I use webworks and widget SDK to make a simple application where I need to do the following

    (1) open a site called www.mytest.com

    (2) display the following parameters with the request to open the site

    Login = true

    UserID = one

    password = b

    Is this possible using BlackBerry Widget SDK? I looked at the blackberry.invoke.BrowserArguments and I do not think that it allows that.

     

    Is this a limitation to the use of webworks? If so, that is the only alternative is to develop a widget of java and use the browser2 field?

     

    Thank you

    Parag

    Yes, you can...

    When you make an Ajax request, on your call to the open() of XMLHttpRequest objects method use the following:

    XMLHTTP. Send ('post', URL, true);

    XMLHTTP. Send (post_string);

    WHERE

    'post': your request method

    URL: the url to which the http request you

    true: to make it asynchronous (Note: this is the default behavior)

    post_string: is a urlencoded string containing all your post variables and their values like this

    "xc =" + encodeURI (element.value) + '& xd =' + encodeURI (element2.value)...

    You should be fine here as long as you know how to create an XMLHttpRequest object and can use GET, this should be familiar.

  • How to develop an application using ADF Faces components main in JDev 11 g?

    Hello
    I just started to work with JDEV11g. Now, I have a question here.

    By default when we tried to create any Application in JDev 11 g libraries of tags are still showing only ADF Faces rich client components (11g). I want to use the ADF Faces Components (10.1.3) Core in the same application with addition to ADF Faces Rich Client components.

    How to develop a sample with ADF Faces Core components (10.1.3) application. What are the steps to follow in JDev 11 g?

    Please help me.

    Thank you
    -Afif

    Yes.

    Trinidad is all correct and documented components to use. They are almost exactly the same as the ADF Faces 10.1.3.x ones.

    John

  • Can I use DPS to develop the application using the business program by apple iOS developer?

    I am trying to find the best way to publish an application. Please help me understand.

    If you have accounts of companies both Apple and Adobe DPS, Yes, you can create applications from private companies that can be distributed outside the store.

  • Slate 21: development of software using Android ADB/SDK etc?

    Does anyone have the runes make me use connect it to a computer with ADB to test my own code on this subject, please?

    Yes, using a A to A work.  Cable similar to http://www.amazon.com/C2G-Cables-54170-Cable-Black/dp/B003VTZ070/ref=sr_1_2?ie=UTF8 & qid = 1382634438 & sr = 8-2 & keywords = usb + a + to + a.

    You must use the side USB and USB developer debugging in options as you have described above must have activated.

  • Benefits of developing applications using 4.3 to 4.2

    Hello

    I m new to BB using JAVA development. I've been through a lot of posts here and the idea that I get, is that the development of applications using 4.2 running on OS 4.2 is the best way to ensure that it works on most phones.

    What are the benefits of developing applications using 4.3 running on OS 4.3 4.2 more? I know he has the disadvatage of not being able to work on most phones that come out today, but I would like to know more precisely the benefits of development using 4.3 to run on the 4.3 OS 4.2 and lower versions. It would be useful, if anyone can provide information on this both from the point of view of the developer and the consumer perspective.

    I don't know if this has already been answered... I could not find it nowhere m... I couldn't find the benefits of the use of 4.2, 4.3 not

    Thank you

    Subash

    If your device all of which your application must support is leaving v4.3 and then you can go for v4.3 as eclipse pugin is here for that and you are familiar with eclipse, so that it is easy for you. But if you need support devices of lower version to v4.3 then you must use the version (below) you need to support the devices.

    Press the button Bravo thank the user who has helped you.

    If your problem has been resolved then please mark the thread as "accepted Solution".

  • Application using Java SDK 5.0 compatible with the lower SDK version?

    Hello

    I wanted to know if I'm developing an application using the Blackberry Java SDK 5.0, it would work on slot version 4.3 or 4.2.1? If the current application has features not available on the previous version of course.

    I mean, if I develop an application of basic as a HelloWorld with SDK 5.0, this app works on a phone with SDK 4.2.1?

    Thank you

    Damien.

    The only time where I tried it, I received an error of compatilbility so I would say not in my experience.

    My suggestion is to build with backward compatibility in mind and remember that what you build for 4.2 will work in 5.0 and so on.

  • Develop with Blackberry 4.2.1 SDK in Eclipse

    Hello

    I need to develop an application for Blackberry Java SDK 4.2.1 and above.

    I'm currently under Eclipse 3.5 classic, and I have installed the plugin BlackBerry Java for Eclipse v1.1, with all the Blackberry Java SDK available, version 4.5 to 5.0.

    Unfortunately, it is not no matter what SDK available less than 4.5 in this plug-in.

    Anyone know how I can develop for Blackberry Java SDK 4.2.1 in Eclipse 3.5?

    Thank you!

    Unfortunately, there is no way to build an app for 4.2.1 in the latest version of Eclipse. I think I read somewhere on the forum where someone tried (and perhaps successful) in getting installed by using an older version of the component package.

    Not sure how much it is important for you.

    If all goes well, they will update it soon because she has been the application of many since new version of the plug-in.

  • I want to develop an application with the Ribbon UI by using a 3rd party control

    I want to develop an application with the user interface of the Ribbon using a 3rd party control, that I have to get a license from Microsoft? How?

    original title: license of the Ribbon user interface

    I want to develop an application with the user interface of the Ribbon using a 3rd party control, that I have to get a license from Microsoft? How?

    The only a link I found on this page does not (http://msdn.microsoft.com/en-US/office/aa973809).
  • Developing applications using Ubuntu Linux

    Hi forum, thank you for taking the time to read my post.

    I want to Blackberry develop applications... but I don't see a Java plug-in download compatible Ubuntu.

    Any help on this would be useful.

    PS.

    If your answers include anything that is associated with Microsoft, please don't answer.

    I look for ways to develop Blackberry applications on the Linux platform. Thank you

    If your responses include anything Microsoft related, please dont reply.
    

    Simulators will not work on just * nix. You can try the wine, but your best bet is parallels or VMWare.

    If you want to do everything and use only a device for the test, you still have a chance to be * nix only. I think he was talking about a plugin for linux, but I doubt he'll go anywhere if it isn't out yet. You can always use the BB Ant tools, make a maven plugin or build everything yourself via command line.

    Basically, it is not supported, but it is also not impossible... just search around to pick up the pieces.

  • Can we use push notiofications into html5 applications? If yes how? My web application must receive push notifications

    Can we use push notiofications into html5 applications? If yes how? My web application must receive push notifications

    Hope this will help you http://pusher.com/tutorials/html5_realtime_push_notifications

  • Tutorial on the use of the ADF to develop Web Application

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University.

    I need to develop an application for Admission online for future student to apply for admission.

    My installations of PeopleSoft are below:

    Server machine: Oracle Linux 5.10 (64-bit)

    Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

    Architecture Internet Oracle Linux 5.10 Server:

    (1) database server: Oracle Database 11 g version 11.1.0.6.0 is

    (2) the server application: Tuxedo 11 g

    (3) web Server: Web Logic 10.3.6.0 and JDK 1.7.0_09

    (4) browser: Firefox Mozila

    (5) two Instances of huge database on the database server: 8.53 PeopleTools and Campus Solution 9.0.

    I just installed the 3 parties with WebLogic 10.3.6 and JDK 1.7.0_09 as below:

    (1) install ADR (Application Development Runtime) 11.1.1.6.0 (64-bit)

    (2) install the RCU 11.1.1.6.0 to create the scheme of OWSM_MDS (32 bit)

    (3) create a new WebLogic "Domain_CS" domain to develop the application for admission online.

    I have no experience to develop the Web Application using ADF. I have developed a few Web Applications using NetBean and database server. It seems that the ADF and NetBean have some similarities. Both need to create a project with a 'Web - INF' file for Web Application development. But I don't know the first step to start the ADF to call the wizard.

    My question is:

    What command and what directory to start ADF and call the wizard in order to develop the Web Application?

    Thanks in advance.

    You don't need to install JDev WLS directory.

    What you end up doing, is take the application (EAR/WAR file) you create in JDeveloper and deploy in the WebLogic.

    JDeveloper will be in a separate Directory.

Maybe you are looking for

  • Cannot move photos to the computer after the upgrade to iOS10

    Yesterday my iPhone updated to iOS 10 and now when I plug my phone into my PC (HP m6w103-dx / Windows 10 / iTunes 12.5.1.21) the computer will ba - beep once iTunes sync, charge the phone but I no longer have access to the photos via Windows Explorer

  • popup tabs opens once google search and after key is pressed

    Whenever I do a search on google and press the Enter key after, 3 tabs open as a popup and they are not empty (they are on the video management software). Why is it that happens after I press the Enter key after typing in my search queries?

  • I have phone 6 fails to restore or update

    Phone, message to the more capacity keeps popping up and all synchronization and setting functions to date do not work. The camera does not work as well for the same reason. Have removed almost all the photos, many of these applications removed, and

  • Satellite L350 - does not start after the BIOS update

    Hello I recently (yesterday) downloaded the latest version of bios update dated dated 25/02/10 2: 20 - WIN, after download and does run the software from the laptop immediately stopped working and stop. I am now no longer able to boot up the laptop a

  • Dual routers configuration and PIX501 questions?

    This is the current configuration: (1) Internet (2) the Router 1 (3) 2 router (4) internal network and we count on the involvement of the PIX between 1 & 2 or 3 & 4. The reason why we have two routers, it is that the new router (Router 1), we bought