Is it possible to build JNI applications by using JBuilder9

Please let me can i develop a JNI based application in JBuilder9

Sure, why not?
But first you should try directly from the console (the JAVA part I mean).
Then when it's working, try to integrate it in your JBuilder project.

Similar Messages

  • Is it possible to develop struts application without using JPF in workshop 8.1?

    Hi,
    Is it possible to develop application based on struts framework without using
    Java Page Flow in workshop 8.1?
    I developed one application without using JPF , but it is showing some Deployment
    errors.
    rgds,
    girish

    Girish--
    Sure, though, I'd still encourage you to take a look at JPF. :)
    If you remove the JPF runtime files from WEB-INF/, WEB-INF/lib, and JPF specific entries in
    web.xml, you can start defining a struts-config.xml file against the Struts 1.1 runtime in the
    webapp, or you can replace that with a different version as you need. You'll also need to define
    the Struts runtime in web.xml including the servlet, taglibraries, etc.
    One note, the JPF flow view and other JPF specific editors don't work over a normal
    struts-config.xml file.
    Hope that helps...
    Eddie
    Girish wrote:
    Hi,
    Is it possible to develop application based on struts framework without using
    Java Page Flow in workshop 8.1?
    I developed one application without using JPF , but it is showing some Deployment
    errors.
    rgds,
    girish

  • Can possible  to build extension in CS4 using Creative Suite Extension Builder

    I have adobe flash builder 4.5 and extenstion builder. It only suport max version CS5.5 and min version CS5. But i want the extension in CS4. Can it possible to develop extension of CS4 using creative suite extension builder?

    No.

  • Assigning App Builder and Application roles using Account Administration Tool

    If you have a DPS Enterprise or Professional Account and need to assign App Builder or Application role to an id to in case you need to create a new id with these roles, refer to the following documentation:
    Assigning App Builder and Application roles in your DPS Professional or Enterprise accounts

    gnm,
    Please refer to KnowledgeBase 2IDDCHB9: Using Remote Panels with a LabVIEW Applications (EXE) for the information you are looking for.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • Possible to build SI applications without installing?

    During application development is it possible to have our projects referencing the SI assemblies that are checked into TFS instead of requiring everyone in the team to install SI? If so which assemblies are required just to build (not run) the applications?
    Joseph

    Yes, I've done this with build servers though not with the development desktop.
    You'll need:
    Microsoft.ComplexEventProcessing
    Microsoft.ComplexEventProcessing.Adapters
    Microsoft.ComplexEventProcessing.Observable
    (Optionally) Microsoft.ComplexEventProcessing.ManagementService
    DevBiker (aka J Sawyer)
    Microsoft MVP - Sql Server (StreamInsight)
    If I answered your question, please mark as answer.
    If my post was helpful, please mark as helpful.

  • Building an application that uses Daq-mx cards

    hi,
    I'm using Labviex 7.1 to develop an apllication that uses a couple
    of  Daq-mx cards as well as a few RF instruments.  The 
    2 cards are  for the moment in the computer  I use to develop
    my application. My problem is that when the application will be over, i
    have to remove Labview from the computer to let the License free.
    That's why i used the application builder to make a .exe with my app.
    The .exe file works without problems on the computer with labview. I
    then installed Labview runtime 7.1.1 on an other computer to try my app
    on a computer where labview is not installed but this time it doesn't
    work as a lot (more than a dozen) of DLL seem to be missing, almost all
    the library that deal with the Daq-mx.
    Do I have to install the cards on the computer on wich i want to test
    the application ? Or maybe only the drivers of the cards ? Maybe some
    of you have already faced this problem and can help me ^^
    Thank you in advance and see you soon in the forum
    P.S. It's gonna be quite hard to show youthe program as the computer I use to develop is not connected to the network
    Message Edited by Xavier Pajona on 07-29-2005 08:08 AM

    This may not help the issue you are having, but starting with NI-DAQ 7.4 you can simulate many of National Instruments' DAQ, tell Measurement and Automation Explorer ("MAX") that they are installed. This has solved some of my "develop on one machine, deploy on another" problems, which as a consultant seems to happen a lot.
    P.M.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • How can I build an application that calls functions in a dll if the associated hardware is not present?

    I am trying to build an application that use the "Call Library Function" node to call functions in a dll.
    The dll was provided by a third-party and includes functions to drive an I2C communication board.
    The problem I have is that the dll does not not properly because the hardware is not present.
    Therefore when I load the VI a broken arrow is displayed and when I am not able to build the application.
    I will not be running the application on the PC where I build the application, therefore I want to be able to build the application on a remote PC that has not all the hardware installed. Once the application will be build it will be installed on the target PC that has all the hardware.
    How can I make the application builder to build the application event if the dll is not properly loaded? (the dll will be properly loaded on the target PC)
    I want to do this on LabView 5.1.1, any ideas?

    Some .dlls don't try to attach to the driver when loaded.
    I've worked with both and unfortuately, I've not figured out a way around this problem.
    You could possibly use the Conditional Disable structure around the dll calls so they would not be loaded unless you're in the runtime engine. But i've not tried this so I don't know for sure if it's possible.
    Anyone??
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • How can I build a LabView application that uses the 2012 runtime, on a development system with LabView 2013 or 2014 installed?

    I need to build a LabView application .exe to run with the 2012 Runtime, for legacy support. I currently have LabView 2013 installed on my development system, and have 2014 available. How can I build an application that uses the 2012 runtime on this development system? Do I have to downgrade to 2012? Thank you.

    We have existing customers that have installed our application that was originally built with 2012 (provided by a contractor that is no longer available).  Due to IT regulations, it is far easier to update these customers by simply replacing the .exe file, than creating an install that their IT department must run.
    If I have to downgrade to LabView 2012, where can I get the installation for this?

  • Rollback application version using WebStart?

    Hi all,
    I would like to know if is possible to backup my application files using java webstart technology in a way to rollback it after some time elapsed.
    Suppose that you rollout a new version of your application using java webstart and this version is corrupted or with errors. In this cenarious you will have to rollback to the last good version. How can I get there? Is it possible using java webstart or should I implement it?
    Please, any explanations is appreciated.
    Best regards.
    Flor.

    Hey Luca
    Thanks for your reply. My intention was as you first suggested - using versioned jars (didn't know about this option) and then if build A (say 3.3.120) has a major bug, we can just put back build 3.3.119 and customers that will connect using the jnlp will work with 3.3.119.
    my current problem is that I cannot figure out how to connect the versions between the jar and the jnlp file.
    I have the following:
    MANIFEST.MF
    Manifest-Version: 1.0
    Created-By: 1.4.2_05 (Sun Microsystems Inc.)
    Name: main
    Specification-Title: main package
    Specification-Version: 1.2
    Specification-Vendor: X, Inc.
    Implementation-Title: main
    Implementation-Version: 3.3.120
    Implementation-Vendor: x, Inc.
    t:\cursdk\bin\jar cfm ..\JavaWebStart\main.jar ..\manifest.mf -C ..\classes main\prep
    t:\cursdk\bin\jarsigner -keystore %testkeystore% -storepass %testpwd% -keypass %testpwd% ..\JavaWebStart\main.jar myself
    jnlp file:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.5+" codebase="http://peleg-desk/JWS/" href="runme.jnlp" >
    <resources>
       <jar href="./packages/main.jar" download="eager" main="true" version="3.3.120"/>
       <jar href="./packages/other.jar" download="eager" main="true"/>
    </resources>
    </jnlp>when trying to run the jnlp I get the following error:
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: (http://plg-desk/JWS/packages/main.jar, 3.3.120)
    What am I doing wrong?

  • Is it possible to build a reliable application with the flash datagrid ???

    Hello all,
    Next problem in my non-stop nightmare using a flash datagrid to build an application
    I have a datagrid in my movieclip.
    Under Windows, if I select a row of the datagrid in read-only mode, let's say row 10 on screen, if I then switch the Windows active window (that means the datagrid looses the focus) and come back to my datagrid, the selected row is kept. OK !
    BUT, if I select a row in edit mode, let's says row 10, if I change the focused Windows window and then come back to my DataGrid, the selected row is now the first visible row on page ! If I then click outside my Flash application and then back into my Flash application, I get a crash: error #1009:Cannot access a property or method of a null object reference.
    The error message is very short. It seems to focus manager tries to access a TextField property but, which one ? No details, no function name in the error message.
    So:
    - how to avoid this "change active row when loosing / getting focus" in edit mode of datagrid ?
    - how to have more details in the error ? Are there "details levels" in Flash error management ?
    Thanks for all, I begin to stress: I'm at the half-time of my project and I'm nowhere because of that datagrid strange behaviours

    Might look at: https://jsfportletbridge.dev.java.net to get started.

  • How to fix error 0x8ABC7004 in labview 8.5? i am also getting error while building my application? help

    I AM FACING THIS ERROR CODE WHILE BUILDING MY APPLICATION IN AN EXECUTABLE.
    The VI is broken. Open the VI in LabVIEW and fix the errors.
    D:\JUICE EXTRACTION only ethernet\VI\Scada.vi
    <Call Chain>Error 1003 occurred at AB_Application.lvclasspen_Top_Level_VIs.vi -> AB_Build.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Build.lvclass:Build_from_Wizard.vi -> AB_UI_Page_Preview.vi
    Possible reason(s):
    LabVIEW:  The VI is not executable. Most likely the VI is broken or one of its subVIs cannot be located.  Open the VI in LabVIEW using File>>Open and verify that it is runnable.
    my email id is [email protected]

    hi ravenas,
    thanks for the reply.
    anyways, is it possible that whenever guest logins into the system, the windows page bounds configuration like front panel bounds in labview be fetched so that the same will be configured to the vi's front panel programatically.
    by doing this the windows components will automatically get hide.
    or is there any better solution.
    reply
    thanks
    samriddh sarbalhi
    [email protected]

  • Calling OWF from customer build web application

    All, All the example that I've read from OWF documentation is assuming that you builder the workflow from OWF Builder and manage it thru OWF manager, monitor is thru OWF Monitor. I'm wondering if it is possible to monitor the workflow and manage the workflow from customer build web application. Since we don't want our users have to login several times and use different URLs to get into the customer build application, then manage the workflow and monitor it via different urls. Anybody has experience doing all from one application can provide any insight would be greatly appreciated.
    dsl

    Hi,
    Well, I did my JSP pages doing selects to OWF tables and OWF java APIs. I used owf pl/sql procedures as my reference. For example, I need to know how to create actions buttons. I looked at wfa_html procedure and looked for how it was doing that.
    Any doubts just ask,
    Regards,
    Luiz

  • When Building an Application, which .icd file gets used on the deployment machine?

    Hello all,
    I am building an application that needs to support multiple configurations for multiple cameras. I currently have a development machine with everything you would expect to be installed, and a deployment machine that does not have LabVIEW installed, but does have LabVIEW run-time, appropriate drivers and MAX.
    My question is: When I build an application, I would like to be able to give a particular end user their own .icd file which the built application will recognize on their own machine. Then the .icd parameters can be tailored to their application. Is this possible?
    I had hoped that this would just be the case, however when I compiled an application and tried to run it on the deployment machine it was obvious that the built application retained the .icd settings on the development machine and ignored the .icd settings on the deployment machine. Perhaps it has something to do with how I am compiling? Any additional info would be awesome.
    Thanks everyone for your time!

    Cole,
    The easiest thing to do would be to manually replace the default .icd files with your configured .icd files at the directories specified in the following knowledge base.
    Where Do I Place My Camera File Once I Download It?
    LabVIEW won't copy the .icd configuration automatically because it is a configuration file for the IMAQ driver which is platform independent.  Another option would be to create VI that runs at installation or application run time that programmatically configures the .icd file.  You can add the .icd file to your project and copy the attributes to the camera file that exists on the deployed machine or replace it entirely.
    Regards,
    Isaac S.
    Applications Engineer
    National Instruments

  • Error 1 when building my application in Labview 2010 Version 10.0f2

    I am getting the following error trying to build my application in Labview 2010 Version 10.0f2 and I get the following error:
    Error 1 occurred at Invoke Node in AB_Build.lvclass:Copy_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_EXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    =========================
    NI-488:  Command requires GPIB Controller to be Controller-In-Charge.
    Method Name: Linker:Write Info To File
    I have searched and can find no real sollutions to this problem.  I did the updates and still nothing.  Now I can't even build an app with Laview 8.6.  I reference several .NET items and refuse to rebuild each and every one of them.  My only option at this point is to uninstall all Labview and then reinstall 8.6 so I can do something.
    Help if you can.

    Hello RBrown
    I am really sorry for this inconvenience!  This is a known issue.
    Can you please attempt the following for me:
    When you are building an application, under Advanced please check the last box "Use LabVIEW 8.x file layout"
    If that doesn't work, you may need to rebuild the LLB in a separate directory with new names, and use it as the build inclusion.
    Here are some forum posts strictly for your information:
    I have found users that have had similar issues. I am trying to make this workaround work for you.
    http://forums.ni.com/t5/LabVIEW/error-1052/m-p/912192
    This is a known issue that some customers have already commented on:
    http://forums.ni.com/t5/LabVIEW/NI-Please-don-t-put-illegal-vi-names-in-your-toolkits-thanks/m-p/745...
    I have filed a corrective action for this issue and I will add you to the list of individuals who need this issue resolved.
    Sincerely,
    Greg S.

  • Is it possible to build exe with vis that have striped block diagrams?

    We can tell that an entity has stolen our code and are using them in their .exe file.  
    We used to distribute our program as a light exe layer that dynamically loads some source code distribution vis (block diagram striped) off disk and runs them.
    What we don't know is whether they actually got our in house source code, or if they are somehow taking the distributed vi's and compiling them into their exe.  
    So the question is: Is it possible to take vis compiled for a 'source distribution' with the block diagrams removed (but front panels not removed) and compile them into an executable?

    It's actually quite possible to use a source distribution VI for a new app. You need to select the "Do not disconnect type definitions or remove unreferenced
    members" option in the "Additional Exclusions" page.
    I've attached an example on how this can be done. Untitled Project 1 would be your project, which has a build target of your app, along with the source distribution for a VI with the block diagram stripped. Untitled Project 2 would be your competitor's project, which is a VI that uses your subVI directly and builds a separate application. As you can see, I can successfully build an application using your code.
    Attachments:
    source dist ex.zip ‏76 KB

Maybe you are looking for