How to build and run enterprise client application in SJS

Hello
I need to create client application (not web component) for some Entity Beans in SJS, but I don't know how. In projects menu, when I choose Enterprise Application I can add only EJB, when I choose Application - I don't have access to Bean objects. What should I do? Thanks for any help.

I think you've posted this question to the wrong forum. This is the Sun Studio forum, which deals with C, C++, Fortran, and related tools.
Better check with http://developers.sun.com/forums/ to find the right forum for your question.

Similar Messages

  • How to build and run sample extensions?

    I spend quite a while in trying to get the sample extensions to run, provided at
    Adobe-CEP/CEP-Resources · GitHub  or also in the Adobe Illustrator CC 2014 SDK for the Plugins that have a GUI.
    So far i did not succeed.
    System Windows 7 x64. Illustrator CC
    First try:
    Package one of the samples using the Adobe package manager. Added the whole folder of "CEP_HTML_Test_Extension" or as well the "TutorialUI" from the SDK samples.
    and then install the resulting zxp file it using the "Extension manager". No errors reported. Extension managers lists the Extension as active for AI CC. Started Illustrator.
    But i dont see anything in illustrator. There is no entry "Extensions" in the Windows menu of Illustrator.
    The menus of the Tutorial PlugIn are shown, but the Dialog of the sample does not show up. In the debugger i noticed that the call to pFnLoadExtension fails.
    Second try:
    Following the pdf "USING THE ADOBE EXTENSION SDK" (http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/CC14_Extension_S DK.pdf)
    Package done as before
    Activated PlayerDebugMode in HKEY_CURRENT_USER\Software\Adobe\CSXS.5
    copied the zxp file to C:\Program Files\Common Files\Adobe\CEP\extensions
    Same result. I do not see anything of a extension.
    I had no problems building and running the Sample Plugins though.
    What am i doing Wrong?
    How can i build and run a simple sample extension?
    Any help appreciated.

    Help About Illustrator shows:
    Version 2014 1.0
    18.1.0 (64 Bit)
    From Samples-master\UI_Showcase\CSXS\manifest.xml i see:
    <HostList>
    <Host Name="ILST" Version="[17.0,17.9]" />
    <Host Name="PHSP" Version="[14.0,14.9]"/>
    <Host Name="PHXS" Version="[14.0,14.9]"/>
    <Host Name="PPRO" Version="[7.0,7.9]" />
    </HostList>

  • How to install and run USB device application without NI-VISA environment?

    Hi everyone:
          I develop a LabWindows/CVI8.5 application that uses a driver for a USB device created using the NI-VISA 4.6.2. The application is ok when the NI-VISA  environment is installed in PC. But the  NI-VISA 4.6.2 is too big(326M).  Can be the USB device successfully installed in non-development machine without NI-VISA 4.6.2?  Just need some files, such as INF, NiViUsbK.sys and ni-visa32.dll, the device will be installed and run.   If the way is feasible, please tell me how to do. Which files are necessary to the device is installed in non-development machine without NI-VISA 4.6.2 environment? It is so big, I need a minimum NI-VISA system.
          I need your help.

    Personally I use the open source LibUSB. It links without difficulty with
    CVI. And it works both on Linux and Windows, which is a big plus. Haven't
    touched it in 2 years though.
    Guillaume Dargaud
    http://www.gdargaud.net/

  • How to deploy and run a basic application in MI  vvvurgent

    hai everybody i'm new to this MI forum and this is my first post .i have WEB AS 6.4.0., NDS 2.09
    i downloaded MDK from SDN and did my first application by downloading Standard AWT example code from downloads\index.html i.e., MDK_configExampleAWT.jar, then it is asking external JARs like MEg.jar, me2lib.jar,MEl.jar, jasper.jar
    i<b> could not able to get MEl.jar and jasper.jar.</b>  In the path it is showing that we find it in download\lib but to my suprise there is no lib folder in downloads.  Then i removed MEl.jar from my application and exported to WebConsole .  After login to Webconsole it is asking Mobile Component name, Version and some mandatory fields.There i got stuck up.
    so please guide me with necessary steps and help me to run my first application.
    Thanks in advance
    sravan.

    Hi Sarvan,
    In Order to deploy an APPLICATION in MI client perform these methods:-
    1. Login in WebConsole which you already done.
    2. Click on upload mobile component.
    3. Fill the entries like - component type as application,mobile component as the name of the application,Description any thing you want to describe about your application.Runtime enviroment as AWT.And then browse your applications.
    4.After uploading click on administration and then add entries and then fill all the entries.
    5. After adding go to ur MI Client and then Login and synchronize
    Thanks & regard,
    Rajeev
    Message was edited by: Rajeev Ranjan

  • How to Compile and run Smart Card Application

    hi
    any one can help me reagrding Javacard API. i download the JavaCard Development Kit from sun and install on my machine but i didn't get all java files and class files of JavaCard API. where i obtain those files so my application get compile and run.
    pls help me i m new in this technology.
    Thanks in Advance.

    My program Test.java in F:\Tomcat5\webapps\Ambika\WEB-INF\Classes. I compiled in the format below. I got like this. What should I do for this? But yesterday I compiled like this only, It compiled and the folder com\cert\Test.class is created. Today again I compiled the pgm after deleting the already created folder 'com\cert', I got the error like this.
    I've given my pgm and the thing I've got when I compiled it.
    Test.java
    package com.cert;
    public class Test
         public void display()
              System.out.println("Hai");
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>javac -d F:\Tomcat5\webapps\Ambika\WEB-INF\Classes\Test.java
    javac: no source files
    Usage: javac <options> <source files>
    where possible options include:
    -g Generate all debugging info
    -g:none Generate no debugging info
    -g:{lines,vars,source} Generate only some debugging info
    -nowarn Generate no warnings
    -verbose Output messages about what the compiler is doing
    -deprecation Output source locations where deprecated APIs are u
    sed
    -classpath <path> Specify where to find user class files
    -cp <path> Specify where to find user class files
    -sourcepath <path> Specify where to find input source files
    -bootclasspath <path> Override location of bootstrap class files
    -extdirs <dirs> Override location of installed extensions
    -endorseddirs <dirs> Override location of endorsed standards path
    -d <directory> Specify where to place generated class files
    -encoding <encoding> Specify character encoding used by source files
    -source <release> Provide source compatibility with specified release
    -target <release> Generate class files for specific VM version
    -version Version information
    -help Print a synopsis of standard options
    -X Print a synopsis of nonstandard options
    -J<flag> Pass <flag> directly to the runtime system
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>
    Plz help me.
    thanks in advance
    Ambika

  • How do I build and run a java application?

    I wrote my java swing application in jbuilder where I run it from a test class.
    Now I want to send it out to others, so they can run it from their computers, how do I do that? Is it possible to create an *.exe file with icon for them to click on? How do I do that?
    Thanks in advance!

    You should try InstallAnywhere 4.5 from ZeroG:
    http://www.zerog.com/products_ia_01.html
    It creates an exe for your application which can include the JVM necessary to run it.

  • How to change the application status back to build and run

    hi ,
    i changed my applications status to run only .. and now system is not allowing me to change the status of my application back to "build and run"
    any help is appriciated..
    Thanks

    I found the solution for my problem as go on below track and change the setting.
    Home-->Application Builder-->Cross Application Reports-->Build Status and Application Status

  • How to Build and Deploy Flex application in EP6

    Hi All,
    Can anyone tell how to build and deploy Flex application in EP6.
    I want to build a normal application in flex and present it through iviews. How do I configure my Iiview to have flex component running in Portal Environment.
    Thanks
    Deepak

    A good book to start with is Enterprise JavaBeans by Monson-Haefel (O'Reilly press). It covers deployment of EJBs on J2EE servers. Also check out sites specific to your server, sometimes they have specific requirements (like Weblogic).

  • Build and run Sun's PetStore1.3.1_02 application with BEA WebLogic Server 8.1.

    build and run Sun's PetStore
    1.3.1_02 application with BEA WebLogic Server 8.1.
    5) In the same Command Prompt, compile PetStore using the commands:
    cd c:\bea\user_projects\domains\petstore
    setPetStoreEnv.cmd
    cd c:\petstore1.3.1_02\src
    ant
    buildfile:build.xml does not exist!
    build failed
    could you tell me how ?
    thank you

    What we, BEA, provides is a patch to allow you to compile Pet Store for
    WebLogic Server. It does not contain the source code.
    Sun's Pet Store source code can be found at
    http://developer.java.sun.com/developer/releases/petstore/petstore1_3_1_02.h
    tml. See the requirements section of README.TXT
    You need both in order to make it work.
    "Ankur" <[email protected]> wrote in message
    news:3fa9f2d9$[email protected]..
    Hi Nick,
    I tried building the petstore1.3.1_02 application following theinstructions in the readme. But I got an error as the buil.xml file is
    missing in the directory.....\petstore1.3.1_02\src.
    >
    I tried unzipping the downloaded again and for a petstore.domain.jar alongwith the readme. This jar does not contain the build.xml file.
    >
    Then I tried compiling one by one the component folder and found that the../xmldocuments/src folder has only a build.xml file but no source file...
    >
    Kinldy suggest what to do? Can you send me the zip via email?
    P.S: I have checked the zip and the files are missing.

  • How to compile and run ajax example

    I am having trouble trying to run this application in the latest jdev: (has 5 ones)
    http://www.oracle.com/technology/pub/articles/jellema-muir-adf.html
    Ajax and Partial-Page Refresh in Oracle ADF Rich Client
    codesamples
    code-sample ID S439: Sample code for Tech Article "Ajax and Partial-Page Refresh in Oracle ADF Rich Client", by Lucas Jellema and Chris Muir
    Just what are the steps to build and run one of these samples? I have been trying
    things and it's not working. So I know what doesn't work: (make a subdirectory in your jdev apps folder and unzip the
    package there).
    so if I open the first application .jws file, jdev wants to "migrate" it. Supposedly that was successful but I can't beyond
    the "run target" issue. What and where is the run target? I'd really appreciate a tip.

    unzip into a new directory.
    Open the *.jws file from that directory - this will migrate the project to the JDev version you are using.
    In the SHOP_1 application expand the Web Content node in the application navigator, right click the ProductAdvertisment_step1.jspx file and choose run.

  • How to deploy and run JDev 3.1 App using physical 3-tier Architecure

    We have developed a business application in JDev using 3-tier approach. There is a business component project and a separate client application project in our workspace.
    Now we want to deploy these projects on separate machines to take full advantage of physical 3-tier architecture. We want to go for thin clients to minimize deployment and maintainance issues. Please post your valueable comments or guidelines.

    Your physical three tier options for deploying a Java thin-client using JDeveloper 3.1 against Oracle 8.1.7 is just one, deploying your application module as a Visibroker using our Visibroker CORBA support. In this scenario, your thin-client DAC application (together with the thin-client BC4J library) talk to the application module over IIOP.
    If you were running JDev 3.2.2, you would have the additional three options available:[list]
    [*]Deploy your application module as an EJB session bean in Oracle8i 8.1.7. In this scenario, your thin-client DAC application talks to the application module running inside the database over RMI-over-IIOP (as prescribed by EJB).
    [*]Deploy your application module as a CORBA server in Oracle8i 8.1.7. In this scenario, your thin-client DAC application talks to the application module running inside the database over Oracle's session-based IIOP.
    [*]Deploy your application module as an EJB session bean in WebLogics. RMI-over-IIOP is the thin-client-to-middle-tier protocol.
    [list]

  • How to build and deploy ejb in j2ee!!

    HI there!!
    Newbie Question. I know this is very rude to ask a question "How to build and deploy ejb in j2ee server??", but please help me. I just learned some servlets worked with tomcat. Now I want to learn more about ejb, could anyone suggest me any online tutorial or book where in it is explained step by step builiding and deploying ejb's in j2ee server, please help me. I would be grateful to you.

    A good book to start with is Enterprise JavaBeans by Monson-Haefel (O'Reilly press). It covers deployment of EJBs on J2EE servers. Also check out sites specific to your server, sometimes they have specific requirements (like Weblogic).

  • How to develop and Run .jsp page from Jdeveloper 10g

    Dear All,
    I need to develop one small JSP page using Jdeveloper10g. pls share information How to develop and Run .jsp page from Jdeveloper 10g.
    Thanks in Advance,
    Hanimi.

    Hi Gyan,
    Any Idea how to get DB connection for JSP Pages.
    Our Java guys developed one JSP page for Login page.
    After Log in instead of standard responsibilites page we calling custom jsp page, For getting DB connection they defined one properties file and hard coded DB details on that file and calling, but client is not accepting hard coding.
    Pls give any idea for getting DB connection directly in JSP pages.
    Hanimi.

  • Unable to build and run Javapetstore using  Sun SDK

    Hi,
    There is a problem I�ve come across building and running JavaPetstore from Command Line using Ant.
    It shows that Build is successful but there is an error message in very beginning:
    �Unable to locate tools. jar. Expected to find it in C:\Program Files\Java\jre 1.5.0_11\lib\tools.jar�
    But there is no such a file in jre-1.5.0_11 or previous versions.
    The only place where the file with such name can be found is jdk\lib.All attempts to run end up with:
    � BUILD FAILED.
    C:\<PETSTORE_HOME>\bp-project\command-line-ant-task.xml:77;unable to find javac compiler;com.sun.tools.javac.Main is not on the class path.
    Perhaps JAVA_HOME does not point to JDK.
    Directories C:\Sun\SDK\bin and C:\Sun\SDK\jdk are in the PATH.
    JAVA_HOME as a System variable is set up to C:\Sun\SDK\jdk.
    Building and running other applications like a BluePrints or Samples brings to same result.
    What can I do? I will post more information if needed.
    Thank you in advance for help.

    Multiply duplicated

  • Unable to build and run Javapetstore using  Sun SDK from Command Line

    Hi,
    Here is a problem I?ve come across building and running JavaPetstore from Command Line using Ant.
    It shows that Build is successful but there is an error message in very beginning:
    ?Unable to locate tools. jar. Expected to find it in C:\Program Files\Java\jre 1.5.0_11\lib\tools.jar?
    But there is no such a file in jre-1.5.0_11 or previous versions.
    The only place where the file with such name can be found is jdk\lib.
    All attempts to run end up with:
    ? BUILD FAILED.
    C:\<PETSTORE_HOME>\bp-project\command-line-ant-task.xml:77;unable to find javac compiler;com.sun.tools.javac.Main is not on the class path.
    Perhaps JAVA_HOME does not point to JDK."
    Directories C:\Sun\SDK\bin and C:\Sun\SDK\jdk are in the PATH.
    JAVA_HOME as a System variable is set up to C:\Sun\SDK\jdk.
    Building and running other applications like a BluePrints or Samples bring to same result.
    I will post more information if needed.
    Thank you in advance for help.

    If you are using Windows XP:
    1. Right click on my computer
    2. Select Properties from the popup dialog
    3. Click on the "Advanced" tab
    4. Click the button towards the bottom that says "Environment Variables"
    5. In the dialog that pops up, look in both the User variables and the System variables for a variable named CLASSPATH
    6. If its not there, you need to create it. If you want to make it available to all users of your computer, create it as a System variable. If you only want it to be available to the current user, add it as a User variable.
    7. If it is there, or if you just created it, it needs to contain the following values: the current directory (symbolically abbreviated as a period: "."), any class libraries you want to be available to the java compiler (javac) or the java interpreter (java). By default, jre/lib and jre/lib/ext are searched for classes, so you don't need to include anything located in one of these folders on the classpath.

Maybe you are looking for

  • Wild car in internal table loop

    Hi, This is for NW 7.0 EHP1 on Oracle. Can I use wild card search criteria like '%ABC%' in internal table loop as shown below. LOOP AT where itab1-objname LIKE '%ABC%'. END. The above is just sample and it is not a correct statement as it gives me sy

  • Morgan Stanley - Flex Developers needed - Contract or Perm , London

    Position Description Flex and Java developers are required to work on Morgan Stanley Matrix. Matrix is Morgan Stanley's Fixed Income e-Trading Platform Used globally by clients and internal sales/trading staff Opportunities exist in many areas of the

  • Variants of TABBED_UIBB

    Hello, I have  an OIF Application with a TABBED UIBB which contains a master and detail ones. The Master UIBB is a list and for the Detail UIBB I need to switch between two variants depending on the selected item in the list. And I was wondering whic

  • PCIe 1429 failed to load ICD file

    Dear everyone  I have a NI PCIe-1429 frame grabber and a Basler acA2000-340km camera ,but the NI measurement & automation explorer 5.3.1 failed to load the ICD file of this camera even all the Basler acA2000 series and just give me a message as  "Err

  • Folders on my phone

    ive seen some photos of iphones with extra folders in the mail app. how do i make new ones so i can keep my email organized? never mind, i just did a search and found my own answer. its amazing how much info has already been asked. all i need do is s