How did i know the version of Jiniator with Internet Explorer

Hello,
I want to know if a version of Jinitiator is installed with a dynamic page executed with Internet Explorer.
I want a page to help users for install a new version of Jinitiator
Regards

No you're question wasn't to vague, I was able to get the basic idea of what you were asking.
As for an automatic way to convert bat scripts to shell scripts, I won;t say there isn't something out there, out there is a big place, but I doubt it. As I wrote the differences between the systems make a direct conversion difficult.
On OS X you have two choices for scripting, shell scripts and Applescripts. Shell scripts are your basic Unix command files, are created in a text editor and run from the Terminal command line.
Applescripts are created with the Applescript editor, have a tighter link with OS X, and are run from the GUI.
(all of that is very basic and there are exceptions to what I wrote but that is the intro version)
If you have a script from Windows that did something that you would like to have done on OS X you can transfer the what but not the how. That is you can do the same thing (automate backups in this case) but how you go about that will be different.
If you;re intereested in learning scripting on OS X (either shell or Applescript) this could be a good project to start with. You know what you want you just have to figure out how to do it in OS X now. If this is the case I'd suggest you start a new thread in the Mac OS X Technologies group. That is where scripting is usually discussed.
good luck
regards

Similar Messages

  • How do you know the version of a JAR file ?

    how do you know the version of a JAR file ?
    is it what is written on MANIFEST.MF ?
    for example i have a JAR file
    whose MANIFEST.MF has this
    Manifest-Version: 1.0
    Created-By: Ant 1.4.1so, whats the version of this JAR ? 1.0 ?

    anyway, that was JSTL..jar.
    Now, come to another JAR file....
    whose MANIFEST.MF has......
    Manifest-Version: 1.0
    Created-By: Apache Ant 1.5.1
    Extension-Name: Struts Framework
    Specification-Title: Struts Framework
    Specification-Vendor: Apache Software Foundation
    Specification-Version: 1.1
    Implementation-Title: Struts Framework
    Implementation-Vendor: Apache Software Foundation
    Implementation-Vendor-Id: org.apache
    Implementation-Version: 1.1
    Class-Path:  commons-beanutils.jar commons-collections.jar commons-dig
    ester.jar commons-logging.jar commons-validator.jar jakarta-oro.jar s
    truts-legacy.jarso, How do you believe whats the version now ? do u go with the comment "Manifest-Version: 1.0" or "Specification-Version: 1.1" ?
    definitely, you would go with the "Specification-Version: 1.1" and declare this JAR as STRUTS 1.1
    hmmm, so, if nothing is mentioned like above should we follow the MANIFEST version as the JSTL version ? in my earlier example i did not find any comment on ""Specification-Version" ......so , if anybody gives me that JAR , how do i decide whether its 1.0 specification or 1.1 specifucation compliant ?
    can you tell whats the JSTL version of my earler example JAR file ?

  • How do i know the version of AD in my instance ?

    Hello All,
    How do i know the version of AD in my instance ?
    Reg
    Chirag Patel

    - Use Patchset comparison tool - patchsets.sh (Note: 139684.1 - Oracle Applications Current Patchset Comparison Utility - patchsets.sh)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=139684.1
    - From OAM
    - Use Applications Diagnostic Tests
    - Use $AD_TOP/sql/adutconf.sql
    - By running the following SQL:
    SQL> select patch_level
    from fnd_product_installations
    where patch_level like '%AD%';

  • How can i know the version of autoconfig ?

    hi
    I am on 12.1.1
    to determine my autopatch version i used Note 390666.1
    i ran
    SET head off Lines 120 pages 100
    col n_patch format A10
    col bug_number format A10
    col patch_name format A10
    spool LACF_ptch_level.txt
    select ' LACF ' FROM dual;
    select bug_number, decode(bug_number,
    '4494373' ,'R12.TXK.A'
    ,'5872965' ,'R12.OAM.A'
    ,'5909746' ,'R12.TXK.A.1'
    ,'5917601' ,'R12.TXK.A.2'
    ,'6077487' ,'R12.TXK.A.DELTA.3'
    ,'6145693' ,'R12.Rapidclone Cons Jan2008'
    ,'6776948' ,'R12.Rapidclone CONSOLIDATED'
    ) n_patch, last_update_date
    FROM ad_bugs
    WHERE bug_number IN ( '4494373', '5872965', '5909746', '5917601', '6077487', '6145693', '6776948' );
    the output was
    4494373 R12.TXK.A 04-JAN-07
    4494373 R12.TXK.A 22-JAN-08
    5872965 R12.OAM.A 22-OCT-07
    5872965 R12.OAM.A 22-OCT-07
    5909746 R12.TXK.A. 22-OCT-07
    1
    5909746 R12.TXK.A. 21-JAN-08
    1
    5917601 R12.TXK.A. 22-OCT-07
    2
    5917601 R12.TXK.A. 21-JAN-08
    2
    6077487 R12.TXK.A. 22-OCT-07
    DELTA.3
    6077487 R12.TXK.A. 21-JAN-08
    DELTA.3
    6145693 R12.Rapidc 06-NOV-08
    lone Cons
    Jan2008
    how can i know the version of autoconfig from that?
    Thanks

    Hi,
    4494373 R12.TXK.A 04-JAN-07
    4494373 R12.TXK.A 22-JAN-08
    5872965 R12.OAM.A 22-OCT-07
    5872965 R12.OAM.A 22-OCT-07
    5909746 R12.TXK.A. 22-OCT-07
    5909746 R12.TXK.A. 21-JAN-08
    5917601 R12.TXK.A. 22-OCT-07
    5917601 R12.TXK.A. 21-JAN-08
    6077487 R12.TXK.A. 22-OCT-07
    6077487 R12.TXK.A. 21-JAN-08
    6145693 R12.Rapidc 06-NOV-08
    how can i know the version of autoconfig from that?The above indicates that the latest patches applied are 6077487 and 6145693.
    To find the latest AutoConfig and Rapid Clone patches on R12, please refer to:
    Note: 387859.1 - Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12
    Note: 406982.1 - Cloning Oracle Applications Release 12 with Rapid Clone
    Thanks,
    Hussein

  • How can I know the version of Application Server Java Virtual Machine

    How can I know the version of Application Server Java Virtual Machine?
    Thanks a lot.

    Thats easy. Your jdk/jre are located in the App Server home directory. Just run the java command under the jdk directory with the "-version" switch and it will provide you with detailed information about your VM.
    For example if you're doing it at command prompt it will be something like
    java -versionI hope this will be useful to you.
    Regards,
    Wasif

  • How Do I know the version of my iAS?

    Hi Friends,
    We have and Application Server bundled when I installed Oracle Apps (EBS R12).
    How do I determine the version of my Application Server? and Report Services?
    Thanks a lot.

    Hello,
    Try to access the home page of the Application Server : http://<server>:<port>
    the Home page will display the version of the Application Server
    For the Reports Server , the URL http://<server>:<port>/reports/rwservlet/getserverinfo
    will return info about the Reports Server version
    Regards

  • How do I know the version of Oracle Client

    How can I find out the version of my Oracle Client?
    Thanks!

    arbabu wrote:
    SQL> select BANNER product_versions
    2 from v$version
    3
    SQL> /
    PRODUCT_VERSIONS
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL>That is obviously wrong.
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Oct 31 10:50:34 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select BANNER product_versions
      2  from v$version;
    PRODUCT_VERSIONS
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - Production
    SQL> quit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Y:\>sqlplus -v
    SQL*Plus: Release 9.2.0.6.0 - Production
    Y:\>Nicolas.

  • How can I install the Flash Debug Player in Internet Explorer 10?

    I just downloaded the Flash Debug Player 11.4.402.287 from http://download.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_ax_debug.exe - however, trying to install it merely shows a message box saying
    The installation encountered errors: Your Microsoft Internet Explorer browser includes the latest version of the Adobe Flash Player built-in. Windows Update will inform you when new versions of the Flash Player are available.
    I'm using Internet Explorer 10.0.9200.16384 on Windows 8. A bit of Google research suggested that IE10 has a Flash player built-in (similiar to what Google Chrome has) so I looked for a way to disable the player. It seems that this is indeed possible by clicking the Cogwheel icon in the IE10 toolbar and then selecting 'Manage Add-ons'. The dialog which shows up shows a 'Shockwave Flash Object' entry. However, even with the built-in Flash player disabled, the Flash Debug Player installer keeps giving the same message.
    Does anybody knwo how I can install the Flash Debug Player in IE10?

    I do not know, but check if there is anything useful in http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flas h_player_windows8_admin_guide.pdf

  • HT5925 How do you uninstall the Icloud Webapp Plugin for Internet Explorer?

    There doesn't seem to be an uninstaller for it.

    Thanks for the link! I saw that it contains a drop-down list for other Internet Explorer versions,
    so I used this slightly different link to solve my problem: http://windows.microsoft.com/en-us/internet-explorer/manage-add-ons#ie=ie-9

  • When i click on bookmark it says no site configured at this address but i know the address is operational on internet explorer

    my bookmark use to work for www.kitco.com now i juct get a white screen that says no site configured at this address. when i go on internet explorer and click on favorites it is still there. what gives with firefox?

    Did you try to type the address in the location bar instead of using a bookmark?
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    You can remove all data stored in Firefox from a specific domain via "Forget About This Site" in the right-click context menu of an history entry (Show All History or History sidebar) or via the about:permissions page.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make a note of those passwords and bookmarks.<br />
    You can't recover from that 'forget' unless you have a backup of the affected files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.

  • How come when i logg in to facebook it will load, but when i go into games like farmville it does not load, but the games will load with internet explorer?

    i play games on face book, like farmville, frontierville, it will load the main page that shows all your friends and things that have been posted, but when i click on farmville to actually go into my farm it will not load, it says if it don't load in 10 seconds, update your player, i have tried that and it still don't load..... but i can go out of firefox and use internet explorer and the games will load... can you help me fix this, i use fire fox foe school work in college and would like to use it playing games as well.

    Try using the Facebook app instead of Safari for viewing Facebook content.

  • How can I know the version of the running jre in the oracle10 DB

    Hi there,
    I am sorry if this question sounds dull, but I need to know what jre version is running currently on my DB,
    I guess there would be some command, some query!!!!
    I am using oracle 10.2,
    or if there is a way from some oracle tools, such as the toad
    rgrds.

    You marked prematurely as the answer is not correct. Well at least not based on your original inquiry. This I suspect is what you were actually looking for.
    CREATE OR REPLACE VIEW v$system_properties AS
    SELECT cast('User''s current working directory (ORACLE_HOME)' AS
    varchar2(46)) as PROPERTY_NAME,
    get_java_system_property('user.dir') AS PROPERTY_VALUE
    FROM DUAL
    UNION ALL SELECT 'Java Runtime Environment version',
    get_java_system_property('java.version') FROM DUAL
    UNION ALL SELECT 'Java Runtime Environment vendor',
    get_java_system_property('java.vendor') FROM DUAL
    UNION ALL SELECT 'Java vendor URL',
    get_java_system_property('java.vendor.url') FROM DUAL
    UNION ALL SELECT 'Java installation directory',
    get_java_system_property('java.home') FROM DUAL
    UNION ALL SELECT 'Java Virtual Machine specification version',
    get_java_system_property('java.vm.specification.version') FROM DUAL
    UNION ALL SELECT 'Java Virtual Machine specification vendor',
    get_java_system_property('java.vm.specification.vendor') FROM DUAL
    UNION ALL SELECT 'Java Virtual Machine specification name',
    get_java_system_property('java.vm.specification.name') FROM DUAL
    UNION ALL SELECT 'Java Virtual Machine implementation version',
    get_java_system_property('java.vm.version') FROM DUAL
    UNION ALL SELECT 'Java Virtual Machine implementation vendor',
    get_java_system_property('java.vm.vendor') FROM DUAL
    UNION ALL SELECT 'Java Virtual Machine implementation name',
    get_java_system_property('java.vm.name') FROM DUAL
    UNION ALL SELECT 'Java Runtime Environment specification version',
    get_java_system_property('java.specification.version') FROM DUAL
    UNION ALL SELECT 'Java Runtime Environment specification vendor',
    get_java_system_property('java.specification.vendor') FROM DUAL
    UNION ALL SELECT 'Java Runtime Environment specification name',
    get_java_system_property('java.specification.name') FROM DUAL
    UNION ALL SELECT 'Java class format version number',
    get_java_system_property('java.class.version') FROM DUAL
    UNION ALL SELECT 'Java class path',
    get_java_system_property('java.class.path') FROM DUAL
    UNION ALL SELECT 'List of paths to search when loading libraries',
    get_java_system_property('java.library.path') FROM DUAL
    UNION ALL SELECT 'Default temp file path',
    get_java_system_property('java.io.tmpdir') FROM DUAL
    UNION ALL SELECT 'Name of JIT compiler to use',
    get_java_system_property('java.compiler') FROM DUAL
    UNION ALL SELECT 'Path of extension directory or directories',
    get_java_system_property('java.ext.dirs') FROM DUAL
    UNION ALL SELECT 'Operating system name',
    get_java_system_property('os.name') FROM DUAL
    UNION ALL SELECT 'Operating system architecture',
    get_java_system_property('os.arch') FROM DUAL
    UNION ALL SELECT 'Operating system version',
    get_java_system_property('os.version') FROM DUAL
    UNION ALL SELECT 'File separator ("/" on UNIX)',
    get_java_system_property('file.separator') FROM DUAL
    UNION ALL SELECT 'Path separator (":" on UNIX)',
    get_java_system_property('path.separator') FROM DUAL
    UNION ALL SELECT 'Line separator ("\n" on UNIX)',
    get_java_system_property('line.separator') FROM DUAL
    UNION ALL SELECT 'User''s account name',
    get_java_system_property('user.name') FROM DUAL
    UNION ALL SELECT 'User''s home directory',
    get_java_system_property('user.home') FROM DUAL
    col property_value format a60
    SELECT * FROM v$system_properties
    ORDER BY 1;This multivalue view was written by one of my former University of Washington students, Tom Starr, based on something he saw that was written by Chris Poole that returned the value of $ORACLE_HOME.

  • How do I know the version of Bootcamp installed on my machine?

    I am curious which version of Bootcamp I'm running.  Version information, or other Bootcamp program-level information not obvious in Applications or About My Mac. 

    Oh, by the way.  Boot Camp Assistant shows version 4.0.4.  Does this correspond to the Boot Camp version level?

  • How can I know the service that start with oracle 8i in SUN

    as subject!
    Thank You
    Ricky

    Try looking in the bdump directory, the alert file. The actual path should be in your init.ora or config.ora parameter file.
    John Taylor

  • HT5569 How do I know the passwords for Wi Fi intermet support

    How do I know the passwords for Wi Fi internet support??

    If you are trying to join a wi-fi network that is password protected, you need to contact the person that is responsible for the network and ask them if they will let you have the password,.

Maybe you are looking for

  • How do I transfer my music from external hard drive to itunes library?

    Hello everyone! How do I transfer my .mp3 files from my external hard drive to my itunes library?

  • Oracle form connect to database at 10g R2 in window2003

    Hi Experts, I configured form application in fromsweb.cfg. I can open form without any error. However I can not get data form database. If formsweb.cfg, i have a string as userid=scott/tiger@rptsale. I configured SQL*plus with this stream and works w

  • HT2905 how to empty recycle bin in itunes

    How do you empty the recycle bin in itunes

  • Broken akku and hanging system.

    Hallo, since an few days is the Akku from my PowerBook absolute broken. This is basically not an big problem. My problem is now, when I activate the sleepmodus by closing the lid, and awake it with open the lid, the system is hanging about 10 seconds

  • URL filtering on WRT54GH

    Hi all, I have specific alication on one of my customers. I need to grant unrestricted internet access for one computer. Other computers must have access to only 1 or 2 web sites for AV to update. I know that I can block sites by URL or keyword but I