Using libraries in BB Java plugin for Eclipse Java

Hello

I try to use the packages;

java.awt.image.BufferedImage

javax.imageio. *.

in my BB program, but an error message says "import cannot be resolved. I tried to import files sourse JDK such as libraries, but rest the prblem and none of the objects of these classes work in my program.

Help, please! Thanks in advance.

With a quick Google, it seems to me that java.awt.image.BufferedImage is a java 2 Platform SE 5.0 (and above) class and javax.imageio is java 2 SE 6.0 and therefore they are available, or will be usable in a BlackBerry project java j2me.

Tags: BlackBerry Developers

Similar Questions

  • Debugging the performance of the device with Java Plugin for Eclipse

    I'm trying to debug my application on the device running with the java plugin for eclipse (4.7), I've updated lately. The first eclipse of the done thing, ask my code signature password, then load the application on the device and the discovery of the time that the device is not connected, because she did a reboot after loading the application. How can I prevent eclipse from loading the application on the device?

    http://supportforums.BlackBerry.com/T5/Java-development/launching-application-on-device-from-debugge...

  • JDE Plugin for eclipse 1.1 beta

    Installed eclipse 3.5. downloaded and installed the JDE Plugin for eclipse 1.1 beta.

    Works on my 32-bit computer running under XP, but on 64 bit Vista running - no BlackBerry no associated menus and components displayed, despite having the BlackBerry logo appear on the 'About' window and 5.0.0.11 as version number version.

    Tried to use new 32-bit emulation, but still no joy.

    Anyone who has tried this combination with success. I managed to get the 1.0 plugin works well under Vista 64-bit (with some minor constraints), but may not work whats up with the new plugin.

    Downloaded eclipse 3.5.0 but that did not work.

    When I finally checked the newspapers eclipse he was using jdk 5 and not 6. Reran with vm - jdk6 and the plugin is loaded.

    Now, if only the Simulator was not dead slow would be wonderful.

  • PlayBook SDK plugin for Eclipse?

    Hi all

    RIM have a playbook SDK plugin for Eclipse? Thank you!

    Scheduled for a beta in late May and looks amazing with regard to the integration of devices options. Release of gold will be in the fall. Time to brush the cobwebs from my C++ skills.

    The link provides details, and there was a recent webcast with details on capabilities.

    http://devBlog.BlackBerry.com/2011/05/BlackBerry-Java-SDK-7/

    Check out QNX Momentix for an overview. And C Wascana (download includes eclipse IDE) looks interesting - especially since some help files seem to have been built by QNX.

  • Problem to generate a library with the JDE plugin for Eclipse

    Hello world

    I created a new library project in my workspace. I used the JDE plugin for Eclipse create this project (New-> other-> BlackBerry project) but when I build my project, I receive a generated .class file, there is no file .jar and .cod generated

    Somedoby there any idea why the generation process seems not to work?

    Thanks in advance.

    OK, I did it for all the people who might encounter the same problem: start your process of generation by selecting generate BlackBerry Configuration Active (Alt + B) instead of a simple plan to build in the Project menu and your compilation works through very well.

  • BB plugin for Eclipse setup error

    Hi all you guys.
    I finally decided to try Eclipse for my development needs of BB, being a user of JBuilder 10 years I've been in NB, and the
    is the only reason that I want to try Ecplise because it is BB plugins support.
    I have the Eclipse 3.3.2 version and everything when trying to install the plugin pack, I got the following error:

    BlackBerry JDE plugin for Eclipse (1.0.0.50) requires plug-in "org.eclipse.ui (3.4.0)", or equivalent.

    Well, 'equivalent' does that mean someone has an idea? It's weird.
    I'm not a user of Eclipse and I'm not sure I want to be for various reasons, I just wanted to test the water with the plugin.

    So, my wild guess is that the eJDE - Beta2_With_4_5.zip plugin pack can be used with the version of Eclipse 3.4.0 and above if there is everything and I need to download a new version, sigh.

    I am just missing something very important here?

    Thanks for your time and happy coding.
    Alex

    You are right. Go download Eclipse Ganymede (3.4.x) then try to install the plugin.

  • How to recover the BB plugin for Eclipse

    Hello

    I installed BB plugin for Eclipse, and it still works fine.

    However, it performs weird after a system variable changed by accident. (Again-> the Project menu, can't see Blackberry more of the project)

    I tried to reinstall the plugin, but still does not.

    Is there an easy way to get the plugin to BB? Thank you!

    Seems that my jdk6 is broken.

    After you have reinstalled the jdk6, everything is back to normal.

  • Obtain / use value radio in Apex plugin for dynamic action button

    Apex 4.2

    I'm working on a plugin that you run a dynamic action based on the value of a selected option button. I think its more so the syntax that is causing me problems.

    I have a point page (P127_DISPOSITION) reprsented as a group of radio buttons. There are three cases for the Group of radio buttons: CREATE, update, and THROW. The LOV source for the element on the page is:

    STATIC2: create new Inspection; CREATE, update of existing Inspection; Updated, throw; IGNORE

    I have a plugin that displays a map and a few other neat, tools and toolbars other clever tricks. When a user clicks on the radio button under the UPDATE, the card must hide some of these tools. This part is not so bad that I have the code for this. Here's what I or tried so far:

    $("#P127_DISPOSITION").change(function() {
    if ( $("#P127_DISPOSITION").val == 'UPDATE' )
    $("#draw_point").hide();
    $("label[for=\draw_point\"]").hide();
    } else if ( $("#P127_DISPOSITION").val == 'CREATE')
    $("#draw_point").show();
    $("label[for=\draw_point\"]").show();
    } else {
    $("#draw_point").show();
    $("label[for=\draw_point\"]").show();
    }
    });
    

    The statements in the IF statements are not the problem. I tested and been using these statements in my plugin for other reasons. These statements just to show or hide the toolbar. But I'm doing this action happens dynamically on a radio button is selected. So I know there must be some problems in the way I use the onChange function or the statement real himself.

    Any help on this would be greatly appreciated. Thanks in advance.

    NewApexCoder

    I don't think that your problem is with dynamic action, but how the html code that is generated when the plugin looks like.

    If the generated html code is not a type of entry right front, you need to write your own javascript code that overrights the apex.item () .getValue (default).

    To explain what I mean lets take a look at the native radiogroup and popup lov.

    A radiogroup of point P40_DISPLAY_RETURN of the page html code looks like

    Different display and return value


    As you can see the element with the id P40_DISPLAY_RETURN is the set of fields. Because the set of fields is not a value attribute neiter $x('P40_DISPLAY_RETURN').value and $('P40_DISPLAY_RETURN').val)

    the value will give you. Apex. Item ('P40_DISPLAY_RETURN'). GetValue() will return the C.

    And for the lov contextual element P40_POPUP_LOV of the HTML page looks like

    
    

    Now the P40_POPUP_LOV element is an input element, but the value is the value to display. So $x('P40_POPUP_LOV').value and $('P40_POPUP_LOV').val () will give you the display value ' OHare, Edward "Butch" While apex.item('P40_POPUP_LOV').getValue () returns the return value 4.

    Take a look at the getValue for both javascript code, you see that the functions are actually different and depend on the widget that is the element.

    getValue : function() {
      // get checked input value, in the context of the fieldset
      // note: can't use $lRadios here because this is a reference
      // to the initial state
      var lReturn, $lRadio;
      if ( pType === "checkbox" ) {
          // checkbox will return an array
          lReturn = [];
          $( ":checked", lFieldset).each( function() {
              lReturn[ lReturn.length ] = this.value;
          });
      } else {
          // radio group should return a single value
          $lRadio = $( pSelector + " :checked", apex.gPageContext$ );
          if ($lRadio.length === 0) {
          // check if the length of the jQuery object is zero (nothing checked)
          // if so return an empty string.
              lReturn = "";
          } else {
              // otherwise return the value
              lReturn = $lRadio.val();
          }
      }
      return lReturn;
    }
    
  • Flash Builder 4 Plugin for Eclipse

    Flash Builder 4 is available...

    How about 'Flash Builder 4 Plugin for Eclipse'?

    Anyone knows he's out or not? Thank you.

    The box contains versions the plugin and standalone. And Yes, the serial key works for both.

  • OpenJPA plugin for Eclipse?

    Hi all

    Is there a plugin for Eclipse OpenJPA? I so, what is its role, and it is available for Eclipse 3.2.2 version?

    Thank you.

    Hello
    Here are some links to information.
    To get more simple examples not related to a specific EE application server - you can see the examples of the JPA and Eclipse JPA SE project that performs a simple query and insert after completing the automatic DDL generation.
    http://dev.Eclipse.org/svnroot/RT/org.Eclipse.persistence/trunk/examples/org.Eclipse.persistence.example.JPA.Server.common.ddlgen/

    EclipseLink is the reference implementation of JPA 2.0 (RI) for JSR-317 (part of the EJB 3.1), announced the 20080317 and the SUN GlassFish Application Server V3.
    http://www.Eclipse.org/org/press-release/20080317_Eclipselink.php
    http://blogs.Sun.com/theaquarium/entry/eclipselink_in_glassfish_v3_as
    EclipseLink is the reference for the Dali JPA Tools of Eclipse.org project persistence provider
    http://wiki.Eclipse.org/Dali
    Oracle Enterprise Pack for Eclipse 11g supports Oracle TopLink with EclipseLink JPA provider.
    http://blogs.Oracle.com/devtools/2009/03/oracle_enterprise_pack_for_ecl_1.html
    EclipseLink (TopLink donate) open source for 2 years and had 2 major versions 1.0 and 1.1, and is almost version 2.0 - the provider in TopLink JPA is EclipseLink.
    http://www.Oracle.com/corporate/press/2007_mar/opensource-TopLink.html
    EclipseLink provides extensions to the JPA 1.0 and 2.0 API standard such as performance optimization.
    http://wiki.Eclipse.org/EclipseLink/performance
    EclipseLink contains RI ODS 2.1.1 JSR - 235 (provide seamless integration SCA)
    http://JCP.org/en/JSR/detail?ID=235
    EclipseLink was supported by the Spring framework since 2.5.2 in March 2008 (1.0M4)
    http://www.SpringSource.org/node/601

    OpenJPA/Kodo links:
    http://eDOCS.BEA.com/WLS/docs103/Kodo.html
    http://eDOCS.BEA.com/WLS/docs103/Kodo/OpenJPA-Javadoc/index.html
    http://eDOCS.BEA.com/WLS/docs103/Kodo/full/HTML/samples_guide_part.html
    http://eDOCS.BEA.com/WLS/docs103/Kodo/full/HTML/tutorials.html

    Thank you
    /Michael

    Published by: michael_obrien on April 7, 2009 09:57

  • Installation of BB plugin for eclipse

    I tried to get this pugin to work all day on my already installed version of eclipse, but he's just kept saying I was missing things so I decided to start over and I got rid of my eclipse completely and went to the BB download page dev and tried to install the all-in-one eclipse/blackberry package.  After installing it I try to run the shortcut he put it on my desktop and it says that I don't have a JRE or JDK to eclipse run.  my old version of eclipse has worked perfectly, so what should I do to make this version work?

    you will need a JRE 32 bit and a JDK for BB eclipse plugin to work. JDK can be 32-bit or 64-bit.

    If you want to use 32-bit JRE for eclipse only and 64-bit JRE for your other Java powered apps, you can do the following-

    -install 32-bit JRE
    -Copy the folder "jre" since the installation directory in the folder 'eclipse '.
    -install the 64-bit JRE. It allows to uninstall JRE 32 bit first.

    If you are using a new installation and install the plugin eclipse on it then you will need a 32-bit eclipse.  I would recommend Juno.

  • Getting BB JDE Plugin for Eclipse work?

    Hello

    I was now almost two days on this and am nowhere near where I need to be - more no matter I can't do the BB JDE plug-in for Eclipse work not at all.

    Steps, I tried:

    1. download the latest version of Eclipse on the Eclipse site

    2 installed Eclipse

    3 downloaded the BlackBerry Java plug-in for Eclipse v1.1 (full installation program)

    4. install the plug-in

    This succeeded without error reported, and no errors in the log in the root directory but when starting Eclipse eclipses, I get without the slightest trace of what either Blackberry - Blackberry no draft, no menus, no different a simple installation of Eclipse.

    I repeated the above on a clean eclipse install but open Eclipse between steps 1 and 2, to see if Eclipse to initialize anything - same result, without success.

    Then I saw that plugin BB Setup includes in fact a full install of eclipse, so I erased my efforts earlier and just ran the installer of plugin.  This completed without error, but once again there is no trace what whether Blackberry in the eclipse resulting only install - no Blackberry project, no menus.  Another failure.

    Some recent posts offers to install the plugins and packs of component from within a clean Eclipse install via 'Help-> add new software (or equivalent depending on the version of Eclipse used)', but the often detached url of http://na.blackberry.com/eng/developers/javaappdev/javaeclipseplug.jsp just gives me a 404 error, as does a second suggested link on http://www.blackberry.com/go/eclipseUpdate

    Others recommend downloading archives separately, once again on the javaeclipseplug.jsp page, once again it is an option that is not available.

    I don't have a weird Setup or interesting, just Windows 7 32 bit with 4 GB of ram - I can't understand what he could possible be wrong!  Everything I tried, each path suggested at the forum and blog messages either do not work or use the old pages which I can't find the equivalent on the Blackberry site today.

    Any help would be greatly appreciated!  It's incredibly frustrating.

    Very strange.  What folder you installed Eclipse in?  I've seen problems if you install in a folder with spaces (e.g. "Program Files")

    Also, what JDK do you have.  You need JDK 6u10 minimum, but there are problems with the u21 and Eclipse so if you have a u21 he may not work.

  • How to make the system module in blackberry jde plugin for eclipse 1.3

    can someone please tell me "how the system module in last jde plug-in for eclipse"?

    Because I don't get any option as in the previous.

    Thank you & best regards

    Nrupay shah

    Each application needs to at least 1 entry point.  You might have the auto application run at startup and does not display an icon.

    Or you can have both with the help of another point of entry.  Could be invoked from an icon, and the other could auto start.

  • Impossible to download anything the plugin for eclipse.

    Hello

    I was wondering if there is a problem with the blackberry from the site or download the link...? In South Africa, I'm sitting trying to download the Blackberry plug-in for eclipse v1.1 with no joy.

    Concerning

    Wes

    Please ignore my post there is a problem with the SEACOM cable, seems...

  • Bad bug in the plugin for Eclipse 1.1 Java beta!

    Suddenly, it closes without saving! I recommend that you never click on help-> Check for Updates.

    I'm not sure why you should "never, click Help-> Check for Updates", but the issue of the eclipse suddenly closing has been discussed several times in this forum. A thread that includes the official entrance of RIM is:

    http://supportforums.BlackBerry.com/T5/Java-development/Eclipse-crash/m-p/473333

    It is also discussed in the Eclipse Bugzilla system, where, as Simon mentioned, it is usually considered to be an Eclipse problem. (See, for example, Eclipse bug #297279).

Maybe you are looking for