How can use Applet through JNLP

I have an applet and want it run in browser with the advanced featrue of JNLP like once-download,accessible to local files...
Could anyone tell me how can I make JAR and write JNLP file to realize this?
Thanks ahead

I've been using an applet for several months with JWS and it works just fine. You can deploy the same code via JWS or it as an applet in a web page.
NOTE: The JFrame and ContentPane from the browser and JWS act a bit different, and you need to test your applet in both environments in order to get JMenu's to attach correctly, and if you're using JFrame methods setResizable() or setDefaultCloseOperation().
Here's my jnlp (server names xxx'd out)
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://xxx/Install/">
<information>
<title>Spool Window</title>
<vendor>Barr Systems, Inc.</vendor>
<homepage href="http://www.barrsystems.com/" />
<description>Remote Spool Window for BEPS</description>
<icon kind="splash" href="beps.gif"/>
</information>
<security>
<all-permissions />
</security>
<resources>
<j2se version="1.4+" href="http://java.sun.com/products/autodl/j2se" />
<jar href="JNLPSpoolWindow.jar"/>
</resources>
<applet-desc main-class="SpoolWindow" name="Spool Window Welcome" width="1024" height="700">
     <param name="WebService" value="http://xxx/BepsWebService/Service1.asmx"/>
     <param name="Rows" value="40"/>
     <param name="CellHeight" value="18"/>
     <param name="StartingWidth" value="1020"/>
     <param name="Debug" value="0"/>
     <param name="DrawNewWindow" value="0"/>
</applet-desc>
</jnlp>

Similar Messages

  • Frequently I send an email to multiple contacts.....I'm constantly changing my selection of multiple contacts so using the "group" function doesn't get the job done.......so how can I go through m

    I guess I was not clear.....my fault....let me re-phrase:  frequently I send an email to multiple contacts.....I'm constantly changing my selection of multiple contacts so using the "group" function doesn't get the job done.......so how can I go through my list of contacts and quickly select those contacts that I want to receive that particular email....thx  

    You need an app that allows group messaging. Enter group messenger in the search bar in the app store.

  • How can form communicate through RS232 (serial) link?

    How can form communicate through RS232 (serial) link?
    What I have to use/install/setup/copy?
    Thanks

    You can also create a dll library and use the procedures in this library with the Forms ORA_FFI package. See the Forms online help.

  • How  can use a variable in the folowing code?

    How  can use a variable 'W_ROWNUM2' in the folowing code?
    MOVE '1' TO CNT.
    LOOP AT L_T_PM2.
                  CONCATENATE '0' CNT INTO W_ROWNUM2.CONDENSE W_ROWNUM2.
                   CONCATENATE 'F110V-VARI'W_ROWNUM2'(01)' INTO FLD2.
        perform  DYNPRO_FIELD       using FLD2
                                     L_T_PM2-vari12_con.
                   CNT = CNT + 1.
                   CONDENSE CNT.                                                              
    ENDLOOP.
    I need to increment the value of W_ROWNUM2.
    Please ,it is urgent!!

    Hello
    CONCATENATE 'F110V-VARI'W_ROWNUM2'(01)' INTO FLD2.
    Try using spaces between parts of the resulting string.
    CONCATENATE 'F110V-VARI'  W_ROWNUM2  '(01)'   INTO FLD2
    Regards
    Greg Kern.

  • How can use linux in my macbook?

    how can use linux in my macbook?

    You can use various distributions of Linux either by running them under Boot Camp, or in a virtualized environment such as Parallels or VMWare's Fusion. Note that you may have to try several different distros until you find one that works. I settled on Ubuntu running under Parallels.
    Best of luck.

  • How can use my songs as my ringtone...???

    How can use my songs as my ringtone...???

    You have to create the ringtones.
    Type "create iphone ringtones" inot the google search bar.  I did and got several links to learn how to make ringtones.

  • How can use my Wireless Location Appliance to work with RF ID's?

    How can use my Wireless Location Appliance to work with RF ID's for Asset Tagging.
    It seems Smartcard used for ID cards have a small RF ID, can I use this for Asset Tagging?
    Thanks in Advance

    There are two kinds of RFID tags: Active tags, which have a battery or other internal power source, and passive tags, which have no power source and work by reflecting the energy from an RFID scanner (basically). At the energy levels and distances used for WiFi location detection, passive tags will not return a detectable signal.
    Take a look at http://www.aeroscout.com/ for more info on WiFi RFID tagging.

  • How can use iphon4s as a 3G modem in mc or pc?

    how can use iphon4 as a 3G modem in mac or pc?

    It's called a "Personal Hotspot", otherwise knows as 'tethering'.
    You must be using a supported carrier, they must support the feature, and you have to subscribe to a plan that allows tethering. Once all of these conditions are met, the option will appear in settings.
    Contact your carrier.
    As for how to connect your computer to it once it's working, read the manual. It is detailed there.

  • How can I pass through error code 1009

    How can I pass through error code 1009

    See this support document. While I do not see an explanation for error code 1009, the closest ones describe 3rd party security software or a hardware fault. You decide which direction you want to head in. http://support.apple.com/kb/TS3694

  • How can use row_number() over partition by plz provide some doc.

    row_number() over (partition by)
    what is this and how can use it in sql query.
    if ur have any documentation of it. plz give...me..
    thanx sir
    thanx in advance.

    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/functions105a.htm
    SELECT empno, deptno,
    row_number() over (partition by deptno order by empno) rn
    from scott.emp
         EMPNO     DEPTNO RN                                    
          7782             10     1
          7839             10     2
          7934             10     3
          7369             20     1
          7566             20     2
          7788             20     3
          7876             20     4
          7902             20     5
          7499             30     1
          7521             30     2
          7654             30     3
          7698             30     4
          7844             30     5
          7900             30     6Regards
    Dmytro

  • How can use simpler code?

    How can use simpler code for checking a particular value in a string?
    FIND 'C' IN fg_result ."FOR PAYMENT METHODS "CPRS"
    IF sy-subrc NE 0. FIND 'P' IN fg_result.ENDIF.
    IF sy-subrc NE 0. FIND 'R' IN fg_result.ENDIF.
    IF sy-subrc NE 0. FIND 'S' IN fg_result.ENDIF.
    IF SY-SUBRC = 0.

    Dear Shashank,
    DATA:  GV_SRCH(1)    TYPE   C.
    CASE  GV_SRCH.
      WHEN 'C'.
                      FIND 'C' IN fg_result.
      WHEN 'P'.
                      FIND 'P' IN fg_result
      WHEN 'R'.
                      FIND 'R' IN fg_result
      WHEN 'S'.
                      FIND 'S' IN fg_result
    ENDCASE.
    Regards,
    Abir
    Don't forget to award Points *

  • How can use Attrib and Trasitive attrib in Infoset in BI7

    Hi Experts,
    How can use Attrib and Trasitive attrib in Infoset In BI7.
    Detail will be great.
    Thanks

    Hi Saipriya
    the code :
    data : begin of itab occurs 0,
    partner_no like crmd_order_index-partner_no,
    gross_value like crmd_pricing_i-gross_value,
    end of itab .
    data : begin of wa occurs 0,
    partner_no like crmd_order_index-partner_no,
    gross_value like crmd_pricing_i-gross_value,
    end of wa .
    data : begin of itab2 occurs 0,
    partner_no like crmd_order_index-partner_no,
    gross_value like crmd_pricing_i-gross_value,
    end of itab2 .
    data : begin of wa2,
    partner_no like crmd_order_index-partner_no,
    gross_value like crmd_pricing_i-gross_value,
    end of wa2 .
    START-OF-SELECTION.
    select partner_no
           gross_value
    into CORRESPONDING FIELDS OF TABLE itab
    from crmd_order_index join crmd_pricing_i on crmd_order_index~item eq
    crmd_pricing_i~guid
    where crmd_order_index~process_type_ix = 'ZTA'
      and crmd_order_index~pft_1 = 'X'  .
    LOOP AT itab INTO wa .
          MOVE-CORRESPONDING wa TO itab2.
      COLLECT itab2.
    ENDLOOP.
    LOOP AT itab2 INTO wa2 .
    APPEND BP_GROSS.
    actually we don't know how can we benefit from this code in infoset.
    table1 :CRMD_ORDER_INDEX (the table we take customer number (CRMD_ORDER_INDEX-PARTNER_NO))
    table2 : CRMD_PRICING_I (We take gross value form this table)
    We added BP_GROSS field (adtiona filed to infoset) and would like to append the value we have from the code (Total gross per Customer) but it doesn't work in infoset.
    Thanks in advance.
    M.

  • How can use files *:SCR in AS400

    Actually I working with OLAP ESSBASE in a AS400.<BR>I need create a process to automated the clear all of a Cube<BR>I know the process in Windows<BR>Create a notepad file with this sentences and save file with the extension SCR<BR>            LOGIN "Machine" "User" "Password" "Application" "Database";<BR>            RESETDB ;<BR>            EXIT ;<BR>Then, create a file :bat with a sentence<BR> ESSCMD FILE.SCR<BR>and finally execute the file *.bat<BR><BR>In AS400 the ESSCMD have a lot parameters:<BR><BR> RUN ESSBASE/400 COMMANDS (ESSCMD) <BR> <BR>INPUT FILE NAME . . . . . . . . INFILE NONE         <BR>  LIBRARY  . . . . . . . . . . .                  LIBL <BR>INPUT MEMBER . . . . . . . . . . INMBR FIRST        <BR>OUTPUT FILE NAME . . . . . . . . OUTFILE        NONE <BR> LIBRARY . . . . . . . . . . . LIBL       <BR>OUTPUT MEMBER NAME . . . . . . . OUTMBR         FIRST <BR>ERROR LOG FILE NAME . . . . . . ERRFILE NONE         <BR>  LIBRARY  . . . . . . . . . . .                  LIBL <BR>ERROR LOG MEMBER NAME . . . . . ERRMBR FIRST        <BR><BR>I tested with a file source and a member TXT with the sentences of the file .scr<BR>and then put every parameters in a INPUT options and run the Command, but inmediatelly show me the next screen :<BR> Essbase Command Mode Interface - Release 6.5.4 (6.5.4) <BR> Copyright(c) 1991-2003 Hyperion Solutions Corporation. All rights reserved. <BR> <BR> U.S. Patent Number 5,359,724 <BR> U.S. Patent Number 6,317,750 <BR> <BR> <BR> ESSCMD/400 is running in AS/400 interactive mode <BR> ESSCMD/400 is using *COMPLETE script syntax                                 <BR>                                                                             <BR>                                                                             <BR> ESSLANG environment variable not set                                        <BR>                                                                             <BR> Using default locale "English_UnitedStates.US-ASCII@Binary"...              <BR>                                                                             <BR> (Wed Feb  1 16:18:52 2006)Local////Error(1040007)                           <BR> Error 1040007. Cannot find message database                                 <BR><BR><BR><BR>Can somebody help me?<BR>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    There's a sample in the FABridge.zip download (called
    EmptySwf.as) that
    shows how to use the bridge in a non-framework actionscript
    only app.
    There's nothing in the bridge that requires the framework.
    Jason Szeto
    Adobe Flex SDK Developer
    "wlt008" <[email protected]> wrote in
    message
    news:e4c2k4$rob$[email protected]..
    >I want to build an ActionScript project instead of flex,
    how can use
    >FABridge library in my project?

  • How can use the ip4 in vietanam..pls advise to me

    Dear whom,
    pls help me,,,
    Now i'm can't use iphone 4 in vietnam......
    i buy the iphone 4 at u.s.a on DEC/2010 and i'm work at vietnam.....
    how can use it in vietnam..
    pls help me....

    jae young wrote:
    thanks..
    You mean is i just can use in us.
    but..some people usally used ip4 in vietnam...(at&t).
    they said to me....just change the sim from at&t sim to local sim(vietnam)..
    pls help me.....
    AGAIN. ALL U.S. iphones are carrier LOCKED to AT&T and CANNOT be activated with any other carrier in any other country.
    You would need an iphone from the official provider in your country, or an unlocked iphone ( which is not sold at all in the U.S.)

  • How can use FABridge directly in ActionScript3?

    I want to build an ActionScript project instead of flex, how
    can use FABridge library in my project?

    There's a sample in the FABridge.zip download (called
    EmptySwf.as) that
    shows how to use the bridge in a non-framework actionscript
    only app.
    There's nothing in the bridge that requires the framework.
    Jason Szeto
    Adobe Flex SDK Developer
    "wlt008" <[email protected]> wrote in
    message
    news:e4c2k4$rob$[email protected]..
    >I want to build an ActionScript project instead of flex,
    how can use
    >FABridge library in my project?

Maybe you are looking for

  • Enter text in other languages in String Control

    Hi, Is it possible to type text in other languages(chinese, japanese,hindi,etc...) in Labview 8.2.  In runtime I want to enter the text in String control. Regards, Raja 

  • Why does iPad crash so often?

    In the middle of playing games or checking Facebook, my iPad crashes and goes back to home page.  It does the same thing when I try to share pictures on Facebook.  I went to the Apple store today and they helped me backup everything and then complete

  • I cannot enable find my mac

    As the title says, I cannot enable find my mac, i am running 10.8.2, and cant see any updates in the app store, I've looked up some things and I think that my recovery hd isn't up to date, there is a patch for updating you recovery hd, but only for 1

  • Masking the data in the Table

    Hi, Please help me in masking the data in few of the Oracle Apps base table columns data. Example : I want to print xxxxxx for the Birth Date column from the per_all_people_f table If I query from the TOAD. From Application using Form Personalization

  • Is there a calendar in Pages?

    I am trying to create a volunteer schedule using a calendar that can be share with volunteers via email. I do not have a mobileme account and would rather not spend the $ to sign up. Is there any calendar, including iCal, that I can share with PC use