AutoStart w/o JDE (Eclipse)

I use the plugin Eclipse and all the docs seem to point to examples of JDE autostart configuration.

Can you tell me what the JDE is hilarious on the autostart options so I can do the Eclipse?

Thank you

I havn't widely used eclipse, but you can find the autorun option in the ownership of the project.

Tags: BlackBerry Developers

Similar Questions

  • JDE Eclipse plug-in

    Hello

    I write this message for tips and out of my concern for the current state of the eclipse for JDE plugin.

    As a newcomer to the development of blackberry, I tried to optimize a process for the development team to

    make their job a little easier, more specifically, the ability to debug our application in eclipse using the Simulator.  I managed to develop a simple application that I can with ease, call the debugger, however, I would like to know about 2 main problems I've noticed

    (1) be constrained in the CBC for source file

    (2) not be able to include libraries third 3rd in a workspace of blackberry.

    Problem # 1 is not a problem, it of a pain, but not as bad as (2).  As you know, most java applications use the libraries open source by preventing the Constitution of third-party libraries, life becomes very difficult, and I suppose that in some cases, people/companies drop this and move to another platform.

    What I really want to know is - what, work to correct these problems and to deliver a new version anytime soon?

    I hope you are because in its current state, you send a bad message to developers, youenjoy that problems with eclise JDE plugin google see what I mean.  I like to develop for the blackberry, but the lack of a debugger is a pretty serious problem.  Given that both Eclipse and Netbeans are main currents IDE, you will need to accept that most of the people will NOT fall to use your own custom made Java IDE.

    There was on my team talks about moving to another platform and is one of the main factors as bug fixing is a nightmare without a debugger and we have standardized on the use of eclipse.

    If the task to solve this is also very good, why not make it open source and you will have an idea of how much of an issue this is and how much people are willing to invest to make it better.

    If you are any chance to go to the Conference for developers in San Francisco next week, then it would be an excellent opportunity for you to ask in the future for various people on BOARD on the plug-in.

  • JDE Eclipse no longer charge

    I recently installed the last Plugin Eclipse for BlackBerry OS 7, version as of October 18, 2011.  It worked great at first, but the last few days I have not been able to open it.  It hangs on the splash screen for Eclipse.  I tried the eclipsec.exe of the launch command line and was able to copy this information:

    13:43:28, 672 ContextManager TRACE [R] starting in version: 1.5.0.2011101415
    12
    13:43:28, 756 property DEBUG [C] listener changes is enabled.
    13:43:28, 784 ContextManager TRACE [R] startingneed update: true
    13:43:28, 787 TRACE [B] enter ResourcesBuilder build (); Type = 9
    13:43:28, 788 [T] DEBUG startup search CPs
    13:43:28, 792 build() TRACE [B] leaving ResourcesBuilder
    13:43:28, 792 DEBUG [T] CP named BlackBerry Java SDK version 7.0.0 was found in:
    : \Eclipse\plugins\net.rim.ejde.componentpack7.0.0_7.0.0.33\components
    13:43:28, 848 qualify DEBUG [B]: 0
    13:43:28, VM 852 DEBUG [K]: * ADDED * [$1318982160325 H:\Program files (x 86) \Java\jr]
    E6]
    13:43:28, VM 852 DEBUG [K]: * ADDED * [BlackBerry JRE 7.0.0$H:\Eclipse\plugins\net.
    RIM.ejde.componentpack7.0.0_7.0.0.33\components]
    13:43:28, 873 TRACE [V] tries to create VMS with name - BlackBerry JRE 7.0.0
    13:43:28, 885 DEBUG [I] Bundle [net.rim.ejde] changes state to Started.
    Connection timed out: connect
    13:43:50, 049 qualify DEBUG [B]: 19

    After that, they no longer and I can not load Eclipse.  Here is the information in my fichier.metadata\.log:

    ! SESSION 2011-11-03 13:43:27.411-
    eclipse.buildId = M20100909-0800
    Java.version = 1.6.0_29
    Java.Vendor Sun Microsystems Inc. =.
    BootLoader constants: OS = win32, ARCH = x 86, WS = win32, NL = en_US
    Command line arguments:-OS win32 - ws win32-arch x 86

    ! ENTRY org.eclipse.core.resources 2 10035 2011 - 11 - 03 13:43:28.244
    ! MESSAGE from the workspace is out with the unsaved changes in the previous session. workspace to retrieve refresh changes.

    Does anyone else have this problem? Any ideas?  I already tried to delete and re-downloading/re-installing Eclipse.

    Thank you!

    Seems to have been a corrupt workspace. I used the same as that as before, so as soon as I delete, Eclipse recreated and launched without problem.

  • Preprocessing in Blackberry JDE plugin for Eclipse

    Hello

    Here's a piece of code

    //#preprocess
    public class Main {
    //#ifdef AAA
        int x;
    //#endif
        int x;
        x = 3;
    }
    

    If I run the JDE Eclipse plug in point 1.1, it works perfectly.

    However, when I use Eclipse 1.0 component package 4.2.1 plugn it does not work.

    Eclipse is said to 'Duplicate the field Main.x'. (I have not "define constants 'AAA')

    Any idea on this?

    Eclipse 1.0 and package 4.2 does support preprocessor?

    (I need to develop the application that support 4.2.1 so it is important to use JDE 1.0 eclipse plugins).

    Thank you in advance.

    I found the solution:

    Define an arbitrary Constanst (preprocessor definitions) in the project properties.

    That activates the function "preprocessing" of eclipse and everything works fine.

  • BlackBerry JDE contra Eclipse

    I have a structure very convinient in my BB JDE.

    I have 3 distinct classes and a small class of common definitions. I have a common plan for all 4, but they are separate, defined projects in the package because I need 3 .cod files. Import the shared class is simple since they are all in the same package. Very neat.

    I tested the JDE Eclipse and I find that it has many very good features. Now it does not seem possible to make a similar construction in Eclipse. The only way Eclipse allows me to build a package is in a project. And I must have separate projects to obtain separate .cod files. And so I find myself with separate packages. And simple import between different packages does not work.

    Am I missing something here?

    In Eclipse, packages are per project, you thought. What you can do (since you're using 1.1) is to create a single source folder and other projects have reference it.

    If it's a bit bulky you could tell then each project to ignore some source files so it compiles only those you want.

    Regarding importation, right-click on the project, choose Properties-> Java Build Path, then go to the tab projects and adds the common project. If you generate an ALX file, choose the BlackBerry_App_Descriptor.xml file and choose the tab generer generate at the bottom, select "Generate the files .alx file" and (after the common cod ALX file was triggered) choose Add under the "Desktop Manager deployment dependencies" and add the common cod ALX file.

    This will not be cod resulting in the same folder, but it will ensure that they compile properly and are properly configured.

    As a little extra, if you want the projects 'pretend' to be in the same group then you can create sets of work. To do this, right-click on a project and choose "Assign work sets..." "then on the bottom of the popup window click on 'Working configuration Package Explorer games' next select new, give it a name, select the projects that you want in this work the value and click Add. Close the popup windows and under Package explore select the small arrow pointing down (if you go over it, it should say 'View Menu' then to 'Higher level Elements' choose "Working Sets"

    This should help you close to what you were doing in the JDE.

    Hope that helps, if you have any questions feel free to ask.

  • Download plugin Eclipse JDE

    What is someone is able to download the JDE Eclipse plugin?  The zip file seems to be corrupted.  I tried to download about 10 times with IE and FF.  No love.

    At the bottom of the plugin download page, there will be a link to "Download the Complete Eclipse Software Update". It's 500 MB or more, so it'll take a while to download. Download Eclipse Classic 3.4.1 Eclipse.org so... to launch Eclipse, go to help-> software updates-> add a Site-> Archive and select the downloaded Zip file. It should give you a list of available plugins to install... Select the JDE plugin and component 4.3 and 4.5 packs (you can select the 4.6 and 4.7 expensive if you want).

    I hope this has helped!

  • Image with blackberry eclipse

    Hi all

    How to create an image using blackberry jde Eclipse? any suggestion to create? or example it?

    concerning

    Add your image to the project.

    Create a Bitmap.

    Bitmap _marker = Bitmap.getBitmapResource("marker.PNG");
    

    Create BitmapField.

    BitmapField bf = new BitmapField (_marker);

    Add BitmapField to your screen.

    Look for the API docs for more information on the various constructors and methods available.

  • Localization issues - Eclipse HR Manager is not a valid resource file name

    Hi all

    I'm doing the localization of an application and I followed all the steps correctly. This is not first time that I do, but when location meets an odd error that I couldn't fix by far now.

    Here's what I do.

    1. I use Blackberry JDE Eclipse 1.1 plugin with 4.2.1 package.

    2. I created CRR and RRH files properly and have made the necessary changes in the codes to use these resources.

    3 eclipse is able to generate the Interface and everything is fine. Code compiles correctly.

    4. when I try to run the app in the Simulator (8800 in this case) demand is firstly be packed and this is where the problem is happening.

    'Draft packaging... '. "has encountered a problem.

    An internal error occurred during: «Projects of conditioning...» »

    Thanks Mark,

    I use Blackberry Java plug-in for eclipse 1.1.2.

    What version of Windows are you using?

    Windows 7 Professional 64 bit

    What is the language setting of your Windows?

    En-US


    You are able to build the localizationdemo which is included as an example with the BlackBerry SDK in Java?

    I have not tried.

    But I managed to make it work. Here's what I tried.

    1. I created a new workspace.

    2. I imported the old project of new workspace then tried to compile and it has not yet.

    3. then I tried to rename the files RRC and HR Manager to use smallcase with language as LocalDemo_en instead of LocalDemo_EN code and it worked. To confirm this I rename it again and it's not because of the capital AND in the names of files.

    Chase now IN only and its working fine. I finished my project so its not longer a problem now. Please look in my post.

    but now I am struggling with simulators, none of the Simulator is loading/work in all cases. Just looking around for more information on the subject, but not yet found what the problem is. I'll post another thread if necessary.

    Kind regards

    Sameer.

  • Dependency problem with the new Blackberry Plugin for Eclipse

    I just encountered a problem with the new version of the JDE Eclipse Plugin. I set up my application project so that it uses two other projects such as libraries. Both of these projects are on the way to build Java in the settings of the application project, and the manufacturer Eclipse compiles without errors.

    But when I try to run on the Simulator, the application loader throws an Exception stating that it could not find one of the classes listed in library projects. Since it is the importation of first class in the main class, I guess that it was unable to find the entire library.

    I tried to have the application project to import the project two library, but nothing alx files has changed.

    In the old version of the Plugin, there is a property of the project "Blackberry project dependencies" or something like that, which should be set for library and rapc.exe projects and the simulator would be their. That went away, and I was told during Devcon now suffice to add libraries to the classpath. Apparently, this is not so for me.

    Can you give me an indication of what goes wrong?

    The problem seems to be that I imported my projects since the previous version of Eclipse plug-ins, Blackberry. I have now created a new workspace and new projects, completely maintaining the source files, and it works.

  • Eclipse 3.4 Installation of Plugin problems

    I'm using the latest installation instructions for a JDE Eclipse plug in (from 08/08/2009).

    When I run the installation of plug installation process fails with the following error:

    An error occurred collecting elements to install

    Error when closing the output stream for net.rim.eide.componentpack4.2.1/osgi.bundle/4.2.1.17 on repository file:/C:/eclipse/.

    Decompression C:\Users\[protected]\AppData\Local\Temp\net.rim.eide.componentpack4.2.1_4.2.1.173366489745841048811.jar error: invalid zip file format

    I've seen people will present this information already, but I have not seen someone replies with a solution:

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&message.ID=37968#M37968

    Help, please

    Edmon

    The only solution I found to work so far is:

    -Start by Eclipse 3.4 installation from scratch, i.e. no previous component installed

    1. download the stand-alone Installer JDE plugin and install it from outiside of the eclipse.

    (as of 08/08/2009 this stand-alone Installer JDE contains 4.5 component pack)

    2. download the 4.6 and 4.7 component packs

    3. from Eclipse update installation first component 4.6 software pack and restart Eclipse

    4. from software Eclipse update install component pack 4.7 and restart Eclipse

    5 configure your Blackberry workspace to use 4.7 component packl

  • How to rename the JAD file to eclipse MIDlet name

    Hi, expert,

    at the present time, our product team asks me to change the product name of the name of one to the other, I changed the title in the properties of the eclipse project and thought that's it. Cod file name was still the same as before.

    Then I discovered that I was wrong. The name options-> list of applications is still the old name. Then I change the COD file name (the name of the JAD file is also modified with it) and thought that I would be ok this time.

    I was denied again. The name on the download of air link always displays the old name and found out that the JAD stll MIDlet-name file has the old name and browser would use this name. Options-> application list, it still shows the old name. So I have to change the name of the MIDlet-name for the new name. However, I couldn't find a way. on the descriptor xml project, there is a tag called MainMIDletName, I changed to the new name:

    However it does not seem to help as well. After research, I found this link, but it does not say exactly how do without changing the name of the project that I really don't want to do:
    http://supportforums.BlackBerry.com/T5/Java-development/how-to-rename-JAD-in-JDE-Eclipse-without-ren...

    I have a few choice here? Any help would be appreicated.

    Hello

    To have the "MIDlet-Name" of the renowned JAD property, you will need to rename the project. Output file names can be changed via the BlackBerry_App_Descriptor.xml > Build (tab) > name of the output file (field).

    Kind regards

  • Eclipse plugin Simulator - how to set up the network

    Hi I installed Blackberry JDE Eclipse plug-in successfully. My test app works fine on Simulator until he tried to open an HTTP connection to a URL (a real web address like www.google.comor localhost):

    Here's the code I used:

    S StreamConnection = null;
    Try

    {

    s = (StreamConnection) Connector.open (getUrl ());

    HttpConnection httpConn s = (HttpConnection);

    State int = httpConn.getResponseCode ();

    ...

    }

    So my question is how to set up the simulator so that it can open the connection to the network.

    Of BlackBerry MDS Simulator is packaged and installed with the plugin Eclipse and can also be downloaded separately if necessary. You can configure to start the MDS Simulator with your simulator of aircraft in debug/run dialog box. For more information about these steps, see the Eclipse plug-in for the next topic test a BlackBerry Application that uses an HTTP connection.

    To understand the parameter deviceside and information about network gateways, see the following resources:

    DB-00396: that is - different ways to establish an HTTP connection or socket
    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is...

    Video of transport network:

    http://NA.BlackBerry.com/eng/developers/resources/VideoLibrary.jsp#tab_ddetail_subtab_jde

    On BlackBerry's wireless data Transport Management - Part 1

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe?func=LL&objid=832210&objAction=browse&s...

  • Help combining Library project Application project .cod

    Hello

    I developed a BlackBerry app for 5.0 using the JDE Eclipse.  I have my main application, MyProject project, so a library project, MyLibrary.

    MyLibrary is configured to start automatically when the device turns on.

    Now I have do some customer acceptance testing, I need an easy way to distribute the application (mainly online).  I packed up and signed applications.  However, it's a pain to have to install the MyLibrary project first and then installing the MyProject.

    So, I tried to add the MyProject.jad to the MyLibrary.jad using the tool UpdateJad.exe.  However, I have had no success.  I get a message that I'm missing MyProject - 3.cod (which does not exist).

    Someone can offer me please help?  Perhaps show a little example on exactly which files are needed and how to combine them with UpdateJad.exe?  I've seen other posts on this topic but none helped.

    Thank you!

    Thanks for the link, it is certainly useful.

    I thought that my problem - is that the tool UpdateJad.exe was not in the same directory as all of my .cod and .jad files...

    Thank you!

  • Global events and global event listeners does not work!

    I don't know who to ask if I have questions about knowledge base articles so I'll post here.

    I want to push the alert as how dialog box integrated calendar alerts to users. I understand that I need to use the globalevents and listeners, so I studied it in the knowledge base article below:

    http://supportforums.BlackBerry.com/T5/Java-development/global-events-and-global-event-listeners/TA-...

    However, when I run the code, it does nothing. The way it is set up, it should display messages ("received event, sending accused of receipt and acknowledgement received"), but nothing happens on my Simulator, once I have 'fire' of the global event. Help, please!

    No problem. We were all there at one point.

    Each of these files has a main method that is your entry point to the application. Since everyone has one, they all have two need to have their own projects.

    For example, to create a new project for each of these files in Eclipse (or JDE; Eclipse preferred) and drop the code in., and then run the two projects on the Simulator.

    Once both applications on the sim card, you can then view the interaction between the two applications.

  • Seen the implementation of Java environments questions * Noob help *.

    Yes I'm having installation issues all environments for just trying to learn Java!

    I am new to Java and the development of Blackberry and I want to just make sure I'm set up everything correctly.

    I am running Windows 7 Home Premium (64-bit)

    And so far I have installed:

    • Java SDK (6 update 26)
    • BlackBerry JDE 6.0.0
    • BlackBerry JDE components 4.7.0
    • BlackBerry JDE Eclipse Plugin 1.3
    • Visual Studio Express 2010

    I'm trying to follow the writing of your first Application.pdf

    and as soon as I get to Page 7-"Setting up your new project BB" it says on step 4 to select "Installed components"< nowhere="" in="" my="" version="" of="" eclipse="" do="" i="" see="" this="" (or="" some="" of="" the="" other="" options="" for="" that="">

    I thought that perhaps I was not installed things in the correct order or something, so I went back and reinstalled everything in order the tutorials describe - still nothing + _ +.

    I tried to open "Blackberry JDE" by itself and it gives me this error: "Windows cannot find"javaw". Make sure you typed it correctly, and then try again. "and then it closes just, even if I never typed something.

    I don't know what are the issues... any help would be appreciated, I just want to start to learn Java because I have a few ideas cool app floating around.  Ask if you need more information!

    Thank you!

    Welcome on the support forums.

    If windows cannot find javaw you missed the step where you add the path to the PATH variable.
    http://www.Java.com/en/download/help/path.XML

Maybe you are looking for

  • No access to the DVD drive - 38 error code

    Update Driver published 07/07/08 to 23:59 has been installed on my system as made by Toshiba Tempo but rebooting my machine, I get error 38 (according to Vista) that prevents the new driver installation as the old pilot is resident in memory... ?? Ef

  • OfficeJet 6500: black ink does not print

    HELLO, pot black ink print. I tried replaceing the cartridge and cleaning the heads. The other colors are fine. Any suggestions will be appreciated. Thanks, RC12

  • How to track my messages to iphone 5 girls

    How to track my iphone, instagram, and facetime girls messages

  • shortcuts __desktop won't open the window maximum size

    How can I get my desktop shortcuts to open in maximum size?  I pulled the display open maximum size according to the instructions, but nothing helped.  IE will open allright, as well as windows, chosen among the Favorites, but the desktop icons will

  • Dual monitor displays time #1 & 2 in 1. How can I fix it?

    While trying to set up multiple monitors, I realized #2 is not activated, then when I identified the two say #1. I've read this before, but can't remember how to fix it. I have readit was in initial Setup, which I just got. Help, please!