IDE for development

Hi all

We have mainly two IDEs, BlackBerry JDE and Eclipse with the plugin (haven't used Netbeans). BlackBerry JDE has its own folder structure, and this isn't errors give directly when you change the code similar to Eclipse.

Where as Eclipse generates the src folder and even it mandates resource files should be folder src unders.

If in the case of a person who is uncomfortable with Eclipse. I read somewhere Eclipse with the wrong plugin for related production envt. If I want to use Eclipse for the edition and BlackBerry JDE for other purposes. Will there be problems?

It is advisable to do it, or simply using BlackBerry JDE would be desirable.

Or it is easy to use the two seamlessely. Any tutorial or points for that.

Please, sorry if that sounds confusing. I am a newbie and just try to understand the evnt for Blackberry development.

Thanks in advance,

Sandeep

Deploying applications BlackBerry is similar regardless of the IDE used to create.

You can also open the same project in the JDE BlackBerry and BlackBerry JDE for the eclipse and use either for development (just at the same time).

Tags: BlackBerry Developers

Similar Questions

  • Free alternative IDE for development Playbook?

    Hello

    does anyone know any good alternative IDEs for development of Blackberry Playbook?

    I guess the requirements I'm looking for is the following:

    + Support ActionScript 3

    + Easy run to the device (via IP address)

    + Blackberry Playbook SDK support?

    Eclipse will not work because it lacks proper support for ActionScript - unless someone knows a good plugin - and Netbeans, well, does anyone know any good plugins that I kept on downloading plugins AS2?

    During my trial for Flash Builder Burrito is upward, I really want to pay the six hundred - correct me if I'm wrong - dollars.

    See this post studiochris ...

    FlashDevelop and BlackBerry PlayBook development: the basics

    for the discussion of the package FlashDevelop free & open source.

    I installed it just now and it seems real interesting and seems to be well supported.

    I will probably reconsider during my free trial of Flash Builder is in place.

    In addition, it was mentioned on webcasts that RIM planned costs of mitigation on Adobe tools for developers PlayBook, but there is no detail given in time.  I think it is total logic for them to do and there are several ways they could help out.

    For me that is not a question can I scratch a check for this or that piece of hardware, software or book - the question is where all this ends.  There's just an explosion of platforms and devices, and unless you already have a viable monetization strategy, it has the potential to be nothing more than an expensive hobby, and I already have expensive hobbies.

    IMO the economic reality is that underdog platforms will need to continue to the community of developers of seeds in order to get their stores built on app.

    RIM could probably do it in a way that is fair to all parties, for example:

    (1) work with Adobe to extend some trial licenses for active developers who submitted X number of apps in the last months of Y.

    2) don first corn cut from several hundred dollars to the RIM 30% from the sale to a developer for a license purchase.

    (3) just hard give a license to any developer showing a showcase app and/or a very popular app, be they free or paying.  Apps that show the platform and that users want it are probably well worth the wholesale price of a license.  Numbers of high download for a soft, free or paid, are the votes of users say they want more applications of this dev.

    and I don't know that some creative thinking could give more options that are fair to all parties.

  • What is the best ide for developing applications

    Hey,.

    I would like to know which is the best available for the webworks bb10 development ide?

    Hello

    Here are a few I've used in the past.  It really comes down to your personal convenience...

    Here are a few:

    Sublime text ( www.sublimetext.com )

    Aptana Studio ( www.aptana.com )

    Web storm ( http://www.jetbrains.com/webstorm/ )

  • What is the best software development IDE for developing Blackberry apps?

    I've been using netbeans for my java code and have just started with eclipse. I'm new to this development environment and the IDE perfect for blackberry app development.

    Go to Eclipse Classic, then import all the plugin required to work on

  • Will be Muse act as an IDE for the development of end-to-end?

    Hello

    Could you get it someone please let me know if MUSE behaves as an IDE for the development of end-to-end?

    Thank you

    VJ

    Hi VJ.

    It really depends on your needs. If you're simply a designer it will probably very well work for you. If you have to do something custom or access code, then no, it won't go "end to end".

  • I have a great idea for the technology of Microsoft surface...!

    Hello

    It's N, Software Engineer vamsi krishna. I have a good idea for the technology of Microsoft Surface. Please could you me how I submit my idea of Microsoft...
    Thank you
    VAMSi

    Hi David Antony


    I recommend checking the MSDN Community. Please visit the link below to find a community that will provide the support ask you in the right direction for the development of Windows related issues.

    http://social.msdn.Microsoft.com/forums/en-us/category/surface

     

    I hope this helps.

  • How to create own IDE for LABVIEW (such as vision builder)

    Hi all

    My pretty funny question, I know that.

    I like to create Labview Application IDE like Vision Builder.

    How to do this?

    As far as I know that Vision Builder is developed with LabVIEW, the source code of course is not public... But why do you want to create a new IDE for LabVIEW? LabVIEW is an IDE, no?

    I think also Vision Builder uses a lot of scripts and sub-panels, I can't help you much more than that.

    For us - outside NI - script cannot be used in an EXE file, they reserve that for their applications not it will be a difficult task.

  • Adobe Muse an IDE (integrated development environment) or a CMS (Content management system)...

    Hi guys, I wanted to know if Adobe Muse is an IDE (integrated development environment), or is it a CMS (Content management system)...

    Quick response will be highly appreciated...

    Thanks in advance...

    Hello

    Adobe Muse is not a CMS, but you can publish adobe Muse on Business catalyst site and Business catalyst is a CMS. You can integrate CMS of BC features on your site of Muse.

    Please check this video for Muse: Advanced Integration of CMS | Adobe Muse Feature Tour | Adobe TV

    Also watch this video to add features of BC to Muse site are-muse-sites http://tv.adobe.com/watch/learn-business-catalyst/adding-business-catalyst-features-to-you /

    I hope this helps!

    Kind regards

    Prateek

  • Eclipse 1.3.2 window freezes question, bad IDE for win 7 or bad config?

    Hi all, this is my first thread on this forum... Well this is my first thread ever.
    I didn't know where to post my question, but since it's veeeery noobish, I post here instead of the 'other' dark development section.

    I installed the Eclipse IDE for Java developers the other day version 1.3.2 for my OS is Windows 7 x 86.

    I installed the Java SE 6 SDK and already had the Java 6 runtime thingy way installed before I even considered studying computer science.

    The problem is that when I run the code under the Java popup window appears... but it does not close if I click the "x" to close it :/

    Anyone know the cause to this problem? This would allow me to save a lot of time and mental sanity, I struggled with it for some time.

    Thanks in advance.
    import java.awt.Frame;
    import java.awt.Label;
    
    public class howdy_window extends Frame {
    
         public static void main(String arg[]){
              new howdy_window();
         }
     howdy_window() {
          Label label;
          label = new Label("Fuck you!");
          add(label);
          pack();
          setVisible(true);
          
     }
    
    }

    You can spend a few tutorials before actually writing the code. It is much easier that way.

    JFrames default do nothing when you click on the X.
    You can make them close with (for example)

       myFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    

    See the Javadoc (and tutorials) for more information.

    --
    Oh you use AWT and Swing, how oldskool. In any case there is probably something similar.

    Published by: Kayaman may 18, 2011 10:04

  • An idea for Xbox games because I like the Xbox and Microsoft love

    Hello my name is Bernardas Stanevicius I am so proud of her and thus in England.

    But back to the idea. Let me please introduce myself as a gamer before in my life I had plaid uncountable quantity of games of different kind, and yes one of the ideas for it's game with will be more popular in the world, I'm really sorry that today I won't tell you all the staff of it due to all first I have no guarantees that you will not have to take it and just after use, so I don't really want to be rud so he understand me please right. Simply, I can now give him some clues for her and I hope that you read my letter at the end. In fact for me, I can say some as started difficult to write to all kind of letter for a business like yours, because I never ever did nothing else like what I just barely follow me to speak better English.

    Actually my English according to by me, maybe it's 30% of all languages but bad far I take courage to write to me.

    In me sit player that unprotected not shooting anyone or something like that and no player who, like a fool, spend days and nights to play games without content of understanding of it. Player IAM that search or can say maybe check and analyse the game itself that seeks and where will be better if it was the thought of create like this or like 'here absolutely content chaos' and continue, but yes I want to say about it.

    In my idea I have for you holds the content like that - if you complete the game by idea with I then I think that if minimum, you will be attracted by 70% of players in the world than this game.

    Secondly, it will be the best game forever, I want to say I just are State be it but if it's better.

    Really want to ask you. How can I transfer my idea for you that I can be sure with guarantees as do patents for it or something like that.

    As the agreement of it.

    I hope that I get from you the answers for her.

    And please believe me because I just make sure that you can easily produce out... (it will be huge in the world)

    1You or your game will attract almost all

    2 that the game will be like virus for people no matter what age are.

    3 increase the ration all in one 100 times what you now

    4 Finally, it will be like a nuclear bomb

    players

    5... .just make world side down...

    What the he--I think you get new patches for the new era of the game.

    At the end I'm not going to say something that you go to push me... .so Iam talking not the graphic quality is not how many GB you have to play this game I speak not designers or design is not game engine so I would ask you?

    What I mean?)

    Thank you very much that you listen to me.

    I have the pleasure to write this letter for one of the most important companies of the world.

    I look forward to hear from you.

    Thank you very much and sorry that I take your time.

    Nice look

    Bernardas Stanevicius

    Hello

    Microsoft does not accept unsolicited ideas.

    https://www.Microsoft.com/info/en-XA/cpyright.mspx

    IDEA NO UNSOLICITED SUBMISSION POLICY.

    MICROSOFT OR ITS EMPLOYEES DO NOT ACCEPT OR CONSIDER IDEAS, UNSOLICITED, INCLUDING IDEAS FOR NEW ADVERTISING CAMPAIGNS, NEW PROMOTIONS, NEW PRODUCTS OR TECHNOLOGIES, PROCESSES, MATERIALS, PLANS MARKETING OR NEW PRODUCT NAMES. PLEASE DO NOT SEND ANY ŒUVRE ART CREATIVE ORIGINAL, SAMPLES, DEMOS OR OTHER WORKS. THE SOLE PURPOSE OF THIS POLICY IS TO AVOID POTENTIAL MISUNDERSTANDINGS OR DISPUTES WHEN MICROSOFT PRODUCTS OR MARKETING STRATEGIES MIGHT SEEM SIMILAR TO IDEAS SUBMITTED TO MICROSOFT. SO, PLEASE DO NOT SEND YOUR IDEAS UNSOLICITED TO MICROSOFT OR ANYONE AT MICROSOFT. IF, DESPITE OUR REQUEST THAT YOU NOT SEND US YOUR IDEAS AND MATERIALS, STILL SEND YOU THEM, PLEASE UNDERSTAND THAT MICROSOFT MAKES NO ASSURANCES THAT YOUR IDEAS AND DOCUMENTS WILL BE TREATED AS CONFIDENTIAL OR PROPRIETARY.

    See you soon.

  • Microsoft have a Department or a scheme to submit ideas for products or features of the users?

    I've been thinking about some ideas for improvement of research and organizational tool that might be useful for users of the internet.

    So I was wondering if Microsoft had an acceptance plan or evaluate the ideas of the user, or it would be much too long for the company to look at etc?

    Any comment is appreciated.

    Thank you very much

    Peter.

    You can provide your comments for Windows 7 here: http://mymfe.microsoft.com/Windows%207/Feedback.aspx?formID=195

    Alternatively, you can try mailing Microsoft if you do not use the feedback tool.
    Microsoft Corporation
    One Microsoft Way
    Redmond, WA 98052-6399
    U.S..

  • Suggesting ideas for the improvement of Windows. How?

    What is the best way to communicate ideas for improvement of Windows now that * address email is removed from the privacy * no longer works?

    I sent them through aid and support Feedback...

    You can post your comments here: http://mymfe.microsoft.com/Windows%207/Feedback.aspx?formID=195

    [cf.  http://social.answers.microsoft.com/Forums/en-US/w7desktop/thread/b9a9c9bf-87b4-4350-824e-99921e22410e/]

    ~ 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

  • Idea for the next update for A1 - 810

    I got the idea for the next update for A1 - 810. I think this tablet can have 2 operating systems. We can be Android and second Windows. It can work because on Android, you need a minimum 2 hearts and on Windows also. And Tablet 4. So, it can work.

    And you will switch operating systems in the settings.

    I suggest you post it here:

    http://community.Acer.com/T5/Acer-ideas/IDB-p/Acer

  • I need ideas for my application

    I need ideas for my MultiApp app on the app world, we have feet to meters Converter, temperature converter, timer, stopwatch, alarm clock, and we need more ideas...

    Thank you, but I also have a twin brother, so I guess he can help me

  • Otherwise for development if there is no java API?

    Hi, expert,

    Right now, we are trying to find out if we can set password policies, configure vpn profiles and configure the email on blackberry programmatically accounts.

    To establish password policies, it is confirmed that there is no API: http://supportforums.blackberry.com/t5/Java-Development/Is-there-API-to-change-the-password-policy-a... .

    To set up e-mail, I saw this: http://stackoverflow.com/questions/5496885/set-up-a-non-blackberry-email-account-on-blackberry-devic... and http://supportforums.blackberry.com/t5/Java-Development/Setting-up-non-BB-email-account-on-a-Blackbe.... Say that there is no API to do.

    for the VPN profile this post http://supportforums.blackberry.com/t5/Java-Development/Create-VPN-profile-and-VPN-settings-programa... receives no answer.  And this post http://supportforums.blackberry.com/t5/Java-Development/Virtual-Private-Network-VPN-connection-quest... said that it has no API to configure the VPN profile.

    So it doesn't look good at all. Just wonder if there is another way if there is no java api for development. There are some sellers who could really do more, as this company: http://www.astrasync.com/, they could enforce the policies of the Exchange.

    I could think of is to use EventInjection of our application in e-mail blackberry UI configuration (which we would try to start as well). Not sure about good password policies.

    It would be really appreciated if someone points or thoughts for research which will seek us in future investigations.  Y at - it all unpublished API rim including some seller access to the (for example, http://www.astrasync.com/)?

    I will close this thread because it seems that it is no other way to do this if there is not java API.

Maybe you are looking for

  • TAB control move out

    I would like to Exchange 2 graphics: 1 is inside a tab control, the other is located outside of the TAB control. Problem: The tab control extends when I change positions and I don't want that.   I want to just trading cards without changing the TAB c

  • Time clock real function communication RS-232 with Labwindows CVI 2009

    Salvation OR,. 1st quarter > we at KPIT try to build a timer based LabWindows project as a system 'real time' that transmits a packet of 80 RS-232 bytes to an ecu each 10msec. With our current PC RS-232 communication port configuration (115200bps, 1S

  • project and the strange behavior of FPGA v

    I had a strange problem with my main project and the FPGA inside screws. It seems than a recent revision/replacement of a part of the code (replaced subVIs with the latest revisions with different names) prompted the VI to load screws unused when I s

  • BlackBerry Smartphones strange question need help ASAP!

    I have a strange problem with my Blackberry "BOLD" 4 9900, sometimes when I receive or make a call, the phone is connected and I don't get 2 hear the person at the other end, and vice versa, the only solution for this is hard reboot the phone that is

  • For the NSG-MR5U Sony keyboard problems

    Hello. My family recently bought the Sony NSZ - GS7 drive and it came with a distance of NSG-MR5U as they all do. I am very pleased with how the player and the interface work themselves, I can't hold the keyboard on the remote but it is very sticky a