Developing in Eclipse, connect to JDE

Hello

Try us blackberry app dev but not really to make professional apps right now.

My colleague has the code signing key on his computer and uses JDE.

I use Eclipse to develop applications and you want to get the GET a sample application signed the JDE to his machine. Packaging in eclipse does not generate a .jdw file.

Is it possible to get the application code signed in his dressing room without installing eclipse?

Please let me know.

Thank you.

You can sign the file of cod without the jde, just use the signaturetool.jar

Tags: BlackBerry Developers

Similar Questions

  • How do you see the System.out.println (without using Eclipse and BlackBerry JDE)

    Hi all

    I just want to know if there is no solution to see System.out.println.

    I use neither Eclipse nor BlackBerry JDE for my development.

    I have my jar, jad files. I convert my jar file using the CAP tool. The .cod files are generated.

    I start the trainer. Now I have 2 windows: Windows Simulor and the output (see picture).

    Then I load my .cod files. But I see not all System.out.println ("...") in the output windows.

    How can I see these System.out.println ("...")?

    Please help me.

    Thank you all.

    Thanks for your help.

    I try your solution EventLogger.

    But I have another problem:

    My request is not a native application (it is a midlet in J2ME, not a UIApplication). Do you think that it will work with EventLogger?

    How can I make a registry for EventLogger:

    static boolean register(long guid, String name) 
    Registers the name and the guid of the calling application.
    static boolean register(long guid, String name, int viewerType) 
  • Develop using Eclipse

    Hello

    All the examples/tutorials I've seen so far to develop for Oracle BPM/SOA suite use the JDeveloper IDE. Is it possible to develop using Eclipse instead? i.e. There are Eclipse plugins that allow me to develop and deploy to weblogic using Eclipse?

    Thank you :D

    I think that the extension is available at jdev only.

  • Problems for additional download BB JRE for Eclipse plug-ins, JDE

    Hello

    I already posted my problem in another thread, but I don't have all the answers. As it is very important to me, I wanted to try with a new thread.

    I downloaded the BlackBerry JDE Plugin for Eclipse and now I tried to download additional JRE of BB. So I added the URL http://www.blackberry.com/go/eclipseUpdate/3.5/java repository. When you try to download the "JRE 5.0.0" I get prompted for a user name and password. This I tried several times with the username and password of the BB Developer Zone, but it does not work. He always tells me that the connection information is incorrect. What could be the problem? What I do use other connection information, or do I have to register somewhere else?

    Thanks in advance for your answer!

    Concerning

    jtr87

    Hello

    Thanks again for your response. I solved the problem URL I used was bad. I found the URL in another thread here and it seems that it is just out of date. So far, I have used the URL

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

    to download additional JRE of but the right URL is for Version 1.3

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

    Thanks again for your help!

    Concerning

    Roland

  • Java plug-in for Eclipse or BB JDE BB

    Hello developers BB!

    I am really new to the BlackBerry development world as you will see.

    I started to read some of the tutorials and there is something that I'm not sure. What is the difference between BlackBerry Java plug-in for Eclipse and the BlackBerry JDE? Which one should I use to develop my applications?

    I'll take this opportunity to ask, is there a graphical development environment to develop applications? or do I have this code? I ask this question to the General knowledge.

    Thanks in advance for your time and help.

    Best regards.

    You should encode everything, there is no GUI Builder. Eclipse is the way to go, JDE is removed out sooner than later.

  • A question about the Oracle SQL Developer Oracle instance connection

    Hi all

    I would be grateful if you could kindly give me a helping hand.

    Recently, I installed the Oracle 11 g on Linux (ubuntu 8.10) database. I not create startup scripts. So here's how I start the server: (my linux user name is "dariyoosh", but in order to start the server I have connection on the terminal shell as user 'oracle')
    dariyoosh@alborz:~$ su oracle
    Password: 
    oracle@alborz:/home/dariyoosh$ cd
    oracle@alborz:~$ ORACLE_SID=database01
    oracle@alborz:~$ . oraenv
    ORACLE_SID = [database01] ? 
    The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1 is /u01/app/oracle
    oracle@alborz:~$ sqlplus '/as sysdba'
    ...
    SQL> STARTUP NOMOUNT
    ORACLE instance started.
    ...
    SQL> ALTER DATABASE MOUNT;
    ...
    SQL> ALTER DATABASE OPEN;
    
    Database altered.
    Then I can work without any problems with my database and everything works pretty well. Today, I decided to install Oracle SQL Developer IDE as it makes it easier to modify the SQL code. My problem is that after reading the tutorial Oracle online, that I am still able to connect to my database. Firstly according to the method that I wrote, I have set up the Oracle instance. But then when I run Oracle SQL Developer I don't know what to choose for the user name and password? because since SQL * Plus shell as you can see I always write: "sqlplus 'virtue sysdba' and it does not prompt me for any password, I can access the database directly." Any idea? What password? What user name? for Oracle SQL Developer?

    Thanks in advance.

    When you connect "/ as sysdba", you actually connect as the user named SYS from the privileges of your operating system. SYS is the owner of the database and a privileged user. You really want to use this username for the day to day operations, but only for what can do only SYS. If you need a different user name. Several Oracle databases have a user named SCOTT who has a number of tables for use tutorial. By default, the password for SCOTT's "Tiger." You may also have other demo users, such as "HR". I admit that I forgot what is the password of the HR, but it doesn't really matter because SYS can change with this command:

    ALTER USER hr IDENTIFIED BY whateveryouwant;
    

    This command:

    SELECT USERNAME FROM ALL_USERS;
    

    lists all the users in your database. Understand that many of these users are there as owners of objects such as stored procedures and tables for Application Express, or TYPEs for Oracle Locator, not for general use. When you are ready to create your own objects, ask SYS create a username for them with

    CREATE USER myusername IDENTIFIED BY mypassword;
    

    and grant that user the privileges as necessary. You'll want to read before you get too far - I think that the developer of the Application Guide is a good starting point.

  • Developer SQL to connect to the SQL server database

    Hi friends,

    I have a 3.2 sql developer. I have download jtds1.2 as a driver to window thirty part. It works and tab SQL Server appear in the login window.

    But consultation of database button does not work and not able to enter a sql database name.

    Without the database name, I got the error message as failure 0 test failed: 'CACI1111\SQLEXPRESS', the name of the server host unknow. I use the port 1433 defolt.

    However, I open SQL server 2008 express in my local PC.

    What should I do?

    Thank you

    newdba

    I corrected the problem that results from disable TCP/IP in SQL Server.

  • Developer unable to connect SQL database Oracle as a SYSDBA

    Hi all
    Recently, I installed SQL Developer3.0 on my machine and try to create the connection to the local Oracle server. But something confuses me. When I login as normal role, it can connect DB successfully; When I connect as sysdba role named sys, it has always failed and show "name of user and password invalid. I don't know that the username and password are right, because I haved connected the oracle DB from pl/SQL with the same user name and password. And I also chose the role as sysdba. SQL Developer3.0 not support connect as sysdba? I would be very grateful if someone could give me a helping hand. Thanks in advance.

    Hi 851634,

    Do you need a password for remote sysdba (old link) file?
    Cannot connect as sysdba in Oracle Enterprise Management Console

    You can try to open a session (loopback) on the network as sysdba, which requires a password file.

    -Turloch
    Team SQLDeveloper

  • development of a connection and registration page

    Can someone tell me what would be a good way to create a page of connection and registration in DW 8. We will use Microsoft SQL 2005 to store the user information. I use PHP with MS SQL 2005? Or it would be better that I use ASP.net with VB or c# with features of DW 8. The websites that I have are all created in DW 8.

    cpltek wrote:
    > PLans changed I'm now using dreamweaver 8, php and mysql to create the
    > logon page and registartion for my web site.
    >
    > you know any good books or websites to help connect all these
    > tools together?

    Mine: "Foundation PHP for Dreamweaver 8.

    You can find more details here: http://foundationphp.com/dreamweaver8/

    --
    Adobe Community Expert David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Lotus Moble Connect & Eclipse plug-in for BlackBerry

    Hello world

    To Devlopp a Lotus Notes client for the BlackBerry platform, I use Lotus Mobile Connect to SECURE the connection between the BB and Domino server, is the use of Eclipse as an IDE will not affect that?

    the use of Lotus Mobile Connect depend on the IDE? is the Lotus Mobile Connectcompatible Eclipse.

    help me pleazz I have to make a decision (use websphere Studio device development or Eclipse with the plug-in to test the application on bb Simulator).

    Salvation;

    I want to thank you for your help

  • Problems with Eclipse 4.2.1.17 JDE component Pack

    I recently installed the Eclipse component on a job pack 4.2.1.17 existing Eclipse with Blackberry JDE environment.

    Hopefully, I can build and run my application:

    one) about Eclipse with 4.3 to 4.7 component packs

    (b) on the BlackBerry JDE 4.2.1.41

    However, when I try to compile my app on Eclipse with a configuration for 4.2.1.17 I get many build errors. For example

    "The TextField() constructor is undefined.

    I spent 4 hours to reconcile the various project settings and working space between a work and version 4.2 configuration broken and do not see a difference. The only thing I noticed is that, during the exploration of the net_rim_api.jar with the package Explorer, the jar for versions of work has a constructor defined for TextField() and for version 4.2 broken there is not a defined constructor. My understanding of Java is that the compiler should not guard on this subject and decided in this case to the implicit Field() the super class constructor. This seems to be the case for the BlackBerry JDE 4.2.1.41.

    Clearly, Miss something.

    Has anyone successfully built with 4.2.1.17 on Eclipse?

    Anyone have any suggestions for things to check or do to make this work? I would like all my development exclusively to Eclipse and this problem prevents me to do.

    Same problem on thread later described at: http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&thread.id=49686&view=by_date...

    Seems that I used an API not documented by mistake and it worked in new versions. Comment by wire above the RIM rep suggests not using undocumented APIs.

  • I could develop Java Application for Blackberry device software version 5.0 to 6.0 JDE

    Hi, expert,

    I saw this line of the ' BlackBerry Java Development Environment - 4.7.0 - fundamentals Guide'.

    It is said:

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

    With each major version of the BlackBerry Device Software and the FMV of BlackBerry, Research In Motion includes the
    corresponding Java API and version of the BlackBerry® Java® development environment. The version of the BlackBerry device
    Software determines the version of the BlackBerry® integrated development environment that you can use to develop
    applications. For example, RIM released BlackBerry Device Software version 4.0 and BlackBerry JDE version 4.0 in even
    time. BlackBerry JDE version 4.0 supports APIs that were introduced in BlackBerry Device Software version 4.0
    and BlackBerry JVM version 4.0.

    The applications that you create by using BlackBerry JDE Version 4.0 only work on BlackBerry devices
    running BlackBerry Device Software version 4.0 or later.

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

    The last sentence talking about version 4.0 of JDE. I think that would mean that I could not develop a java application on JDE 6.0 for Blackberry 5.0 version of the software, even if I do not use any new API to 6.0. However, it seems to me that it is a useless limitation. Could someone throw some lights on it?

    I'm going to agree with superdirt here.

    I have the 5.0 OS update of applications work well on OS 5.0, 6.0 and 7.0 of the OS OS phones.  I try not to recompile for levels of the OS, if I can, and so far I've been perfectly safe with OS 5.0 running on the later levels of the operating system.  So you should be able to get away with just using OS 5.0.

    Not that it is important for you, but I just thought I documents some historical information about level changes.  .

    As far as I know it 2 change cod in the file format, one to the 4.0 OS and the other in OS 4.2.  Therefore, if you want to run anything in OS 6.0 or above, it must be compiled in OS 4.2 or higher.  Again, I have applications compiled to OS 4.2 running on OS 6.0, without no problem devices.

    There have been changes to the API - the result is that the code that works in OS xx does not work in OS yy where yy is after xx.  I hit a few of them and have so far managed to rework the code so that it works very well on both levels of the operating system.  In general it is things that I do wrong anyway, as the older operating systems (from memory) are not as strict on when the event Thread must be used.

    The problem with OS 4.7 compatibility is an impact and to get more of this, for devices touch screen only, I compile using OS 4.7.  If an application that uses only the functionality that was available in the OS 4.2, I compile on OS 4.2 for non touch screen phones and OS 4.7 for touchscreen phones.  And everything works fine.

    I hope this helps.

  • Eclipse, plugin, found no BB JDE entry point

    I'm pretty new to Java and just to try my first app HelloWorld with BB JDE rain-gin for Eclipse.  I have read through a few early sections of the BB Device Application Startup Guide and have basically just copied the code in section 2.

    I can build the app without problems, but when I try to run on the Simulator, the sim card comes with JVM error 102 invalid code in filesystem and get the following output in the Console of BB generator:

    Executing rapc for the project HelloWorld at Thu Apr 02 23:56:33 EST 2009.
    C:\eclipse\plugins\net.rim.eide.componentpack4.5.0_4.5.0.16\components\bin\launcher.exe C:\eclipse\plugins\net.rim.eide.componentpack4.5.0_4.5.0.16\components\bin\rapc.exe  -quiet codename=..\HelloWorld\HelloWorld ..\HelloWorld\HelloWorld.rapc warnkey=0x52424200;0x52435200;0x52525400 -sourceroot=C:\Users\Tony\workspace\HelloWorld\src C:\Users\Tony\workspace\HelloWorld\bin
    Warning!: No entry points found
    java.lang.Object: Warning!: No definition found
    net.rim.device.resources.Resource: Warning!: No definition found
    java.lang.String: Warning!: No definition found
    com.rim.resources.HelloWorldRIMResources: Error!: Class: java.lang.String has no member: equals
    rapc failed for the project HelloWorld
    
    Executing rapc for the project HelloWorldBB at Thu Apr 02 23:56:35 EST 2009.
    C:\eclipse\plugins\net.rim.eide.componentpack4.5.0_4.5.0.16\components\bin\launcher.exe C:\eclipse\plugins\net.rim.eide.componentpack4.5.0_4.5.0.16\components\bin\rapc.exe  -quiet codename=..\HelloWorldBB\HelloWorldBB ..\HelloWorldBB\HelloWorldBB.rapc warnkey=0x52424200;0x52435200;0x52525400 -sourceroot=C:\Users\Tony\workspace\HelloWorldBB\src C:\Users\Tony\workspace\HelloWorldBB\bin
    Warning!: No entry points found
    java.lang.Object: Warning!: No definition found
    net.rim.device.resources.Resource: Warning!: No definition found
    java.lang.String: Warning!: No definition found
    com.rim.resources.HelloWorldBBRIMResources: Error!: Class: java.lang.String has no member: equals
    rapc failed for the project HelloWorldBB
    

    I don't see that I left something out of my Java code.  Also, I tried to find where the appeal of CAP is defined - can someone please point me in the right direction.

    I'm under Eclipse 3.4.2 and 8300 Simulator.

    FYI, I did an uninstall complete re - install Eclipse and the JDE plug-in and now it works fine.  I had prviously installed in are, unrelated with folders and also in the path of the users folder then maybe it had something to do with it.  This time, I installed under a dedicated path of BlackBerry and everything works fine.

    Thanks for your time.

  • JDE component package are not not in the eclipse preferences

    I installed the beta2 of eclipse plugin that comes with the component package 4.5. I also installed the beta JDE 4.7 which comes with the 4.7 component package. Two of them work properly except that I want to work with libraries 4.7 but component package 4.7 does not appear as an option in the preferences of eclipse, it won't let me choose 4.5.

    I tried to reinstall 4.7 JDE nothing helps.

    Should I do so that the component Pack see the 4.7 in option in eclipse?

    Any help would be appreciated.

    Please note that the current beta version of the BlackBerry JDE for Eclipse requires the update of the Eclipse for the JDE 4.3 software component Pack and that he cannot stand the previous installations of the BlackBerry JDE or BlackBerry JDE component Packs.  They can be downloaded here:

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

  • Eclipse plugin JDE and 4.5.0 simulators

    I have Eclipse with the JDE plugin runs very well but can't seem to change the default Simulator for a given version. For example, when you use the 4.5.0 Simulator game, Eclipse will always run the Simulator 8300 but I really want to test with the 8130 Simulator. I have the same problem with 4.2.1 still running 8800 sim card - I can't change for the 8700-blue for example.

    I can run the 4.5.0 8130 Simulator manually using the file standard 8130.bat but I want to leave running within Eclipse.

    I tried tweaking different files but can't Eclipse to change what Simulator it runs. Could someone tell me please in the right direction? Is there a secret file somewhere (I tried to change some of the RC files, but that did not help). Is there a registry setting? Or--shudder--is this hard-coded?

    I use Eclipse with JDE plugin 1.0.0.22 3.3.1.1.

    Thanks for your time.

    In fact, you can change it from within eclipse itself.  Simply edit the 'run configurations' and 'edit configuration' settings to implement a new Simulator.  It is also in the same place where you can configure other settings for the device Simulator (i.e. PIN for use, clear the NVRAM etc. etc.).

Maybe you are looking for

  • I'm unable to download Pocket! What is going on?

    I am not an 'old' to disable, or can download the 'new.' Thank you. (I tried a bunch of times).

  • How can I activate my built in webcam on my EliteBook 6930p

    Spoiler (Highlight to read) How can I activate my built-in webcam on my EliteBook 6930p using windows 7 ultimate 32-bit Operating system. How can I activate my built-in webcam on my EliteBook 6930p using windows 7 ultimate 32-bit Operating system.

  • HP 2000 Notebook PC: Power password

    HelloI'm stuck on my laptop of HP 2000 asks me to enter a power on password. After a few attempts, it gives me a disabled system '83057022'. No idea how to unlock this thing? Very much appreciated. It's a windows 8 if that helps.

  • How to permanently remove this task scheduler?

    HelloWhen I remove this task from Task Manager [optimize Start Menu Cache Files-S-1-5-21-3340890759-3278064746-2142838269-1001]He started again automatically whenever I restart my computerHere's the sceenshot of this task: https://skydrive.live.com/r

  • Telephone directory of TMS export

    Hello world We have a server TMS configured and running, with several pounds of phone manual list. Now, I am deploying a new TMS and configuring everything from scratch (do not use existing databases), including telephone directories. I have re-creat