New plugin eclipse and SDK Blackberry 4.5.0

I'm trying to use with the new plug-in Eclipse SDK 4.5.0. I add her via preferences/Java/Installed JREs / Add. He added successfully after that I created *.ee in it. But on the package of the project, he's back "" error!: lack of card from the pile to the label: "." If I use SDK 5.0-there is no problems with the packaging.

Can you please confirm that you use the following URL for the update site?

http://www.BlackBerry.com/go/eclipseUpdate/3.5/Java

Thank you!

Tags: BlackBerry Developers

Similar Questions

  • Where is the plugin Eclipse and SDK 6?

    Hey community,.

    I tried to install the Eclipse Plugin of BB with the SDK 6.

    So I followed THE instructions and at the end with the options in the image!

    So, how can I get the plugin and the SDK now? I what am doing wrong?

    got it, just installed the IDE Eclipse of BB instead of the plugin and the sdk!

    Solved!

  • Update plugin Eclipse SDK WebWorks to 2.3.1.5

    Hello

    I read this (http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Eclipse-Plug-in-for-Webworks-SDK...) and I'm well aware that the like Blackberry developers to switch to training for development. However, I work with the Push API (BIS) that is not fully supported on waving, so I need to use a device/Simulator.

    I found that using WebWorks (SDK 2.0.0) Packager that comes with the Eclipse Plugin supports all the features I need to use the API to push (I get Java exception errors). Instead, I've been spending like a Flash project and package/signature of the command line with the latest version of the SDK WebWorks (2.3.1.5) - it works very well. My question is: How can I incorporate the new version of the SDK WebWorks in the eclipse plugin? -How can I copy over

    C:\Program search in Motion\BlackBerry WebWorks SDK 2.3.1.5

    TO

    C:\eclipsebb\plugins\net. RIM. Browser.Tools.wcpc_2.0.0.201103231828 - 18

    ?

    Did anyone done this before? This would make the application faster and easier to deploy on the simulators of packaging.

    You can use Packager integrated ripple, even if you are not stable in Wellington. It will deploy to the Simulator for you and it always supports the latest version of the SDK.

    https://developer.BlackBerry.com/HTML5/documentation/packaging_your_app_in_ripple_1904611_11.html

    With respect to the SDk update in the eclipse plugin, I do not know if more copy would work. You can back up the original files and try

  • Plugin Eclipse Webworks and polisher/polisher Build

    Hello

    I work with work lamp Studio, which is an Eclipse Plugin, so after I build the project buffer/polisher, buffer/polisher build a Webworks project for me, but I am not able to run or install the application on a device. So what I do is that I have create a new project of Webworks and copy can HTML, CSS, JS files to the www folder and I run the project using web webworks SDK.

    y at - it a plugin Eclipse to run my application directly from Eclipse?

    At the present time there is no Eclipse plug-in for WebWorks. There was in the past for our platform BBOS inherited, but it was obsolete a few years back.

  • AutoUpdate Eclipse of the availability of the new plugin WebWorker?

    I've been waiting for awhile get a update plugin Eclipse using the Eclipse update function, but so far the new WebWorker Plugin is not coming yet.

    In addition, it would be nice if there is (still) a children Section in the documentation completely on Eclipse (/ Cocao) and where to find the relevant plugins and update sites, I now need to scavange through the pages to find separate updates and plugins for java and Web /Widget. development

    Hi Dennis,

    The latest version of the BlackBerry WebWorks plug-in for Eclipse is for Eclipse version 3.6 (Helios).  Therefore, you will not see that he listed in the view of software update to v3.5.

    Sincerely,

    Adam

  • Plugin Eclipse blackBerry makes me crazy

    I have the plugin BB 4.5.0 for installed Eclipse and pursuant to article KB here, this version and that you support especially Java 1.6. However, I created a new project of BB in Eclipse and set the level of the compiler and the level of compliance to 1.6 and I also added the JDK 1.6 in the buildpath.

    Every so often and I mean once or twice an hour, I find such things as the Enum etc suddenly complain that it cannot find a reference to these objects, etc.. When I return to my project properties, I find that the compiler parameter has been changed to the specific project and the source level to 1.4, with the level of the class up to 1.2. It also deletes the JDK to my path of construction. Why is this? If I change it back, then a couple of minutes or later, it is changed back again. I'm going nuts! Is there a ghost in my Eclipse? Any ideas appreciated.

    Thank you

    Schalk

    AFAIU article KB says what version of JDK is required to get the JDE running. In other words what RIM JDK used when they compiled tools Java inside the JDE.

    Unfortunately, it is not related to the language version that you can use in your programming for BlackBerry. It is closer to the old Java 1.2 than similarly 1.4 (for example where are all these 'new' of 5 years of java.util collections?)

  • Add the new SCSI controller and new drive - powershell SDK

    Hi all

    I'm trying to add the new disc of paravirtual to my VMs. There are two types of virtual machines in the environment; a Paravirtual controller attached and others are without controller; so my task is to set the new drive of paravitual using powershell SDK.

    So far I am successful with my code if the controller is already present but the script fails when I try to attach the controller. with the error.

    RecommendDatastores: The method call failed because [System.Object []] contains a method named "RecommendDatastores".

    C:\NodeDeployment\Inprogress\Add_newPVScsiDisk.ps1:111 tank: 44

    + $generatedkey = $SRM. RecommendDatastores < < < < ($storageSpec)

    + CategoryInfo: InvalidOperation: (RecommendDatastores:String)], RuntimeException

    + FullyQualifiedErrorId: MethodNotFound


    I know that this script is not good enough to post here because it is an initial draft, but in the script attached please help me with the present part-

    The Script requires a csv with VMname entry; Disksize to be attached and store cluster data

    else {
                Write-Host "Paravirtualized SCSI Controller Not Found in $vmname.. Trying to add new scsi controller and additional Hard-disk..."
                $NewSCSIDevice = New-Object VMware.Vim.VirtualDeviceConfigSpec
                $NewSCSIDevice.operation = "add"
                $NewSCSIDevice.device = New-Object VMware.Vim.ParaVirtualSCSIController
                $NewSCSIDevice.device.key = -222
                $NewSCSIDevice.device.busNumber = ($allScSiController.BusNumber.Count)
                $NewSCSIDevice.device.sharedBus = "noSharing"
                $NewDiskDevice.device.controllerKey = -222
                $NewDiskDevice.device.unitNumber = 0
                $NewDiskDevice.device.capacityInKB = ($diskSize * (1024 * 1024))
                $storageSpec.configSpec.deviceChange += $NewDiskDevice
                $storageSpec.configSpec.deviceChange += $NewSCSIDevice
                $generatedkey = $SRM.RecommendDatastores($storageSpec)
                $key = $generatedkey.Recommendations[0].Key
                $SRM.ApplyStorageDrsRecommendation_Task($key)
    }
    
    

    OK I have it myself; I guess busnumber was the problem. He converted to INT working like charm...

    Now, I have to work with storage Drs IE. with the ReconfigureVM_task method. hoping that will work also...

    else {}

    [int] $busnumber = $allScSiController.Count

    Write-Host "paravirtualized SCSI Controller not found in $vmname... Try to add the new controller scsi and extra hard drives... »

    $NewSCSIDevice = new-Object VMware.Vim.VirtualDeviceConfigSpec

    $NewSCSIDevice.operation = 'Add '.

    $NewSCSIDevice.device = new-Object VMware.Vim.ParaVirtualSCSIController

    $NewSCSIDevice.device.key = - 222

    $NewSCSIDevice.device.busNumber = $busnumber

    $NewSCSIDevice.device.sharedBus = "noSharing".

    $NewDiskDevice.device.controllerKey = - 222

    $NewDiskDevice.device.unitNumber = 0

    $NewDiskDevice.device.capacityInKB = ($diskSize * (1024 * 1024))

    $storageSpec.configSpec.deviceChange += $NewDiskDevice

    $storageSpec.configSpec.deviceChange += $NewSCSIDevice

    $generatedkey = $SRM. RecommendDatastores ($storageSpec)

    $key = $generatedkey. Recommendations [0]. Key

    $SRM. ApplyStorageDrsRecommendation_Task ($key)

    }

    ---

    Concerning
    Sanshis

  • Eclipse Simulator GPS Blackberry 4.7 problem

    I try to work with the latest Eclipse IDE of Blackberry plugin and 4.7 component pack. Unfortunately, the component pack is well exceeded (4.7.0.46) and setting the GPS does not work. Any idea on how to get this working in Eclipse? Copy the 4.7.0.75 Simulator in the plugin does not work.

    I'm not sure, but after installing the latest Simulator, you can see the new Simulator in the eclipse by choosing... Run-> Run Configurations-> BlackBerry Simulator-> debug-> Simulator server... In this window you will see 'profile', in which your newly installed Simulator will also appear... You can choose that instead...

    Thank you!

    We can mark this as resolved issue

  • Problem with criteria, GPS, with plugins Eclipse Simulator.

    Hello

    I work with Eclipse and I do an application that I use the GPS API.

    My problem is that always the LocationProvider.getInstance (new Criteria()) return null.

    The Simulator model 8830, GPS location is a location's the JDE 4.5.0

    Do I need any specific configuration?

    Thank you.

    It is a problem with the BlackBerry itself Simulator.  You can test the GPS using another Simulator model BlackBerry (for example BlackBerry 8310).

  • Using new plugin error: error starting module. Of verification errors.

    I use eclipse Galileo and the latest version of the plugin.

    I created a project, and I was able to debug it about 50 or so times. After that, I can't run the project on the Simulator again. He complains saying this:

    Starting MiApp
    Module 'MiApp' has verification errors.Error starting MiApp: Module 'MiApp' has verification errors.
    

    These errors do not appear before, and I have not changed anything. Attempted to restart eclipse, own Simulator, recompile, but nothing works.

    MiApp is a UiApplication who uses a library module. The library is located in the debug settings.

    I have read the famous document on how to avoid mistakes review and none of the points worked. In fact, my application is not a MIDlet.

    I spent several hours (which I would have spent on development) without success, and I'm going back to the old plugin. This new one really sucks.

    I'm sorry it's late for that. He took 20 minutes to move the project to the old plugin environment, but invested much more although the two hours I spent playing with the new plugin and the search for the light in this forum and knowledge base.

    Now it works perfect, as expected.

    The old platform (eclipse 3.4 and plugin 1.0.0.67) is much more stable and easy to use.

  • Eclipse and OS 5

    Hello

    I've developed applications using Eclipse and add components packages when I needed it. Now I need to develop for OS 5 and there is no component package. So the obvious question: there will be a component package 5.0 OS?

    Perhaps I can add some clever build scripts to my project in Eclipse that could save the day?

    I downloaded the JDE for 5.0 but found stupid to use a new IDE just built for a specific version.

    Could have fixed now with this post:

    http://supportforums.BlackBerry.com/T5/Java-development/not-able-to-install-component-Pack-5-0-0-14/...

    The jar is here: http://downloads.blackberry.com/upr/developers/javadev/net.rim.eide.componentpack5.0.0_5.0.0.14.jar

  • Plugin Eclipse Simulator does not work correctly.

    Hello

    I have a problem with my eclipse + JDE plugin.

    Whenever I try to run my widget in the Simulator in view Manager service tab, I can see the Blackberry Simulator service enter the status of"ex". But once the Simulator is started, the status of the Simulator Blackberry stay in 'Start-up' then I can't start my application and I get a warning message stipulating the lance Simulator.

    I try to run a clean.bat in the directory of the Simulator, but this does not solve the problem.

    What is the problem? Should I reinstall the plug-in?

    Thank you.

    FOR INFO:

    Install Eclipse version 3.5.1

    The plugin JDE version: 2.0.0.201003191451 - 33

    Hello

    Thanks for this reply, but I already tried and it did not run.

    So I reinstalled all the Eclipse and plug-in to solve the problem!

    Kind regards.

  • Problems with the plugin eclipse JDE for today

    Hello

    I am very very frustrated... I have the same problemfor the third time!
    Today I started my eclipse to work on my blackberry application and all my projects have disappeared. No project has been posted.
    I do not change my area of work or something like that!

    So I imported "blackberry existing projects into workspace" and return to my projects. Cool, but now I can not compile, debug, I can't do anything because the componentpack of the RIM is not in the way of construction more.

    I don't know how to describe... The single 't corrected it the last time was a relocation of all eclipse and JDE plugin. But this time I have already installed key sign, so I can't uninstall my eclipse without losing them.

    Please help me, I can't work with this buggy thing...

    I use Windows XP SP 2 with latest Eclipse and JDE 4.7... I downloaded 2 screenshots so that you can see my problem: http://files.killinger-it.com/eclipse/eclipse.jpg and http://files.killinger-it.com/eclipse/cmd.jpg

    RIM support team has solved my problem. This is a settings file broken.

    If you have the same problems (no workspace of blackberry, no compilation, etc.) easily remove the file:

    C:\Programme\eclipse\plugins\net.rim.eide.componentpack4.5.0_4.5.0.16\components\bin\settings.rc
    
  • I just downloaded the new DC Acrobat, and I'm having a lot of problems with it. It's very, very slow. He has opening, saving, closing, do anything. Is there something that can be done to help him run a little more, well, normally?

    I just downloaded the new DC Acrobat, and I'm having a lot of problems with it. It's very, very slow. He has opening, saving, closing, do anything. Is there something that can be done to help him run a little more, well, normally?

    I fixed it! I used the string analyze function waiting in the Task Manager while opening a PDF file and have to wait 12 seconds... and it showed that the wait chain has been blocked by the Speech SDK. So I went to my Plugins of PDF from Adobe folder, which in my case is C:\Program Files (x 86) \Adobe\Acrobat DC\Acrobat\plug_ins and delete the plugin ReadOutLoud.api. (I had to close all instances of Acrobat DC first, and I had to also click the UAC Popup Windows application approval raised to remove the plugin) Now... instant Adobe Acrobat DC charge!

  • Versions of Eclipse and total Confusion

    Well, I downloaded Eclipse Ganymede before yesterday, only to learn that it does not work with CFEclipse. Then I spent too much time looking for the Europa of Eclipse.org version. I even called the Europa Foundation, but it was a useless phone call because no one was there to answer the phone, even during normal office hours. So then I tried to delete Ganymede, reinstall it, and then install the Adobe's Eclipse plugin. That no longer works. By reviewing the messages about the Eclipse on this forum, I have now found the place where I can download Europa. (There are many more posts on the Adobe forums on Eclipse that I thought it would be!) The only question I have now is, which four versions listed on the next page can I download? Given the time and frustration, I spent on this already, I'd like a little help by downloading the correct file that actually works with CFEclipse.

    http://www.Eclipse.org/downloads/packages/release/Europa/winter

    Thank you very much
    GwenH

    Hi Gwen - see if this is useful
    A post on my forum publicWeb on 9/13
    ( http://forums.mredesign.com )

    I kept the notes I created Eclipse the second time, on my laptop.
    Use the same build since then and love it.

    =====

    This is new version of Europa, which is the last recommended
    version to use with CFeclipse
    (europa, 3.3., is a return of the last eclipse 3.4 "ganymede")
    http://www.Eclipse.org/downloads/download.php?file=/technology/EPP/downloads/release/Europ a/winter/eclipse-jee-europa-winter-win32.zip

    Then, for CFeclipse, open eclipse and go to "help > software updates.
    "> find and install.
    Click 'new remote site' and enter this url
    http://www.CFEclipse.org/update, then click "next".

    When you see the new node to the list of the 'cfeclipse', uncheck the box
    below for "show only the latest version."
    and retrieves the 1.3.1.6 version (including executives and the CFunit)

    Then go to "window > open perspective > other" and select "cfeclipse".
    This is where the app turns into something completely different before
    your eyes... impressive.

    Now, to get the Aptana plugin, which has the best FTP (from what I am
    reading and my own results so farhati works very well with a lot of
    features). Aptana is also your best css, js, html and other tools.
    http://update.Aptana.com/install/Studio/3.2/
    ... which explains it.

    Here is an another CF developer who confirms this combination
    http://www.coldfusiondeveloper.com.au/go/news/by/Andrew-Schwabe/20070717-Aptana-Plugin-for-Eclipse /.

    still can't believe that it's all just sitting there, free for the help.

    ======

    Michael Evangelista, Evangelista Design
    Web: www.mredesign.com Blog: www.miuaiga.com
    Developer discussion groups: news://forums.mredesign.com

Maybe you are looking for

  • How to make the name of the account for each e-mail, display the Inbox for e-mail, so I don't have to expand each account

    If I want to use Thunderbird for all of my emails in one place, I'm tired of constantly switch tabs in google to see all the... But google rocks because of how it displays everything is so beautiful. But when I have 10 e-mail accounts, I have to deve

  • How to stop black screen when opening firefox

    When I open a page in Firefox, it is just a black screen, no URL bar not back, the button forward or at home nothing appears. After a few minutes I can mouse over some things (especially the blank spaces, where you can enter text) and it will appear,

  • Satellite P100-221 NVIDIA GeForce Go 7900 TV-Out problem

    Hi, I have Toshiba Satellite P100-221, with NVIDIA GeForce Go 7900 GS, it has a tv (S-video) output, I had cable & connected & nothing appears on television, & when I go to advanced settings & see the video card options, I found that nothing related

  • Reboot loop after integrated at startup

    I searched for nearly two hours on the net looking for a way to solve this problem and I did not find anything, so I hope that if I post my own situation, I'll help. My laptop was not entitled to the left, so I plugged in the charger before turning o

  • OFFICEJET PRO 8600 PRODUCT NUMBER 49A DUPLEX CM7

    Hello TODAY, I USED DOUBLE-SIDED FOR THE FIRST TIME. IT WAS WORKING FINE BUT FIRST SIDE OK BUT ON THE OTHER HAND WAS UPSIDE. CAN IT BE TURNED OR IS THIS THE ONLY WAY IT PRINTS. I TRY TO PRINT MY BROCHURE Thank you FOR ANY HELP FLYMAKERS