Packaging a vb application

Hi all!
Has anyone tried packaging a vb application (using the Packaging and Deployment Wizard) with an activex control derived from a java bean using the bridge?
What are the files that need to be included along with the ones packed by default by the wizard? What should be their path?
The need is to package such a vb application so that it will run smoothly after installation on the target machine which does not have either vb or Java.
Cheers!
Shailesh

Hi all!
>
What are the files that need to be included along with
the ones packed by default by the wizard? What should
be their path?You simply need the JRE which will be on the client machines in the path that was created by the wizard, the typelib+jar files(s)+registry entries.
The path does not matter as long as it refers to the JRE and the typelib that you will install on the clients
The need is to package such a vb application so that
it will run smoothly after installation on the target
machine which does not have either vb or Java.
You will need to package the jre as well if the clients do not have it. As for VB i dont know what is required - when you package the vb in vb6 it puts in everything for you i thought - but i cant be sre.
Cheers!
Shailesh

Similar Messages

  • Error in loading package in the application

    Hi all,
    We are getting an error in loading packages in our application.We are using oc4j.
    The following is the error message we got.
    Not Found
    The requested URL /credit/pls/cnhcalms/add_new_customer.handleAction was not found on this server.
    Thanks in advance.

    Hi Rajat:
    Thank you for the reply.
    I had the xercers jars in jdk/jre/lib/endorsed directory.
    If I remove these, the ejbql works. I do need these in there for a different reason. Is there any way I can have the xercers jars in jdk/jre/lib/endorsed directory and still the ejbql work on oc4j.
    Thanks,
    Sabu

  • Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS

    Hi All,
    https://bugbase.adobe.com/index.cfm?event=bug&id=3071298
    As per above link this bug resolve(latest build) but i am facing  Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS, using the packaging tools.
    (for  inappPurchase Demo app --- i used below link code)
    http://code.google.com/p/in-app-purchase-air-ios/
    Thanks,
    Sunil Rana

    Hi Everyone,
    I'm getting basically the same error. Are there any rules or guidelines that we are suppose follow when writing an app for iOS? Is there a way to know exactly where it is crashing? My apps are not MXML, only actionscript. Also I made sure I have no errors not even warnings in my SWF file, but still no go! 
    Getting the same error.
    Exception in thread "main" java.lang.NullPointerException
            at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6944)
            at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java:5909)
            at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4628)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
            at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:526)
            at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:336)
            at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler
    .java:472)
            at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:82)
    Compilation failed while executing : ADT
    regards,
    Keith

  • Packaging an interactive application!

    Hello all,
    I hope that you are well!
    Here, I am facing a challenge with SCCM 2012 SP1 and an application that we want to package, so we can push that application with SCCM 2012 SP1.
    Here is the issue...that specific application (.exe) which as been build in 1997 :-( ...did not have an option to install it silently, no switch like /q /silent and so on.
    To install that specific application we need to follow the wizard, by clicking Next until it's installed on the PC.
    We did tried to virtualize that app with App-V 5, without obtaining a good result, we're having issue when the sequencer start.
    So, my question is...Is there anyway that I can achieve this, packaging an interactive application so we can push it with ConfigMgr 2012 SP1.
    Any ideas, are much than welcome...
    Best regards,
    Stephane

    Check if your application supports the -r switch which you can use to "record" interactive responses into a setup.iss file. This is a pretty old technology.
    http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/CreatetheResponseFile.htm
    http://unattended.sourceforge.net/installers.php
    (see InstallShield section)
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Failure to run Clear package in Ownership application

    Dear all,
      I received the message "You are not authorized to perform this task." when i tried to run the 'Clear' package in 'Ownership' application.
      What's the reason for the above message, and can it be modified?
      Thanks in advance.
    Cheers,
    Lip Chean

    Hi Lip,
    Is this question resolved (I see the status as answered).
    If not, please check the member access profile and see if you have the write authorizations to the members. Also check your task profile.
    Hope this helps.

  • Locating individual packages required by applications.

    Where can you find for download the individual packages for specific application fixes. I am in need of SUNWsasl & SUNWsaslx.
    Thanks,
    DJ

    Where can you find for download the individual packages for specific application fixes. I am in need of SUNWsasl & SUNWsaslx.
    Thanks,
    DJ

  • Getting Error while Execute SSIS Package from Console Application

    Dear All,
    SSIS package working fine directly.
    I got following error while execute SSIS package from C# console application.
    The connection "{79D920D4-9229-46CA-9018-235B711F04D9}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
    Cannot find the connection manager with ID "{79D920D4-9229-46CA-9018-235B711F04D9}" in the connection manager collection due to error code 0xC0010009. That connection manager is needed by "OLE DB Destination.Connections[OleDbConnection]"
    in the connection manager collection of "OLE DB Destination". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID.
    OLE DB Destination failed validation and returned error code 0xC004800B.
    One or more component failed validation.
    There were errors during task validation.
    Code : 
       public static string RunDTSPackage()
                Package pkg;
                Application app;
                DTSExecResult pkgResults;
                Variables vars;
                app = new Application();
                pkg = app.LoadPackage(@"D:\WORK\Package.dtsx", null);
         Microsoft.SqlServer.Dts.Runtime.DTSExecResult results = pkg.Execute();
    I have recreate the application with again new connection in SSIS.
    Still not working, Please provide solution if any one have.
    DB : SQL Server 2008 R2
    Thanks and regards,
    Hardik Ramwani

    The connection "{79D920D4-9229-46CA-9018-235B711F04D9}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
    Cannot find the connection manager with ID "{79D920D4-9229-46CA-9018-235B711F04D9}" in the connection manager collection due to error code 0xC0010009. That connection manager is needed by "OLE DB Destination.Connections[OleDbConnection]"
    in the connection manager collection of "OLE DB Destination". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID.
    Are you sure that you are running the same package via .NET which works fine from Visual Studio?
    By reading error message, I can say that you have copied OLEDB task from another package OR you have deleted one OLEDB connection manager. Now when package is run this task tries to use the connection manager and not found thus throws error message.
    Open all OLEDB destination tasks and you find connection manager missing. Connection Manager name should be provided there
    Cheers,
    Vaibhav Chaudhari
    MCSA - SQL Server 2012

  • Packaging an AIR application in a native installer

    Hi! I'm trying to create a native installer of my AIR Application,  because (I think) it's the only way make the native processes working.  But I have a problem: I used the following command to pack: "adt  -package -storetype pkcs12 -keystore myCert.pfx -target native  -storetype pkcs12 -keystore myCert.pfx myApp.exe myApp-app.xml", but I get  the error: "File myApp-app.xml is not a valid AIRI or AIR file". In the  Flash Builder I use as additional compiler arguments:  "-locale=pt_PT,en_UK,fr_FR,de_DE,ro_RO,es_ES  -allow-source-path-overlap=true -source-path=assets" and I add the  source path "src/locale/{locale}/". What is the sintax for packing my  AIR application in a native installer? Thanks in advance.

    Hi again! Thanks for the reply. I based myself on the link to see what command syntax I should use to pack my Air Windowed Application and it was the command that I presented in the previous post.
    adt version "2.0.1.12090"
                                                  My Descriptor File
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.0">
    <!-- Adobe AIR Application Descriptor File Template.
        Specifies parameters for identifying, installing, and launching AIR applications.
        xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.0
                The last segment of the namespace specifies the version
                of the AIR runtime required for this application to run.
        minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                the application. Optional.
    -->
        <!-- A universally unique application identifier. Must be unique across all AIR applications.
             Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
        <id>com.MyCompany.Application</id>
        <!-- Used as the filename for the application. Required. -->
        <filename>Production Control System</filename>
        <!-- The name that is displayed in the AIR application installer.
             May have multiple values for each language. See samples or xsd schema file. Optional. -->
        <name>Production Control System</name>
        <!-- An application version designator (such as "v1", "2.5", or "Alpha 1"). Required. -->
        <version>2.1.3</version>
        <!-- Description, displayed in the AIR application installer.
             May have multiple values for each language. See samples or xsd schema file. Optional. -->
        <!-- <description></description> -->
        <!-- Copyright information. Optional -->
        <!-- <copyright></copyright> -->
        <!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
        <!-- <publisherID>My Company</publisherID> -->
        <!-- Settings for the application's initial window. Required. -->
        <initialWindow>
            <!-- The main SWF or HTML file of the application. Required. -->
            <!-- Note: In Flash Builder, the SWF reference is set automatically. -->
            <content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
            <!-- The title of the main window. Optional. -->
            <!-- <title></title> -->
            <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
            <systemChrome>none</systemChrome>
            <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
            <transparent>true</transparent>
            <!-- Whether the window is initially visible. Optional. Default false. -->
            <!-- <visible></visible> -->
            <!-- Whether the user can minimize the window. Optional. Default true. -->
            <!-- <minimizable></minimizable> -->
            <!-- Whether the user can maximize the window. Optional. Default true. -->
            <!-- <maximizable></maximizable> -->
            <!-- Whether the user can resize the window. Optional. Default true. -->
            <!-- <resizable></resizable> -->
            <!-- The window's initial width in pixels. Optional. -->
            <!-- <width></width> -->
            <!-- The window's initial height in pixels. Optional. -->
            <!-- <height></height> -->
            <!-- The window's initial x position. Optional. -->
            <!-- <x></x> -->
            <!-- The window's initial y position. Optional. -->
            <!-- <y></y> -->
            <!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
            <!-- <minSize></minSize> -->
            <!-- The window's initial maximum size, specified as a width/height pair in pixels, such as "1600 1200". Optional. -->
            <!-- <maxSize></maxSize> -->
        </initialWindow>
        <!-- We recommend omitting the supportedProfiles element, -->
        <!-- which in turn permits your application to be deployed to all -->
        <!-- devices supported by AIR. If you wish to restrict deployment -->
        <!-- (i.e., to only mobile devices) then add this element and list -->
        <!-- only the profiles which your application does support. -->
        <!-- <supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles> -->
        <supportedProfiles>extendedDesktop</supportedProfiles>
        <!-- The subpath of the standard default installation location to use. Optional. -->
        <!-- <installFolder></installFolder> -->
        <!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
        <!-- <programMenuFolder></programMenuFolder> -->
        <!-- The icon the system uses for the application. For at least one resolution,
             specify the path to a PNG file included in the AIR package. Optional. -->
        <!-- <icon>
            <image16x16></image16x16>
            <image32x32></image32x32>
            <image48x48></image48x48>
            <image128x128></image128x128>
        </icon> -->
        <!-- Whether the application handles the update when a user double-clicks an update version
        of the AIR file (true), or the default AIR application installer handles the update (false).
        Optional. Default false. -->
        <customUpdateUI>true</customUpdateUI>
        <!-- Whether the application can be launched when the user clicks a link in a web browser.
        Optional. Default false. -->
        <!-- <allowBrowserInvocation></allowBrowserInvocation> -->
        <!-- Listing of file types for which the application can register. Optional. -->
        <!-- <fileTypes> -->
            <!-- Defines one file type. Optional. -->
            <!-- <fileType> -->
                <!-- The name that the system displays for the registered file type. Required. -->
                <!-- <name></name> -->
                <!-- The extension to register. Required. -->
                <!-- <extension></extension> -->
                <!-- The description of the file type. Optional. -->
                <!-- <description></description> -->
                <!-- The MIME content type. -->
                <!-- <contentType></contentType> -->
                <!-- The icon to display for the file type. Optional. -->
                <!-- <icon>
                    <image16x16></image16x16>
                    <image32x32></image32x32>
                    <image48x48></image48x48>
                    <image128x128></image128x128>
                </icon> -->
            <!-- </fileType> -->
        <!-- </fileTypes> -->
        <!-- iPhone/iPad -specific capabilities -->
        <!-- <iPhone> -->
            <!-- A list of plist key/value pairs to be added to the application Info.plist -->
            <!-- <InfoAdditions>
                <![CDATA[
                    <key>UIDeviceFamily</key>
                    <array>
                        <string>1</string>
                        <string>2</string>
                    </array>
                    <key>UIStatusBarStyle</key>
                    <string>UIStatusBarStyleBlackOpaque</string>
                    <key>UIRequiresPersistentWiFi</key>
                    <string>YES</string>
                ]]>
            </InfoAdditions> -->
        <!-- </iPhone> -->
    </application>

  • How to use  third party package in java application

    hi, i am a student , new to java world can any of u tell me how to import third party package in our java application.
    i want to know how CLI is done in java.
    i am going thru this link http://www.codezoo.com/pub/component/5574
    not able to get anything.
    please please help me

    There are two steps -
    1. Import the classes you need from the package(s) using the Java import statement in your classes that need access to them.
    2. include the 3rd part code (one or more .jar files and/or root directories holding the code's package tree and .class files) to your javac and java class path and optionaly to the class path found in your .jar's manifest file.

  • Dynamic Variable Package Installs (Not Applications)

    My Apps install fine, but I'm not sure where to look to see if all my Packages are as I'm not finding much in the smsts.log.
    I believe I have everything configured fine, as its similar to my applications OSD task just with a different base variable.
    So for example:
    Base variable = PACKAGES
    Collection Variable:
    PACKAGES001 - 1010007C:Unattended
    That is the correct syntax I believe.  So which log files can prove what is or isn't installing?  I'm installing 9 packages before my 10 apps (apps install fine).

    <PackageId>:<ProgramName> should be the correct format, see also:
    http://technet.microsoft.com/en-us/library/hh846237.aspx#BKMK_InstallPackage
    The global information about the different packages to be installed should be in the smsts.log file and the detailed installation information should be in the execmgr a.log file.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Correct way of using Packages in the application

    Hi,
    I would like to know if there is any performance loop hole if i use old developed packages in my current project?
    Will there be any problems with the oracle memory structures like lib cache,dict cache and buffer cache?
    Example:
    I have Packages A,B,C,D
    Now i will develop package E, in package E, i want to utilize the old developed business librarys i.e A,B,C,D in E
    i.e PACKAGE E AS
    BEGIN
    A.method();
    B.method();
    C.Method();
    D.Method();
    END;
    If there will be the performance problems can i develop the same functionality which is there in the previous one in the existing package?
    Thanks!!
    VJ

    Hello VJ,
    that's what packages are made for: to be reused. On the other hand, if you use only a small part of the code in the "old" packages it might be useful to extract this code, but only for maintainance reasons. Any developer will be glad if he doesn't have to search 5000 lines of code only to maintain the 100 lines that are used.
    So in my opinion the question is: will the procedures/functions of the old packages have to be kept in sync for more then one application, than just reuse them. Do you use most of the code in the packages then just reuse them. If you use only a small part of the code then consider extracting it, but only for maintainance reasons.
    Or does old mean that the packages are inefficient? Otherwise they are not old but as young as ever.
    Regards
    Marcus

  • Package Check for application

    Hi ,
      Can anybody tell me what is check package in Extended check of webdynpro application. 
    I am getting below error under package check when doing the extended check .
          Program:  /1BCWDY/GK2ISOBFBOQSBXDREA53==CP  Include:  /1BCWDY/B_GK2IUUMYK699PVEUQXPO  Row:    195  [Prio 2]
    Object WDYN ZPLANT_SH has insufficient authorization to use objects CLAS
    CX_WD_BAD_STATE from package SWDP_RUNTIME_EXCEPTIONS
    /1BCWDY/GK2ISOBFBOQSBXDREA53==CP in package ZPS2
    USAGE_AFTER_DO_EXIT in package SWDP_RUNTIME_EXCEPTIONS
    Package ZAA does not have sufficient use access
    (The message cannot be hidden using pseudo-comment "#EC .., bzw. durch SET
    EXTENDED CHECK OFF/ON)
    Can anyone suggest how to correct the above package check error.
    Regards
    Sireesha.

    Hi
    When you use an object from another package then you have to add that package name in use access list of your package( available as a tab when you click on package ).
    Concept is something like this-
    You create objects in your package and expose them for use in another package by creating package interfaces
    Other package who are using these objects will add these interfaces in their package use access list.
    For your problem you need to add the relevant intrerface ( SWDP_RUNTIME_EXCEPTIONS) in your package ZAA use access list.
    Hope this helps.
    Regards
    Manas Dua

  • Function authorize in packages for web applications in Oracle XE

    Hello,
    i have created a simple test package as follows:
    PACKAGE TEST IS
    function authorize return boolean;
    procedure test;
    END;
    PACKAGE BODY TEST is
    FUNCTION authorize return boolean is
    BEGIN
    if OWA_SEC.GET_USER_ID = 'test' then
    return true;
    else
    return false;
    end if;
    END;
    PROCEDURE test is
    BEGIN
    htp.prn('Hello World!');
    END;
    END;
    i have also cerated a DAD with this command:
    DBMS_EPG.CREATE_DAD (' test ', '/test/*');
    i want to run this link in my web browser: http://127.0.0.1:8080/test/test.test
    When i use a real database user then the function test works ok.
    But i want to make it work with the user name "test" throw the function authorize.
    In my opinion i am creating a DAD in a wrong way. Can anybody help me?
    Thanks in advance for your help.

    Hi,
    AFAIK, there is no official document which states that "Oracle Functional Testing for Web Applications" is certified with Oracle E-Business Suite 11i/R12. I assume it should work with Forms 10g but not with Forms 6i, so it should work (does not mean it is certified) with R12.
    I would suggest you log a SR and confirm this with Oracle Support.
    Regards,
    Hussein

  • Adding downloaded third party packages to my application.

    Hello!!
    I am new to SDN and this is my first post.
    I am building a small application and it should have the ability to read a MS Word file from a location.
    So I downloaded the Apache POI and extracted it to
    C:\Program Files\JavaMy source files are in
    E:\Java Assignment\lalaka\filereaderUtil\MSReader.javawhen i try to compile this, i get the error message saying that the package could not be found.
    I have searched the internet andfound out about the classpath issue. But I am not clear how to do it.
    Do i have to extract the POI files into my source code directory?? how do i get this compiled.
    The same issue has pop up regrding java media framework too.
    How do i add the functionality of a third party(ex: POI, JMF etc;) in to my applet, and how do i set the class path relevantly.

    Note: This thread was originally posted in the [Java Programming|http://forums.sun.com/forum.jspa?forumID=31] forum, but moved to this forum for closer topic alignment.

  • External Jar files packaged with the Application Jar.

    Hello Friends,
    I have a Java class 'Config.java' with a package a.b.c
    This class requires a third party Jar 'new.jar'. I place this Jar file in the parent directory of the package.
    So I can compile the Config.java with classpath as '.'
    This works fine.
    Now while packaging them, I create a mymanifest.mf file with following contents
    Main-Class: a.b.c.Config
    Class-Path: . new.jar
    and issue the command
    jar -cvmf mymanifest.mf myjar.jar *
    This creates a jar file with appropriate manifest information and heirarchy (since the included third party jar is in the same directory)
    When I run the Jar by issuing the command
    java -jar myjar.jar
    It gives me an error, NoClassDefFound for a class inside the included third party jar.
    I have gone through some of the other queries posted in this forum and through Sun's articles for creating Jar files.
    I have taken care of all the minute things involved in writing the manifest file, etc.
    I dont understand why such a simple application gives me a problem.
    Am I still missing something ?
    Regards,
    Ravi

    I had the same problem. But I solve it.. The thing that you have to do is:
    create another directory in your project application directory let's say your project directory is Project. such as Project / lib.
    then put external jars in lib directory.
    The last thing you have to do :
    change your manifest file like that
    Main-Class : mainclass
    Class-Path : lib/externaljar1.jar lib/externaljar2.jar
    I don't know you ever deal with manifest files before but there can be very stupid errors while you create .
    i.e there should be a space between ":" and mainclass name you shoul use "/" not "\" etc.
    I think it will work for you.

Maybe you are looking for