WebWorks development on Linux

Hello world!

I starts up with the WebWorks development, but for me it was very painful start doing in Windows. The just command line match the UNIX.

Are there any developers working in Linux? Is it possible to make the whole Linux development cycle? Testing, packaging, signature?

Thank you for the advice

Thank you!

Unfortunately, the SDK comes with a lot of Windows executables (lots of AIR), so it would not run natively, but I have not tried to use wine.

Tags: BlackBerry Developers

Similar Questions

  • Good book for the WebWorks development?

    I'm having a time difficult WebWorks learning development in a way that is unstructured (through all documents on this site). Can anyone recommend a book that passes by the WebWorks development? I'm bad! Thank you!

    Mike

    WebWorks = HTML5 apps. Nothing special about this chapter in addition to the use of the SDK which would take place a max if there is such a book.

    Note: This is a good thing! Completely conforms to Web standards. Thus, the applications developed under WebWorks will be super easy port almost any platform. I already did with my apps.

  • How to make a request on a URL using webworks development environment?

    Hey geeks,


    How to make a request on a URL using webworks development environment?


    Thanks in advance...!

    "A request for a url" you try to perform an ajax call and it does not work? Any field/origin you're wanting access must be white listed in a element in the config.xml file. Details of this are in the WebWorks development guide

  • How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Hi all

    How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Thank you all

    Here is a link to the documentation specifically: http://docs.phonegap.com/en/2.6.0/guide_plugin-development_index.md.html

    We will update the things little when we adopt a more close relationship with Cordova.

  • WebWorks development through the deployment of visual studio plugin problem

    I developed an application WebWorks using the Visual Studio plugin, now after compiling the application, I have a series of .cod files, not. bar.  Documentation indicates that the blackberry - deploy command wants a .bar file to deploy the application on the Simulator.  I tried to just take all my program assets (images, js, css, htm files, etc.), the zip and compile them using the command line tool (bbwp), but I get a series of errors of syntax and then a final error (an exception through the JRE) indicating that it could not find the file necessary to complete the compilation bar.  Maybe I forgot something?  Any help would be greatly appreciated since I can't test this application, unless I can actually deploy in the Simulator.   The .cod file deploy the application I get an error indicating that there is no such thing as a specific file in archive (although I've specified a .cod file).  For some reason any I can't get this thing to deploy on the current device.  PLEASE PLEASE HELP ME! This part of the project is so frustrating at the moment, been working on the deployment of the hours now.

    I think it's because the config.xml file that was generated by visual studio for BB device and not the playbook.  You will need to create a file config.xml for the app playbook.  The simplest way is to each one of the webworks tutorials copy or there is an example in the 'Blackberry Webworks SDK - Table OS Development Guide'.  Here is the link http://docs.blackberry.com/en/developers/deliverables/24043/BlackBerry_WebWorks_SDK-Development_Guid...

  • Starts the webworks development

    Hello

    I developed blackberry applications with the blackberry java sdk. I was informed that the use of webworks is much better to display graphics in a blackberry app. Can I integrate java code within webworks or vice versa? I would like to use webworks to simply manage the graphics and use the java SDK for everything else. Is this possible? Webworks applications work in the browser, or as a stand-alone application?

    Any help much appreciated.

    Thank you

    That's the key. Keep in mind there are already APIs and community of extensions that can do what you're looking for. A lot of people don't need to write an extension custome at all.

    adrianeireyahoo wrote:

    To convert a native java application webworks should I create a new project of webworks, write the html/css/js code for my GUI and then write a series of extensions to call a java specific functionality.

  • Unable to find a Web and WebWorks development Eclipse Installer

    I go back to blackberry development after 6 months and everything has been changed.

    Right now I desperately need an installer Webworks Eclipse to start with my new project. I googled a lot, but could not find it.

    There is an installer of Eclipse for Java, but not for Web development.

    Please help me with this.

    There is no more Eclipse plugin. Battery development is the emulator to ripple, any text editor and the SDK.

  • WebWorks development: several generations for OS5 OS6

    Hello

    I'm developing an application using WebWorks and I would like to know if it is possible to have multiple versions of the application according to the version of the operating system?

    Indeed, I first started developing the application in OS6 and I see that there are a few changes to OS5 (HTML5).

    App World allows him to push more files *. next version of cod?

    Thank you

    Philippe

    In the supplier portal, you can select which versions of OS file applies to.

  • to access the .properties during development on Linux

    I have a program that normally runs as a package of .jar. There are several files of property, and everything works well, regardless of the OS.

    During development I sometimes run the main class directly. The properties files in the current directory. Everything still work correctly in Windows.

    However, under Ubuntu Linux, the file properties are not. It is configured to print a message to the console, and is an example of message:
    loadProperties(): cannot access cnd_ntc.properties
    it seems to search for the properties at the level of the root directory structure. What is the way of cross-platform to access the property files that will work within a .jar file and without?

    File names are added with a "/" (for example "/ CNDfilelist.properties"), which I thought was the appropriate way to do so.

    For reference, here's the method I use to open all the .properties files:
        // encapsulate opening of a properties file.  returns null if problem
        public static Properties loadProperties(String file)
        {
            String me = new String("loadProperties(): ");
            if (file == null) {
                System.out.println(me + "null filename");
                return(null);
            }
    
            Properties p = new Properties();
            InputStream fis;
    
            fis = NTC.class.getResourceAsStream(file);
            if (fis == null) {
                System.out.println(me + "cannot access " + file);
                return(null);
            }
    
            try {
                p.load(fis);
            } catch (IOException e) {
                System.out.println(me + "cannot load " + file);
                try {
                    fis.close();
                } catch (IOException e2) { /* what the heck you gonna do? */ }
                return(null);
            }
            try {
                fis.close();
            } catch (IOException e) { /* what the heck you gonna do? */ }
    
            return(p);
        }
    -Rich

    You have a CLASSPATH environment variable in Linux? If Yes, what is it?

  • Development in Linux server multiuser

    Hello

    Is my OBIEE server on Linux.I have to implement multi-user installed Development.I obiee client on a windows machine and connected to the linux server. But I have to open the RPD in offline mode to create project.how u will do that

    Concerning
    Mervin

    Hi mervin,.

    This will help you, in particular response Vidal http://oraclebizint.wordpress.com/2008/03/27/oracle-bi-ee-101332-multi-user-development-of-repositories-mud/
    You must create the shared in windows directory and works on the MUD in windows... after it is finished juz copy the file back to linux.

    Hope helps you.

    By,.
    KK

  • SQL Developer on linux oe

    Hello everyone
    I'm having a problem with sql developer I have installed on my linux platform
    problem is when I connect to the database with sql developer, it gives me
    network adaptar error: can not connect
    I installed sql developer logged as root that's why I can't access it?
    If yes pls let me know the orders to allow my oracle user using sql developer. Because I'm unable to install with the user oracle sql developer
    pls help

    Aida says:
    Hello Hans,.
    Thanks for your reply. I'm a newbie to linux and the oracle environment. I try my best to answer your questions, pls I would like to know if it's OK.

    + - which distribution and version of Linux for database machine +.
    uname - a
    Linux localhost.localdomain 2.6.18 - 92.el5 #1 SMP killed May 23 22:17:30 EDT 2008 i686 i686 i386 GNU/Linux

    Distro? (RedHat EL 5.2? Oracle Enterprise Linux 4.7? Debian? ... surely you know than the one you downloaded...)

    >

    I'm using oracle 11g.

    -What distribution and version of Linux for the client machine (SQL Developer) +.
    same distribution as above, but I have installed with that connected root.

    root? (shudder)

    I understand that you're a novice. Please get into the habit to avoid root, unless your really don't need.

    Oracle and the root mix well.

    And my oracle database is only available for the 'Oracle' user. Currently, if I try to start with the user oracle sqldeveloper it throws exception. but its ok with root.

    Probably the permissions and other things. See note above. Perhaps a lack of "root.sh" after installation.

    >

    or indicate explicitly that the PREA process two configus on the same machine_
    They are on the same machine, but users as I mentioned is the difference. Oracle 11g is installed with the user 'oracle '. SQL developer is installed with the user "root".

    is SELinux and firewalls configured properly on both machines.
    I have little knowledge of the firewall. but when I installed linux I had selected the option no firewall. and I am able to issue beginning listener command and I am out of the suite:-
    Oracle@localhost ~ lsnrctl start $

    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on August 19, 2009 15:34:13

    Copyright (c) 1991, 2007, Oracle. All rights reserved.

    From/opt/oracle/111/bin/tnslsnr: Please wait...

    TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    System settings file is /opt/oracle/111/network/admin/listener.ora
    Log messages written to /opt/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=localhost.localdomain) (PORT = 1521)))

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    STATUS of the LISTENER

    --------------------------------------------------------------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start date August 19, 2009 15:34:17
    Uptime 0 days 0 h 0 min 1 s
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/111/network/admin/listener.ora file
    The listener log file /opt/Oracle/diag/tnslsnr/localhost/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=localhost.localdomain) (PORT = 1521)))
    The listener supports no services
    The command completed successfully

    This is why you cannot access it.

    After the database has been installled (using the Oracle username, no root), the sequence of booting (from the Oracle user) must be

    -set the environment
    source (space dot) oraenv and pass it a valid SID (from / etc/oratab)
    -start the receiver
    lsnrctl start
    -Start the database
    sqlplus / as sysdba
    startup
    output
    -Check that the service is available
    lsnrctl status

    >

    What level of version and the patch to the Oracle database.
    Oracle 11.1.0.6.0

    -is the database upward and running and join the listener_
    Database is running, but I do not know how to save it to the listener. Sorry

    What status, ports, services and SIDS don't report the listener +.
    I don't know how to find out this thing. pls let me know.

    Who comes form lsnrctl status.

    >

    _ - host, port and service/sid are you tent to connect to SQL Developer__


    I selected these options based on the supplied with sql developer tutorial: how to start the demonstration.

    Please let me know hoe to discover port and host?
    SID is orcl.
    the user is HR/hr
    Thank you

  • WebWorks Linux SDK?

    Are there plans to have the WebWorks SDK for Linux?

    You can build the repo of open source for linux

    https://github.com/BlackBerry/BB10-WebWorks-Packager

  • JDK6 only agreed to develop html5 applications using webworks BB SDK 2.3.1.5?

    JDK6 only agreed to develop html5 applications using webworks BB SDK 2.3.1.5?

    That is right. In addition to this it must be 32-bit and, further, I had a few problems with JDK6 update 45 recently. See this thread for more details:

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/BlackBerry-WebWorks-SDK-2-3-1-5-...

  • Toshiba and Linux

    Hello
    Sorry for my English.

    Anyone know if, one day, Toshiba will provide the driver for linux? Because I confirm that Qosmio Player is built with linux (Kernel 2.4) and so they use/develop linux drivers for:
    -the TV tuner
    -the infra-red remote control
    -etc...

    Pilots who would be very useful for linux users.

    I do not understand why, they develop the linux driver and not broadcast. They broadcast the good driver for Windows well, so why not those for linux, because they are!

    If anyone has an idea...

    If it's a marketing policy that limits toshiba to Microsoft solutions, then why to develop a multimedia player based on a linux system? And so, if this isn't a marketing pro microsoft policy, why not help their clients who choose linux rather than Windows, providing them with the solutions/drivers/howto?

    Hello

    At the present time the Linux operating system is not supported, and the drivers for Linux are not designed. I'm sure that all producers of portable computers using the Windows operating system because it is the operating system uses more.

    If you want to create images and drivers for Linux you need an entire Department and many experts in software to do. I am sure that this kind of project costs a lot of money and it is, in my opinion, not profitable due to the low percentage of Linux users.

    Good bye

  • Linux for USB/PCIe/PCI drivers

    HI -.

    I'm developing a linux based real-time (using Ubuntu and scientific Linux) platform that uses multifunction Renault or (series E and M). So far, we used sets driver open source such as COMEDI (from RTAI) and analogy (from Xenomai) to interface with these cards, however the latest maps of the X series are not supported by one of them - and development seems to be to a halt.

    I was wondering if NEITHER provides a driver based on linux for these cards. If so, is there a list of cards that it supports?

    Thank you.

    yapatel wrote:

    HI -.

    I'm developing a linux based real-time (using Ubuntu and scientific Linux) platform that uses multifunction Renault or (series E and M). So far, we used sets driver open source such as COMEDI (from RTAI) and analogy (from Xenomai) to interface with these cards, however the latest maps of the X series are not supported by one of them - and development seems to be to a halt.

    I was wondering if NEITHER provides a driver based on linux for these cards. If so, is there a list of cards that it supports?

    Thank you.

    If you are thinking of materials of the X series, offers of OR support only Linux is through a driver based on the sources, the DDK [1].

    In addition to the source code, the DDK also includes documentation on the registers, bit fields and principle of operation for the capabilities of the device.

    The DDK shows how you program a hardware DAQ on any OS. Note that this is different from how you would create a DAQ for any OS driver. In other words, the DDK wants to show what records and fields of the piece in the program and in what order they should be programmed so that they can properly control the hardware. The DDK is not a reference architecture for the driver and kernel programming, but over as executable documentation.

    [1] measurement Hardware Driver Development Kit (DDK) fair questions
    http://digital.NI.com/public.nsf/allkb/2D93070A3DDEFD7186256C59007289E6

Maybe you are looking for