Peaceful coexistence of the WW tools versions Java w/multiple

Sorry if this is a noob question, but:

I need to have multiple versions of Java 6 and 7 on my development computer to support the various dev tools, the BlackBerry and the BlackBerry No.

WebWorks requirements for all BBOS6/7, BB Tablet and the BB10 SDK shows Java 6.

I see in the BBOS6/7 and WebWorks Tablet SDK installs, under bin\bbwp.properties, apparently I can specify which version of Java to use.

In the SDK WebWorks of BBOS6/7, my default installation has the version default Java 6 I have on my system, called in bin\bbwp.properties.  (Java 7 is not installed on this system, but it will be, once I have determine if/how achieve peaceful coexistence).

The SDK WebWorks of Tablet OS, my default installation apparently has a bundled jre provided with the SDK, in bin\bbwp.properties.

In the SDK of WebWorks BB10, can't get a bbwp.properties file.  Then, how the BB10 WebWorks SDK determines what jre to use?

And also, in general, can all consultants dev BB app read this confirms that the required configuration indicated on https://developer.blackberry.com/html5/download/ of all BBOS6/7 Tablet OS and BB10 are indeed accurate, namely that:

For BBOS6/7, the Java6 * JDK * is required, but for Tablet OS and BB10, only the Java6 * JRE * is necessary.  The reason for this question is I saw some of the wording on the AIR SDK requirements pages system which has raised questions about the issue to determine whether these authors doc understood the terms they used.

Thanks for all the clarifications of BB and/or the devs who lived through this exercise.

And finally, may I humbly suggest that the subject of this message is a good candidate for an article in the knowledge base.

Confirmed: JDK/JRE are still required for BB10 due to signature requirements. but we certainly agree that having a requirement to worry less would be great and we are working :-)

Tags: BlackBerry Developers

Similar Questions

  • What is the VMware Tools version / build number in ESXi 4.1U2?

    Hello world

    As far as I know, the version/version number of "VMware Tools" in ESXi 4.1U1 ("4.1 Update 1") is "Version 8.3.7, build-341836" (at least for Windows virtual machines). "

    Can someone tell me if the version/version number of "VMware Tools" in 4.1U2 ("4.1 Update 2") ESXi is different? I read the "Release Notes" for vCenter Server 4.1 update ESXi 4.1 Update 2 - http://www.vmware.com/support/vsphere4/doc/vsp_esxi41_u2_rel_notes.html - and 2 - http://www.vmware.com/support/vsphere4/doc/vsp_vc41_u2_rel_notes.html - but I did find the information on this subject.

    Thanks in advance!

    See you soon,.

    Ricardo

    Hello

    Based on my VMware 4.1 hosts update 2, I ve vmware tools 8.3.12.8191

    So I found following KB that can be useful for you - http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1003947

    Post edited by: MauroBonder

  • Update comments before the host tools

    Hello

    Our backup software (TSM for EV) checks if the VMWare Guest tools are 'in progress', before you perform the backup of the application.

    This means that when we improve a host for the new version, the backup of the application of all the virtual machines on the host will fail, until the tools are upgraded.


    However, the cheque will go through if the comment tools version is newer than the version of the host.

    Then...

    Is it possible to orchestrate the tools update to a newer version than the tools on the host?

    (In addition to using a single host 'host jump' update for updates, and migration of virtual machines on that host one).

    Best regards

    Martin



    Is it possible to orchestrate the tools update to a newer version than the tools on the host?

    Yes, it's possible and fully supported to run versions of VMware Tools in the guests who are more recent than the ESXi host versions. For example, you can use the latest tools of U1 6.0 even on the hosts 5.x. see: product VMware interoperability matrices

    To obtain and deploy the latest tools, you have a couple of different options available; you don't need to bother with a "host of jump' or whatever it is.

    1. just update the package tools-light of your guests, for example with MUV. This beautiful thing is this can be done online and requires no maintenance mode or a reboot of the host. Make sure that no virtual machine currently has VMware Tools mounted ISOs.

    2 extract the ISOs tools the bundle version (patch) of target offline or installing ESXi ISO.

    3 download https://packages.vmware.com/tools/esx/index.htmlTools packages. These correspond exactly to those of the packages included in the packages offline (patch) or installation ISOs. (Just get the .exe files big, no need to enter an ISO.)

    4 download the new standalone version 10.x of the tools of:

    https://my.VMware.com/group/VMware/details?downloadGroup=VMTOOLS1005&ProductID=491

    http://pubs.VMware.com/Release_Notes/en/VMwareTools/1005/VMware-tools-1005-release-notes.html

    Personally, I prefer not to bother with the ISOs editing or updating through the vSphere Client interfaces, but using an automated custom installation with the package of relevant tools like this:

    C:\VMware-tools-9.4.12-2627939-x86_64.exe/v number! REINSTALLMODE = vomus ADDLOCAL = DELETE all the Audio, BootCamp, FileIntrospection, Hgfs, NetworkIntrospection, Unity REBOOT = ReallySuppress

    This also some unnecessary components like unity, which are available on the position of work/Fusion/player, and eliminates a forced reboot.

  • How can I tell which version of the PS tools a PSJoa.jar belongs to?

    Hello

    Is there a way I can tell by looking at the file PSJoa.jar which Version of PeopleSoft tool it belongs? For example, the file psjoa.jar is for PS Version of the 8.51.22 tool.

    I looked at the file 'manifest. MF', but it does not list information. I see that we can update the file manifest with the information but we do not want to change the file.

    Is there a particular .class file I can look at? Is there a software that can tell me what version it is? Any suggestions?

    Let me explain a bit what I am trying to accomplish. I am writing a program that allow our network guys to determine the Version of the PS tools file psjoa.jar is, once they deploy to the servlet to confirm that it is correct.

    For example, if you put "& command = version" as well as the URL, it will return the version of the PS tools.

    Any help is appreciate!

    Thank you

    Thone

    Taylor,

    Can you give me more information on how you intend to implement what you do? Maybe we can come up with something better.
    Here's what made my one liner...

    Uncompress - c psjoa.jar psft/pt8/net/ND.class | channels | grep 8.51

    Uncompress-c psjoa.jar psft/pt8/net/ND.class ; unpacks the psft/pt8/net/ND.classfile single classfile to stdout, so we can proceed directly to the channels
    because the jar files is compressed we need uncompressed for channels to be useful
    strings is displayable strings in binary files read from stdin (unzip) and past on stdout for grep
    grep search string that specify us in the stdin (strings) in the example 8.51

    You can do the same thing under windows with a command line tools to do.
    The last windows shop that I was had a dezippeur from command line, you can get a windows version of strings and then use find or findstr
    decompression options can be different, and maybe he won't stand out in stdin, in which case it would need to be 2 separate orders

    the other option, to which I referred was to write your own java utility that I wrote as fast it took me to type this post... I guess you could do something similar from a JSP page should this be web-based.

    package psjoaversion;
    Import psft.pt8.net.ND;
    / public class PsjoaVersion implements {ND
    Public Shared Sub main (String [] args) {}
    System.out.println (TOOLS_REL);
    }

    Let me know

  • Everytime I turn on my Mac Java says he needs to install the message says "to use the line tool java command, you must install a JDK.  Click on "more information visit the java developer kit download site."  I followed all these steps and downloSoftware.

    The message says "to use the line tool java command, you must install a JDK.  Click on "more information visit the java developer kit download site."  I followed all these steps and downloaded the correct software update, but still getting the message.

    A

    If you have installed the plugin of Facebook video appeal and you no longer want to use it, you can remove it as follows.

    1 back up all data.

    2. open the library folder in your home folder by holding down the option key and selecting

    Go ▹ library

    in the Finder menu bar.

    3. place these items in the library folder to the Trash:

    LaunchAgents/com.facebook.videochat.name.plist

    Support/Facebook app

    Here the name represents the name of your Facebook.

    4 log off or restart the computer, and then empty the trash.

    B

    If you do not use this plugin, or any other software (for example, some Adobe products), which depends on Java, install the Java runtime distributed by Apple.

    C

    If you do not have the Facebook plugin and you don't want to install Java, please ask for further instructions.

  • When it fails to uninstall, uninstall the old version of Java 6. "I messagWe have detected the following older versions of Java installed on your system: e"

    How uninstall the old version of Java 6 and its updates when it does not uninstall to delete command? I get the following message: we have detected the following older versions of Java installed on your system:

    • Java (TM) SE Runtime Environment 6 Update 1
    • (TM) 6 Update 2
    • (TM) 6 Update 5
    • (TM) 6 Update 7

    These older versions do not want to uninstall it and I get the message: "error application of transformations. Check that specified transform paths are valid. What I'm doing. Java will not respond to help. Thank you

    Hello

    Thanks for posting your query in Microsoft Community.

    According the information you have provided, I understand that you are trying to uninstall Java in Windows XP.

    I will certainly help you in this matter.

    Please follow the steps in the links.

    Why should I uninstall older versions of Java from my system? http://www.Java.com/en/download/FAQ/remove_olderversions.XML

    After uninstalling Java, how to remove its entry in the windows?

    http://Java.com/en/download/help/regkey_addremove.XML

    Important this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows

    http://support.Microsoft.com/kb/322756

    Using the windows-related issues feel free to post on the Microsoft Community Forum.

  • Latest Version of the cutting tool

    Dear community:

    I like the changes that have been made to the Snipping Tool, available with the 10 Windows O.S.  Apart from upgrading my O.S., is it possible to use version 10 of Windows of the Snipping Tool on a Windows 7 computer?  For the moment, I can't upgrade my O.S. to 10 Windows.

    Thank you!

    .. is there a way to use version 10 of Windows of the tool captures on a Windows 7 computer?

    Nope

  • the simulator of tablet users, what af version Java VM is running?

    I'm having trouble installing my Simulator.

    During my installation of other software, I had to download and install a jdk and change the environment varables.

    they are defined as:

    user:

    JAVA_HOME C:\Program Files (x86)\Java\jdk1.6.0_29\bin

    ACCESS C:\Program Files path (x86)\Java\jdk1.6.0_29\bin

    system:

    C:\Program Files (x86)\Java\jdk1.6.0_29\bin path

    JAVA_HOME C:\Program Files (x86)\Java\jdk1.6.0_29\bin

    I tried track similar cases of problems with instalation.  The error message I get is: Windows error 2 occurred during the loading of the java virtual machine.  I googled the error message.  And have found that other people have had this problem when installing software using install anywhere.   Some of the possible solutions to this problem are to make shure the directory that is currently being installed in is empty.  I can't find what could be this directory.  This could be the problem since I tried to install several times.  Is there anyway to find out what this directory?

    And also, another possible solution is to run the instation of the comand using the LX_VM, to use a special installation of the java VM.

    ->

    Symptoms: The user is using Windows. An error during the installation of software voices, for example, audium.exe or another installer, which indicates a problem with the Java. One such error is the following:

    Windows 3 error occurred during the loading of the Java virtual machine
    Resolution: An installer of voice may be forced to use a particular installation of Java rather than the default. With this, you can be sure that it uses a supported Java version. Follow these steps:

    Open a console, for example, Start-> Run...--> cmd.

    Navigate to the location of the installation file.

    Run the installer with the option of LAX_VM followed by the full path to the desired java.exe, for example,

    Audium.exe LAX_VM "C:\Program Files\Java\j2re1.4.2_08\bin\java.exe".

    =======================================================================================================================
    All programs Windows Setup

    If you use the Windows Installer package, you may encounter the following error message when you run the Setup program:

    Windows error 2 occurred during the loading of the Java virtual machine.

    The workaround is to run Setup from the command line using a different syntax. In the following example, e:\Java\jdk1.5.0_11\bin\java.exe is the path to the JDK installed on the host computer:

    GCI.exe LAX_VM 'e:\Java\jdk1.5.0_11\bin\java.exe '.

    ==========================================================

    What is the problem? My java virtual machine version is the problem?

    That was indeed the problem.  I learned a lot.  But it has not been easy. Why nobody gave me a helping hand? I went into the command window.  Tried to run the Setup at the root of c:\ and received a message "unrecognized command".  This me puzzled for a while. But I remembered that the installer has been in office.  I tried again.  And he ran.  But I had the same machine vm does not no error.  I just barly noticed that I forgot to put \bin\ points to the jdk.

    And then when I ran, it went through.  Well, you have to understand there is not something wrong internally with the virtual machine.  Unless you have the wrong version.  So, its got to be the way that the whole package is installed.

    So if you can get by modifying the installation process, you stand a good chance to fix the problem.  Now it's just a matter of folling the usual VMware player loading instructions.

  • Where can I get the version 1.2 of the BBM SDK for Java?

    Can anyone share the version 1.2 of the BBM SDK for Java, please?

    I am looking for it because v1.3 is compatible with BB Messenger 6.1 or newer.

    I can't reach the SDK, it is too big. PM me an email address and I will send it.

    I use the SDK 1.2 for the same reason.

  • Tutorials refer to a shape tool and the rectangle tool. My cc of photoshop doesn't have these tools, and I have the latest version. Help please.

    Tutorials refer to a shape tool and the rectangle tool. My cc of photoshop doesn't have these tools, and I have the latest version. Help please. My toolbar is missing for these elements. I'm learning through tutorials and something is not up-to-date.

    Does that help?

  • I have a trial version of Illustrator and could not find the pencil tool.  How can I add it to the toolbar?

    I have a trial version of Illustrator and could not find the pencil tool.  How can I add it to the toolbar?

    It is in a group with the Shaper tool

  • Hello, I've just updated my Photoshop for the most recent version, Im having problems with flow tool, is - that someone is having this problem too?

    Hello, I've just updated my Photoshop for the most recent version, Im having problems with flow tool, is - that someone is having this problem too?

    Hi tonyc75479545,

    Greetings.

    Please check this thread - Photoshop CC 2015.1 liquefy lightens the result on the 16-bit per channel images

    Concerning

    Rohit

  • Much more difficult to move the individual layers in PS CC 2015.1 (using the shortcut COMMAND for the move on the Mac tool) in older versions of PS

    Hi all

    I find that selecting and moving layers in Photoshop are MUCH more difficult to 2015.1 CC PS as in earlier versions of Photoshop (using the shortcut COMMAND to temporarily toggle the tool move).

    In earlier versions of Photoshop, if I had several layers and one of the layers selected in an image by hitting the keyboard shortcut CTRL-COMMAND (that I had my mouse over the image), and then selecting the name of the layer that I wanted to work with / move, I could then easily hit the "COMMAND" key (which is a shortcut for the tool MOVE) if I happened to have another selected both tool and this would automatically switch to the MOVE tool until what I released the button COMMAND key. Then I could move the layer as needed.

    Well, in the current version of the PS CC 2015.1 this shortcut (using the COMMAND to convert temporarily the MOVE tool) does not work very well the Group WHOLE layers (if I have layers within a group) is selected instead of just the layer I had chosen.

    ONLY if I actually choose the MOVE tool in the toolbar it works correctly and I am able to move the selected layer.

    Oh my God, it was so much harder to explain that I thought it would be! I hope this makes sense.

    Hi Christine Holzmann,

    It is a known problem with the latest update.

    For now, the workaround is to select the move tool and uncheck "Selection automatic Layers ' and then hit cmd as a shortcut for the move tool.

  • Background layer unlocks and becomes the normal "no flat" layer after using the crop tool in PS CC 2015.1 (a different behavior for older versions of PS)

    Hi all

    I found that it is more difficult to explain than I thought

    I don't like the new behavior in the latest version of Photoshop (CC 2015.1) regarding the way in which the background layers automatically unlock and convert to regular layers after using the crop tool. It's completely different to how things worked in previous versions, where a background layer remained in locked state flattened after using the crop tool.

    I get a LOT of images and this change has added an extra step to each image that I harvest, because I flatten the layers after cropping before saving the image. I looked through the preferences but cannot find a way to change this new behavior. Am I missing something?

    Thanks in advance for your help

    See if checking Delete the cropped Pixels in the tool options makes a difference.

  • I have Acrobat Pro XI and have not the redaction tools available.  I looked under Protection, but they are not there. I'm on version 11.0.12. where can we find them?

    I have Acrobat Pro XI and have not the redaction tools available.  I looked under Protection, but they are not there. I'm on version 11.0.12. where can we find them?

    Are you sure have the Pro version and not the Standard version?

Maybe you are looking for

  • Error Code: 0x80072efe when updating Windows Defender

    Original title: "error found: Code: 0x80072efe ' I can't check the updates of Windows Defender, continues to show this error 0x80072efe.

  • Modbus Library for serial comm.

    I downloaded version 8.2 of labview libray and tried to use the serial port to test the provided example of master/slave... For some reason any null-modem solution does not work for me (I tested with success of communication RS-232 example) P.S. I ge

  • Ink cartridge not detected!

    Hello, I have a HP Photosmart C4200 and have recently changed the cartridges to this topic. I bought those refurbished and it was working fine at first. Then I noticed that the ink was that a little garbled got out the cartridges and give them a shak

  • copy

    I have a disc which has been recorded on Windows Vista & I'm trying to get it to run on Windows X p But it is not yet open. I join her copy on the victory. X P? These are two operating systems is not supposed to work with each other? Is there a way t

  • Windows 10 and AMD

    I upgraded my HP Pavilion dv6 Windows 10 and had a lot of problems with graphics, more the laptop ran hot trying to cope with what seems to be a compatibility issue with the AMD M880G HD4250 and ATI HD5470 Mobilty Radeon display adapters AMD site sai