HELP FOR CRYING OUT LOUD! INSTALL JDE PLUGIN!

HOLY CRAP!

I TRY IN VAIN TO INSTALL THE JDE PLUGIN AND RUN IT WITH ECLIPSE GALILEO 3.5.2. AFTER nearly 8 HOURS, I REST INFRUCTUEUSE! THIS STUFF WORKS REALLY OR IT IS JUST A DEVICE COMPLEX DESIGNED FOR ME THE SPEED OF AN EARLY CORONARY?

SO FAR, I HAVE DOWNLOADED THE PLUGIN INSTALLER AND IT RAN. HE INSTALLED SOMETHING? HOWEVER ME ECLIPSE REPEATS THAT NO SOFTWARE CAN BE FOUND. THE UPDATE OF THE WEB SITE DOES NOT NO MORE!

IT IS ABSURD!

I COULD GET VS2010 TO WORK ON WIN 3.1 EASIER!

IS THEIR A CLEAR AND CONCISE SET OF INSTRUCTIONS THAT WILL ME TELL HOW TO INSTALL IT % ^^ % & % ^ THING WITH ECLIPSE GALILEO 3.5.2? IS ALSO THEIR WEBSITE ADDRESS THAT WORKS ACTUALL AND INSTALL AUTOMATICALLY?

I'M THIS CLOSE TO DUMPING TO THE IDEA OF DEVELOPMENT INTEGER BB

ANYWAY, FORGIVE ME FOR RANTING, BUT REALLY, THIS SHOULD TAKE UP TO 10 MINUTES!

THX in advance

I recommend that you install the full Eclipse and BlackBerry development environment from this link:

http://NA.BlackBerry.com/eng/developers/javaappdev/JavaPlugin.jsp

Keep in mind that you need: Java® SE Development Kit (JDK) 6 update 10 or later. -to install this version (have you installed already?).

Select a new directory such as C:\eclipse_bb you can do it is completely clean of your other environment that is already configured.  Launch eclipse in this new directory and it should work.  Let me know what happens.

Tags: BlackBerry Developers

Similar Questions

  • need help for an outer join query

    Hi friends...
    I have oracle 10g...
    I have a question which involve is joining three tables...

    the query is as follows:
    SELECT DISTINCT MU.MKT_ID                  "PAR ID",
                       MU.MKT_ID                  "ROOT ID",
                     MSU.SPEC_ID                "ID",
                   SU.SPEC_DESC                "DESC",
               SU.SPEC_CD          "SPEC CD"
    
                  FROM IPOADM_BATCH.MKT_UV1        MU,
                         IPOADM_BATCH.MKT_SPEC_UV1   MSU,
                 IPOADM_BATCH.SPEC_UV1       SU
    
                   WHERE MSU.MKT_ID  = MU.MKT_ID
               AND MSU.SPEC_ID = SU.SPEC_ID
             AND SU.SPEC_GRP_OR_CMPSTN_CD = 'C';
    in my front end application has some delete operations that removes specific data of the IPOADM_BATCH. MKT_SPEC_UV1 due to which the above query is nor fetch all rows.
    the relationship between the tables is clearly from the above query...

    I have the data in IPOADM_BATCH. MKT_UV1 and IPOADM_BATCH. Table of SPEC_UV1 after the delete operation

    now, I want the query above to retrieve data from IPOADM_BATCH. MKT_UV1 with small changes to the above query even if there is no data in IPOADM_BATCH. MKT_SPEC_UV1.

    I thought that if I use an outer join I can get it, but here I have to join three tables-join condition is based on the table that doesn't have a data...


    so please help me guys how can I change the query to get my desired out put...

    Hello

    There are several different things you could mean by it.

    Here's how to join the tables to get one of them:

    SELECT DISTINCT  mu.mkt_id                  "PAR ID",
                     mu.mkt_id                  "ROOT ID",
                     msu.spec_id                "ID",
                     su.spec_desc               "DESC",
                     su.spec_cd                   "SPEC CD"
    FROM           ipoadm_batch.mkt_uv1        mu
    LEFT OUTER JOIN      ipoadm_batch.mkt_spec_uv1   msu  ON   msu.mkt_id               = mu.mkt_id
    LEFT OUTER JOIN  ipoadm_batch.spec_uv1       su       ON   msu.spec_id              = su.spec_id
                                                  AND  su.spec_grp_or_cmpstn_cd = 'C'
    ;
    

    If it does not matter what it is that you want, and then after a small example of data (CREATE TABLE and INSERT, only relevant columns instructions) for all the tables and the results desired from these data.
    Highlight a few places where the above querry is the production of incorrect results of your sample data and explains how to get the correct results in these places.

  • Kindly help for mentioning out with an SQL query, thanks

    Hello

    Please find below the input grid and help me get the result. Thanks in advance.  [Seeks assistance of query tunned]

    with the temp as

    (select alert_id 100, 111 double branch_code)

    Union of all the

    Select double 100 111

    Union of all the

    Select double 100 222

    Union of all the

    Select double 101 333

    Union of all the

    Select double 101 444

    Union of all the

    Select double 101 555

    Union of all the

    Select double 102 666

    Union of all the

    Select double 102 666

    Union of all the

    Select 102 666 double)

    Select * Temp;

    Entry
    Alert_IDBranch_code
    100111
    100111
    100222
    101333
    101444
    101555
    102666
    102666
    102666

    Output
    Alert_idBranch_code
    100111 222
    101333,444,555
    102666

    Thanks a ton

    Arpit

    Oracle 11 g 2, with analysis of the table only once. .. Here's how:

    WITH temp1

    AS (SELECT alert_id,

    branch_code,

    ROW_NUMBER)

    COURSES (PARTITION BY alert_id ORDER BY branch_code)

    DSB

    TEMP

    GROUP BY alert_id, branch_code)

    SELECT alert_id,

    LISTAGG (branch_code, ",") WITHIN GROUP (ORDER BY DSB) branch_code

    OF temp1

    GROUP BY alert_id;

    ALERT_ID BRANCH_CODE

    100 111 222

    101 333,444,555

    102 666

    See you soon,.

    Manik.

  • plugman is unable to install the plugins

    I just installed plugman using the Museum, and I use Cordova v1.3.0.

    I get this error when I try to install a plugin:

    C:\Android-dev\cordova-android\bin\HybridAndroidApp > plugman install - android - project platform. -cordova-plugin-device plugin

    Retrieve the plugin 'cordova-plugin-device' through the Museum

    Installation 'cordova-plugin-device' for android

    Cannot install 'cordova-plugin-device': TypeError: pluginInfo.getEditConfigs is not a function

    at PlatformMunger.add_plugin_changes (C:\Android-dev\cordova-android\bin\HybridAndroidApp\cordova\node_modules\cordova-common\ src\ConfigChanges\ConfigChanges.js:134:42)

    at C:\Android-dev\cordova-android\bin\HybridAndroidApp\cordova\node_modules\cordova-common\s rc\PluginManager.js:126:25

    at _fulfilled (C:\Android-dev\cordova-android\bin\HybridAndroidApp\cordova\node_modules\q\q.js:834:54)

    at self.promiseDispatch.done (C:\Android-dev\cordova-android\bin\HybridAndroidApp\cordova\node_modules\q\q.js:863:30)

    at Promise.promise.promiseDispatch (C:\Android-dev\cordova-android\bin\HybridAndroidApp\cordova\node_modules\q\q.js:796:13)

    at C:\Users\hugo\Android-dev\cordova-android\bin\HybridAndroidApp\cordova\node_modules\q\q.j s:857:14

    at runSingle (C:\Android-dev\cordova-android\bin\HybridAndroidApp\cordova\node_modules\q\q.js:137:13)

    flush (C:\Android-dev\cordova-android\bin\HybridAndroidApp\cordova\node_modules\q\q.js:125:13)

    at nextTickCallbackWith0Args (node.js:420:9)

    at process._tickCallback (node.js:349:13)

    pluginInfo.getEditConfigs is not a function

    I found there is a similar bug here with cordova-lib: https://www.mail-archive.com/[email protected]/msg70264.html

    Any ideas?

    Thank you.

    Hi Hugo,.

    You have run into the bug you linked to. There is a problem in cordova-common, which is used in other packages like cordova-android and plugman. There will be an update to cordova-common and all packages that use it soon. He's just going through the Apache voting process of liberation.

    Simon

  • 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.

  • Impossible to install facebook plugin for 32-bit vista

    Windows indicates that it can not install facebook plugin for uploading photos. will not recognize the file, says unknown file. file is install_facebook_plug file cure - in_1.0.3 [1] tried that it is of no help either.

    When I try to install, it says windows cannot recognize the file. [unknown] file bed install_facebook_plug - in_1.0.3 [1] nothing more. I checked to make sure that nothing was hidden. I think that the rar extension but I'm not sure. I tried the file cure and it cannot help either. If I am not able to install the file on my computer.  Thanks for any help.

  • 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.

  • Issues installing 8BF plugins for PSCS6 Master Collection 56KO

    I was tearing my hair for 5 days now trying to get other plugins that work with Paint Shop Pro X 5. I just bought a new laptop with windows 10 I needed more storage 2 TB after buying CS6 Adobe master collection. My previous laptop was 1 TB and started as windows 7 and 8.1 then 10. I have Photoshop CS3 installed on it but had never tried or thought of filters and plugins, until I started using PSPX5. I have also a PC desk top that I usually leave my laptop to my mom (after the taxi driver went with my last!) After the upgrade to windows 10 on PC I had a lot of problems to do most of my plugins 8BF previously used to work with PSPX5, I did a lot of research and came across FM Patcher witch makes the job for most of them, but I got to find and download the original still too but I was happy with that. Now, I have my new laptop and have installed Adobe CS6 Master Collection, I wanted to see if I could add all my plugins 8BF in photoshop (I have not yet tried on my PC). First I tried to put them in the PSCS6 plugins folder through the tent first 64 bit version but they never showed then made another location by editing > plugins and then selecting a different folder but still, they do not show. I then tried to install the 32-bit version of Photoshop, I had to choose the new location, as placing them in the Panel plugins folder in the program does not work either, but Hay presto I had some good work, but there are about 20 games that does not work! I had to do more research and I have all the DLLs installed and in the right place. I have read various tutorials on plugins and came through the Commander Plugin but here I get lost as most of the plugins that don't work is 56KO and all 8BF I downloaded the free version of light to try it but I don't know if it's the right program, because it did not work? (I'm not sure if the plugins that do not work I tried with Plugin Commander light are FFL)! ?? My final and last spring has been turn off DEP but it would not allow me to do it for Photoshop 64-bit or 32-bit but would allow me to do it for PSPX5. I don't want to disable it forever so I just disabled for PSPX5 and tried a few plugins that work on my desktop PC but not on my new laptop but they still worked! What Miss me? I don't want to have to abandon altogether Please HELP! Some of the sets of plugins, I am trying to install 20 are all the plugins VM and

    Funhouse 1,2,3

    Graphicsplus

    JeuxDelighes / striping

    Kang 1,2,3,4

    Meister of MuRa (Cloud & Seamelss)

    Penta.com

    PhotoEffex

    Psychosis

    Screening

    Vanderlee.

    I really enjoyed using PSCS3 mainly for the scrapbooking and manipulation of photo editing, but then I started using PSPX5 and was able to use it will be all my plugins for the design of my own cards of Christmas etc. Now, I'd like to be able to use the plugins in my Collection Adobe CS6 Master because it can do much more. Please notify.

    It's sounds like most of the filters that you are unable to work in photoshop cs6 are those made with Filter Factory.

    I would like to try this plugin and although it is not free. It is by far the best way to use the filters in modern versions of photoshop.

    http://www.ThePluginSite.com/products/plugingalaxy/index2.htm

    Here is a page about the plugins that you can read:

    http://www.ThePluginSite.com/knowhow/tutorials/introduction/introduction.htm

    Oh and I wouldn't fool around with windows 10 DEP settings.

  • [Windows8] An UPDATE Manager grayed out, Adobe CS6 help button will be not to download any .pdfs help for viewing offline. Is low server now?

    VERY frustrated here. In the past, my use of the Adobe software was increased CONSIDERABLY by the availability of assistance in offline mode. It was can be found, hotlinked, independently operated, was well organized and VERY useful. I was able to solve problems more myself and teach me how to use the new tools. I hear now we just get a .pdf file. We need the old aid system in return. You can simply take content in .pdfs and cut and paste to the old style program. But here's the beef I have today:


    Just installed CS6 Production Premium on a machine of Win8. Sometimes I have to edit in areas without internet. This means that I sometimes have to access offline help. I have pressing F1 and adobe help manager says "awaiting download. I connect to the net after a reboot and load the adobe help Manager. I select the products I want help for (all) offline, I select "notify me when updates to help are available," it says waiting for download on all products. The UPDATING box does not work (in gray), I've hit, and I don't see any download from (confirmed by watching the activity on the resource monitor network traffic and disk). So I close adobe help Manager and reopen it. Now, it says 'Not available' and once again the UPDATE is grayed out. Well, I don't have any help files, then it would be REALLY great if the Adobe help Manager could do his job and download them. My guess is that Adobe has a server down which communicates with Adobe help Bishop and deploys client files Adobe help Mgr. It is a basic feature and really needs fixing.


    It's a good thing that I know enough about Premiere Pro to teach a class about it (making a documentary, and you can teach class too), but I still have much to learn about audition, prelude, speedgrade, etc.. I need F1 help feature in all programs of CS6. Online help is good in theory, but some of us edit in areas without net access.


    So specifically, what should I do to activate Adobe help Archbishop over the phone to an adobe server and download the last .pdfs help? Yes, it is possible for me to find a .pdf file and download it manually, but that COMPLETELY defeats the goal of Adobe help Bishop what can do to make Bishop to help Adobe do planned to use? Adobe: Can you check to make sure that your servers that help Bishop communicates with are still operational? Mega thanks to anyone who helps solve this problem. I'm guessing that I'm not the only guy with this problem.

    I'm really sorry that you are having problems. I asked the relevant team to address this issue.

    From now on, the best way is to download the CS6 help PDF from the Web. You can then configure your product to open the help PDF downloaded when you select the menu help/press F1 by following the steps described in this article.

    Thank you

    Mallika Yelandur

  • I've installed a plugin to add the tab "duplicate" to the context menu for tabs. This was lost when I stupidly updated FF4 (my bad!). I don't remember how I added this feature, which is STANDARD with IE8, FF3.6! Tab Manager disobeys.

    I had installed a plugin to add the tab "duplicate" to right-click menu for tabs. This was lost when I stupidly updated FF4 (my bad). I don't remember how I added this feature, which is STANDARD with IE8, FF3.6! Tab Manager disobeys. WHY IS - IT NOT A STANDARD CONTAINED IN FF4?

    Could this be the add-on you think:

    https://addons.Mozilla.org/en-us/Firefox/addon/duplicate-this-tab/

  • Please help me understand how to install updates with the following error updated Message__The following have not been installed: __Security update for Microsoft XP KB 2289162

    Please help me understand how to install updates with the following error Message

    The following updates were not installed:

    Security for Microsoft XP KB 2289162 update

    See the section "How to get help" of http://support.microsoft.com/kb/2289162

    For individuals, please visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy.  If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    Buying to meet problems installing Microsoft security updates also can visit the following page for assistance: https://consumersecuritysupport.microsoft.com/

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • I am trying to install a plugin for WMC, but there is no column of extras in the program.

    Options column does not appear in Windows Media Center

    I am trying to install a plugin for WMC, but there is no column of extras in the program. I followed a troubleshooting thread where he has proposed to delete a file in ehome, and then restart the PC, but it did nothing and the Extra option is still not there.

    Any ideas?

    No hope then?

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7.
    http://support.Microsoft.com/kb/929833

  • How to install a local help for the tools of cmd.exe and command line on Windows 7?

    Hello

    for many applications, the command line (cmd.exe) is a good choice to get results with minimum effort. The shell has continuously been improved over the years, at least until Windows XP.

    All the command line tools have a short help screen (using the /? option). When you need more information, you use Windows system for example from the Explorer Help. It is very good.

    Now, Windows XP Help content was installed on site, and the operating system. In Windows 7, my computer wants to go to the Microsoft web site on the internet and there is no local help available. The operating system seems to be incomplete. This makes the help system unusable on a computer without internet access or when the server is not accessible.

    So my question is: is it possible to install a local copy of help for the tools of cmd.exe and command line under Windows 7 or do we have to go back to Windows XP?

    Thank you

    Martin

    Download it directly from Microsoft - Windows Command Reference

  • 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.

  • I'm at school and only paid help for my adobe membership. I can't do the cloud to download to my new computer, I had only a front tray. Now, I need this software on my new computer and can't figure out how to download or if I have where it

    I'm at school and only paid help for my adobe membership. I can't do the cloud to download to my new computer, I had only a front tray. Now, I need this software on my new computer and cannot figure out how to download it, or if I where it is, or anything. I'm a person who needs to be talked through things so I can ask questions and get the responces immedent that I'm not good with typing and reading.

    Restart the computer and try again.

Maybe you are looking for

  • What is Enhanced Video App?

    When I restart my computer, I'm being invited to allow/deny access to the Enhanced app video. I tried to remove the video application improved, but his guard telling me that the app is used, even after the denial of access. Anyone has a suggestion ab

  • Support Mozilla redirects to Japanese site

    Since yesterday, I woke up to find that my tab outlook.com pinned, which shows my hotmail Inbox, had changed the outlook login page (which I consider not unusual - I just thought that the cookie has expired and he asked me to connect again). However,

  • Re: Setup TOSHIBA Utilities.msi XP

    HelloI have problem with installing this 'photo view '. http://www.picscrazy.com/image/untitledPXb.jpg

  • HP Photo creation

    Hello, I have a question about the creation of Photo of HP software. East - the possible result of photo Edition of project save a graphic file (JPEG, BMP, etc.)?

  • My mac went slowly

    Hi, since the installation of El Capitan a few weeks back, my Mac went really slow and crashes Any ideas?