Package information

The java.lang.Package class contains some version information, that sounds interesting.
Now, how can I give my jar-archive an implementation version, that can be retrieved by the Package class?

http://java.sun.com/j2se/1.4.1/docs/guide/jar/jar.html
On this page I saw "...attributes defined for extension and package versioning and sealing information..."
They provided attributes such as
Implementation-Version :
Specification-Version :
etc

Similar Messages

  • Missing package information on MyBT accounts

    Missing package information on MyBT accounts
    and after lots of phone call no one can fix it.
    which department do i need to talk to.
    and can i have a name of some one it that department so I can look them up in the Directory if not a name a EIN will do.

    I have asked a moderator to provide assistance, they will post an invite on this thread.
    They are the only BT employees on this forum, and are a UK based team of people, who take personal ownership of your problem.
    Once you get a reply, make sure that you are logged into the forum, then click on their name, you will see a screen like this. Click on the link as shown below.
    Please do not send them a personal message, as they may not be on duty for a long time, and your message will not be tracked properly.
    For your own security, do not post any personal details, on this forum. That includes any tracking number you are give.
    They will respond either by phone or e-mail within 5-6 working days.
    Please use the tracked e-mail, to reply, not via the forum. Thanks
    This is the form you should see when you click on the link. If you do not see this form, then you have selected the wrong link.
    When you submit the form, you will receive an enquiry number, so please keep a note of it
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Is there any field on waste packaging information in MM03

    Please help me in finding any field on waste packaging information in MM03. If it is there please let me know in which view we can find it, if not let me know where else i can find information on Waste packaging.

    Hi Vinod,
    If i got you right,  you need the information on Packing material in material master, if this is the case then go to
    Material Master - Basic data1- Packaging Material Data here you get to see
    1) )Material group packing material -  here grouping of materials which require same kind of packing is done.
    2)  Reference material for material packing - here material number is given which is to be packed with the similar packing and there should be a material master record for the reference material.
    3) Product composition - if you check ithis tab then composition gets  printed on packing      
    For example - say you have two material X(glass bottles) and y( glass jars) since these two are one of a kind they require same kind of packing.
    hope this will help you
    Thanks
    Abdul

  • How is the 'import-packages' information saved in the database, and how long?

    Hello,
    I am  developping a ECM Connector for Adobe LiveCycle ES, which is a customized component.
    1 - Who should I contact to have some specific support  ?
    There is no detailed information yet on this on the adobe site  (http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html/w whelp.htm?href=000931.html&accessible=true) .
    If you  think that I should address my problem to another department of Adobe, please  tell me which department?
    I give you another description of my problem. In fact, I have  been investigating on it.
    2 - If I  put this in my component.xml file, in step  1:
    <component-id>com.rsd.adobe.livecycle.RSDFoldersConnector</component-id>
    <version>1.0</version>
    <import-packages><package  version="1.0">com.rsd.simpleApiFolders</package>  </import-packages>
    If I change the  version to 1.1 and remove the  'import-packages' (in step 2) , will the new component need the  com.rsd.simpleApiFolders package. It seems that is still needs it.
    3 - How is the  'import-packages' information saved in the  database, and how  long?
    In  fact, on thursday, I used 'import-packages'  to make a test. And since them, I  can not deploy any of my components.
    LiveCycle throws a  ClassNotFoundException.
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException:  Internal error.
    [java] at  com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl$6.doInTransaction(Compone ntRegistryImpl.java:338)
    ... Caused  by: java.lang.ClassNotFoundException: http-0.0.0.0-8080-1Class name  com.rsd.simpleApiFolders.Context from package com.rsd.simpleApiFolders not found.
    [java] at  com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentFirst(DSContainerSearchPo licy.java:234)
    Thank you in advance
    Regards.

    1 - Who should I contact to have some specific support  ?
    That would depend on your Adobe support contract and if your organization has a TAM assigned.  You should check with your organization's Adobe contact and see what support options your organization has purchased.
    Having said that, this forum has a few people that may be able to help (but the forum does not have a SLA associated with it)
    2 - If I  put this in my component.xml file, in step  1:
    <component-id>com.rsd.adobe.livecycle.RSDFoldersConnector</component-id>
    <version>1.0</version>
    <import-packages><package  version="1.0">com.rsd.simpleApiFolders</package>  </import-packages>
    If I change the  version to 1.1 and remove the  'import-packages' (in step 2) , will the new component need the  com.rsd.simpleApiFolders package. It seems that is still needs it.If your component class needs the simpleApiFolders class then yes, you still need it.  Think of import-packages like a class-path statement (but with packages and not jars).  Its not physically moving the package into your application, but allowing you to access it from another container.
    3 - How is the  'import-packages' information saved in the  database, and how  long?
    As far as I know they are not imported into the database. As I stated above, I believe that the import-packages just allows you to point to classes that are in the app server's classpath, but are not physically in you component jar file.  As long as that class is in the app server class-path (or in the Adobe EAR file) then you should be able to access it.  Is the jar file containing the simpleApiFolders class in the app server's lib directory?

  • Requesting for [base-devel] packages information

    Hi, I have read alot of threads related to this but I think its not yet clear...My arch installer gives me the "base-devel" from "Select Package Categories"...What I would like to know is the package information of every package on the list.  Since my netbook has only 8gb of SSD, I can't waste space for unnecessary packages...:( Thanks in advance
    Last edited by kaola_linux (2009-02-03 11:00:37)

    #!/bin/bash
    for i in $( pacman -Sgq base-devel ); do
    pacman -Qis ^${i}$
    done
    local/autoconf 2.63-1 (base-devel)
        A GNU tool for automatically configuring source code
    local/automake 1.10.2-1 (base-devel)
        A GNU tool for automatically creating Makefiles
    local/bin86 0.16.17-3 (base-devel)
        A complete 8086 assembler and loader
    local/bison 2.4.1-1 (base-devel)
        The GNU general-purpose parser generator
    local/ed 1.1-2 (base-devel)
        A POSIX-compliant line editor
    local/fakeroot 1.12.1-1 (base-devel)
        Gives a fake root environment, useful for building packages as a non-privileged user
    local/flex 2.5.35-1 (base-devel)
        A tool for generating text-scanning programs
    local/gcc 4.3.3-1 (base-devel)
        The GNU Compiler Collection
    local/libtool 2.2.6a-1 (base-devel)
        A generic library support script
    local/m4 1.4.12-1 (base-devel)
        m4 macro processor
    local/make 3.81-3 (base-devel)
        GNU make utility to maintain groups of programs
    local/patch 2.5.9-1 (base-devel)
        A utility to apply patch files to original sources
    local/pkgconfig 0.23-1 (base-devel)
        A system for managing library compile/link flags

  • Extracting package information

    First off, sorry if this is a little off topic but I'm really struggling to find the right forum :(
    We're developing an application that needs to be able to extract pkginfo style information without necessarily running on a solaris box. Is there anywhere that documents the binary format used by the pkg* family of utilities? The directory form is easy to deal with but the single archive version is leaving us a little stumped at the moment.
    Thanks for any suggestions and pointers,
    Rob

    The pkg* utility family doesn't use binary formatting. The pkg info database is purely text based.
    Package can come in two flavors (and I'll probably get this wrong).
    1) PackageStream - which means the "package" and all its contents are in one "file". But I've never dug in deep enough to see if the "format" of the file is purely CPIO, SHARE format (I don't think it is), or some other derivative.
    2) Tar bundle that extracts down into a directory structure.
    In both formats there is a file called pkginfo (among others) that gives the package information.

  • Solaris Package Information database on the web

    I've cobbled together a web interface to the Solaris package information. For security reasons, I no longer install the "Entire" distribution. This database was designed as an aid to help me determine dependencies as I pick and choose which packages to include in a custom Solaris install. It's still a beta app, but I was wondering if it was worth doing more development on. Take a look at http://rocky.uta.edu/doran/pkginfo/search.cgi
    Feedback is welcome.
    -- Michael
    # Michael Doran
    # [email protected]

    Well, I certainly like it! That made it easy to find out which packages I can remove from my Jumpstart process to speed it up!
    No suggestion for additions that would be of any value at this point.

  • Pacinfo - a package information utility for pacman

    Maybe some of you have already read this on the Arch Linux planet. I have released pacinfo 0.1, it's a package information utility for pacman with the following features:
        * list all installed packages
        * screenshot support (fetching from http://screenshots.debian.net/ like the Ubuntu Software Center)
        * large screenshot if you click on the thumbnail
        * shows installed files of a package
        * shows some details of the package
        * full-text search in the whole package name
    More features are planned. You can find the project at Google Code: http://code.google.com/p/pacinfo/ There is also a screencast about it functionality.
    I have add it to the AUR repo: https://aur.archlinux.org/packages.php?ID=46065
    It's written in Mono and GTK#.
    This thread should be used as a discussion thread about features and bugs.
    NOTE: This is my personal project and has nothing to do with my work at Arch Linux, it's not an official Arch Linux project!

    Looks very cool!  However, I do get an error when I try to build it from AUR.  I'm using the i686 vesion of Arch, have all dependencies, and everything is up to date.  Not sure if this will be info-overkill, but I'm just trying to help:
    Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.Location ---> System.ExecutionEngineException: SIGILL
    at System.Collections.Generic.Dictionary`2[System.String,System.Int32].Init (Int32 capacity, IEqualityComparer`1 hcp) [0x00000] in <filename unknown>:0
    at System.Collections.Generic.Dictionary`2[System.String,System.Int32]..ctor () [0x00000] in <filename unknown>:0
    at Mono.CSharp.Location.Reset () [0x00000] in <filename unknown>:0
    at Mono.CSharp.Location..cctor () [0x00000] in <filename unknown>:0
    --- End of inner exception stack trace ---
    at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
    make[1]: *** [bin/Release/pacinfo.exe] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-beelzebud/aur-pacinfo/src/pacinfo-0.1/pacinfo'
    make: *** [all-recursive] Error 1
    Aborting...

  • Package information -- optional dependencies of?

    Hi all.  Some packages have 'optional dependencies'.  Just as an example, yaourt has an optional dependency on rsync.  However, in the package information for rsync, there's no mention that it's an optional dependency of another package.  Is there anyway to get this information?
    The reason I ask is this -- occasionally I go through and clean out orphan packages.  I have a script that helps with this, allowing me to view the output of 'pacman -Qi' for each orphan package and choose whether or not to remove it.  However, I have, on occasion, broken ome piece of system functionality by removing a package that is an optional dependency, as that information isn't available. 
    I apologize if this is a topic that's been covered before, but the search terms I can think of come up with a LOT of hits.
    Thanks in advance,
    Jim

    expac "%n\n%o\n" -Q
    shows that on my system few packages have any opt deps.
    yaourt-git
    aurvote customizepkg rsync pacman-color
    or with optdeps descriptions:
    [karol@black ~]$ expac "%n\n%O\n" yaourt-git
    yaourt-git
    aurvote: vote for your favorite AUR packages customizepkg: automatically modify PKGBUILD during install/upgrade rsync: retrieve PKGBUILD from official repositories pacman-color: fully colorized output

  • Missing Package Information and My Extras informat...

    I upgraded to BT Infinity on 1 May and for all intents and purposes my order was fully cpmpleted on the day. However the order is showing in  MYBT as still being in progress, As a result I can only access my billing information. The error messages shown in MYBT are as follows:
    ( Due to a system error we can't display your product information. We are working to fix this for you as quickly as possible.
    If you need access to the broadband usage tool in the mean time, you can access the page through this link: 
    My Extras 
    We can’t retrieve your Extras, either because you have a calling plan or a broadband service in this account or because you are not the account holder. Please let us know if you do have a calling plan or broadband service in this account and you are th..., so we can amend your profile.)
    I have called at least 6 times to try to get this resolved. After pushing I am being informed there is an extraneous item in the order for upgrading my broadband package preventing it from completing. I am told this will need to be resolved by manual intervention. Come on BT how long do you need. I would like to be able to manage my account again. On the plus side my new Infinity connection is working well.

    I have asked a moderator to provide assistance, they will post an invite on this thread.
    They are the only BT employees on this forum, and are a UK based team of people, who take personal ownership of your problem.
    Once you get a reply, make sure that you are logged into the forum, then click on their name, you will see a screen like this. Click on the link as shown below.
    Please do not send them a personal message, as they may not be on duty for a long time, and your message will not be tracked properly.
    For your own security, do not post any personal details, on this forum. That includes any tracking number you are give.
    They will respond either by phone or e-mail within 5-6 working days.
    Please use the tracked e-mail, to reply, not via the forum. Thanks
    This is the form you should see when you click on the link. If you do not see this form, then you have selected the wrong link.
    When you submit the form, you will receive an enquiry number, so please keep a note of it
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Missing package information

    I changed my bt package effective from today and the order information says completed.  It should be unlimited broadband and unlimited anytime phone calls.   However mybt says weekend/evening calls only(which I've never had).  I have read stephanieg's post about this but that is dated last March, it's now December!!?  I don't know if this means my order has not been completed correctly and I should be complaining, or if this is a long term problem with calling term add ons showing up correctly.  Does anybody know please?
    ps I did receive an email confirming the correct order details.  
    Solved!
    Go to Solution.

    MyBT is erratic with displaying add-on info and can't be trusted. As you've had aa accurate confirmation I wouldn't worry about it. You'll be able to check when you get your next bill.
    You can click the white star next to this message if you think it was helpful.

  • Support Packages information

    Hi,
    I've just move to a new company and the system is a bit mysterious for me now. Can anyone tell me on this SP packages in the system.
    SAP HRCFR
    SAP HRCGB
    SAP HRCHK
    SAP HRCNZ
    SAP HRCPH
    SAP HRCPT
    1. What is it for? I couldn't find any information from the infopage
    2. Is the SP part from other SP?
    BR
    Eida

    Welcome to SDN!
    1. What is it for? I couldn't find any information from the infopage
    Those are sub components of SAP_HR, if you go to SAP Marketplace and look for the latest HR SP and click info you'll see the versions of all the sub_components.
    2. Is the SP part from other SP?
    They are included on the SAP_HR SP.
    Regards
    Juan

  • App-V 5.0 Reporting Application and Package Information Not Available

    I have SQL Reporting Services set up and Excel and am able to interrogate AppVReporting DB using both. The problem is the Application and Packaging DBs do not appear to be populating.
    The Client information definitely is and I can see it is updating correctly as it is showing the PCs that have been upgraded to HF4. The other two are empty. The reports run fine just with no content in them.
    There is nothing obvious in the Client-Reporting debug log on the client. If I manually do the Send- PS command I get a confirmation it has uploaded successfully. What I can't get is why one part of it appears to be updating correctly but not another but
    there is no separation anywhere that would explain it.
    I am guessing that it may be something to with a permission issue but hopefully someone can point me in the right direction. The only other thing I think a little bit strange when looking through the client settings is Reporting is enabled when I check
    in Powershell but if I go through regedit and look at the App-V 5.0 client reporting settings Reporting Enabled =0. May be a red herring but just thought I would include if it rings any bells for anyone.

    Hello,
    There is a stored procedure that processes the sent information. According to Microsoft it is scheduled to run at 00:00 everyday
    http://technet.microsoft.com/en-us/library/jj692560.aspx
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • Encryption of Procedure & Package Information

    Dear All,
    I have developed a application, for this i have used several packages and procedures. i don't want my client to view the procedure / package coding information. Even i am interested to hide the tables Information too. Is it possible by oracle. If So what I have to do?
    Please Advice me to solve this problem.
    Thanks
    Radhakrishnan

    Hi \,
    Oracle has a wrapper that encrypt the code look in the oracle_home\bin for wrap and use it. it takes a finename.sql and creates a encryptfinename.plb
    Best,
    EA

  • SAP Support package information request

    Hi,
    after some time in my company are considering to upgrade from:
    - SAP ERP 6.0, SP 8
    - SAP Netweaver 7, SP 13
    to
    - SAP ERP EHP4 6.0, SP 4
    - SAP Netweaver 7, SP 20.
    So, in the first case we have to apply an enhancement, in the second to apply a major level of support package.
    I would like to know - in advance for both systems - the object lists that will be affected by these changes.
    How can I do?
    Can anyone please tell me where I can get this information.
    Thanks,
    Giuseppe

    Hi,
    > after some time in my company are considering to upgrade from:
    > - SAP ERP 6.0, SP 8
    > - SAP Netweaver 7, SP 13
    >  to
    > - SAP ERP EHP4 6.0, SP 4
    > - SAP Netweaver 7, SP 20.
    >
    You should upgrade your netweaver to EHP1 level if you are upgrading ERP 6.0 to EHP4. It is not recommended to have nw on 7.00 release if you are upgrading ECC to EHP4.
    Also, objects which will be effected that you can check in table TADIR.
    Thanks
    Sunny

Maybe you are looking for

  • How to get file name of the form attachment?

    Hi, is there anybody who is able to help me with the following problem??? I started my process from Workspace ES and as a first step I attached one locale file (IMG.JPG or IMG.TIF e.g.) as a form attachment. I used "Attachments" bookmark in the Works

  • How do I ad pop up text to an image in the lightbox widget after it has been selected?

    Hi there, My client, a photographer, wants to ad text to some of the images in his gallery on the website I have built him in Adobe Muse, but he wants people to click/hover over an "info button" before they get to see the text as he likes the idea of

  • CIN - Link between Excise invoice No (created in MIRO) with Material Document (GR)

    Dear Experts,              I have done Miro for excise duty (CIN) of Import Purchase order and then posted the material document in MIGO_GR referencing PO, i have entered the Excise invoice No (created in  MIRO ) in the commercial excise invoice no t

  • NSetOwner Error 8 in MapViewOfFile

    Dear All, I am using Java comm API to read serial data from the RS232 port in 24x7x365 environment. I am also doing (on basis of certain events) writing to the usb port (which in turn has a usb modem connected) to send SMS to mobile numbers. It is on

  • Query/WB-Creation: In test- or prod-system?

    Hi experts, I'd like to get a little feedback if you create and transport your queries and workbooks in the test-system (BWT) or if you create them direktly in the productive system (BWP). Maybe a litte bit of background about that question: We are u