How to set the Classpath of the Manifest to use jars which are included?

Hi,
I want to set the classpath for jars which are included in another jar, wihich I want to execute. At the moment I unzip them and include them afterwards, but there should be a more handy way to do this.
Please post an example of a Classpath declaration for the Manifest, assuming the jars are at the top level of the archive.
If it shouldn't be possible do that, please explain me why.
Perhaps it might be diffuclt for java to decide if a classpath location starts with the current-dir or the current-jar, but I assume that there is a special syntax to sort out such probems.
Thanks a lot in advance.
Greetings Michael

Java's classloader doe not support jars within jars. There are some 3rd part solutions, one is "one jar" at sourceforge. Search for others.

Similar Messages

  • How to find the list of Queries/Reports which are using Exceptional Aggregation in SAP BI?

    Hi All,
    We are interested to know how to find the list of Queries/ Reports which are using Exceptional aggregation in SAP BI.
    Please let us know is there any table's to check the list of reports using Exceptional Aggregation in SAP BI.

    Hi,
    Here you go..
    1) Go to table RSZCALC and get list of ELTUID where AGGREXC is not INITIAL and AGGRCHA is not initial; now you get only exception aggregation set based on some chars. Also you can further add STEPNR = 1 since your intention is just to get query name , not the calculation details; this will reduce number of entries to lookup and save DB time for next steps.
    Here you will get list of exception aggregation UUID numbers from which you can get properties from RSZELTDIR.
    2) Pass list of RSZCALC-ELTUID to table RSZELTXREF - TELTUID and get list of RSZELTXREF -SELTUID - this table stores query to it's elements maping kind.
    3) Now again pass RSZELTXREF - SELTUID into same table but into different field RSZELTZREF - TELTUID and get RSZELTXREF - SELTUID
    This step you get query reference sheet or column or query general UUID for next step.
    4) Pass list of RSZELTXREF - SELTUID into RSZELTDIR - ELTUID with DEFTP as 'REP'. Now you get list of query names in RSZELTDIR - MAPNAME and description in TXTLG.
    Note: you can also get the reference chars used for exception aggregation from RSZCALC - AGGRCHA field.
    Hope this helps.
    Please keep in mind, it might take more time depends on how many query elements you have in the system...
    Comments added for better DB performance by: Arun Thangaraj

  • How to delete the queries in  BW Production which are no longer existing.

    Hi,
    How to  delete the queries in BW production which are no longer existing in DEV.
    1. I tried Using RSZDELETE in Production it is not getting deleted and the below message given.
    Query object 4A7V83T3RB4ABIOKSDJT2HWDL is blocked. Deletion has been cancelled.
    2. I tried creating another query in dev with the same technical name and send a transport with deletion
    it is not working.
    Please advise me on this for any function module or any other method.
    Thanks
    Surya

    Hi,
    If you transported the query from DEV and now you want to delete it, you should open a BEx request (Dev Class under which it was originally transported -- or-- Standard - type) in DEV delete the query and move the transport to Production.
    As far as your error is concerned, usually  when you  can delete a query using the delete option in query designer itself,
    Business Explorer> query-> delete objects , when you press execute the system offers you a list of dependent objects on the query(workbook,views), in case the sysytem is unable to delete them i.e.they being used as a input query for a characteristic variable (replacement path),then system throws this error.You can delete these all depndents under there prescribed roles , fav s & then proceed.
    Hope this will be expedite.
    Thax & regards.
    Vaibhave Sharma

  • How to set the sampling interval using DAQ device?

    Now I have a capacity sensor and a 24 bit DAQ device (http://www.mccdaq.com/usb-data-acquisition/USB-2404-10.aspx).
    The DAQ device has the maximum sampling rate of 50kS/s . My question is how to set the interval of data collection. For example, if I set the sampling rate to 2000, in continuous sampling mode, I use DAQmx read.vi in a while loop and set the 'number of samples per channel' to 100. I want to plot these data as a function of time by using a XY graph and also save these data. So I add a 'Mean' function to get the average of the 100 samples per each loop (than means, there are 20 data output per second). But when I set the 'number of samples per channel' much smaller (to get more data per second), there are some problems. It seems that the program cannot read so many data and get the average at a higher frequency. I don't know where the problem is. All in all, how to collect data more frequently?Maybe I didn't express my question clearly. I'll upload a simple program later if necessary. Thanks.
    Solved!
    Go to Solution.

    Another question is in continuous mode, NI DAQmx uses Samples per channel to determine the buffer size. But according to the website you specified, it says if the acquisition is continuous (sample mode on the DAQmx Timing.vi is set to Continuous Samples), NI-DAQmx will allocate a buffer according to the following table. And for sample rate between 100 - 10,000 S/s, the buffer size is 10 kS. So if I set the sample rate to be 5000 S/s, and set the Samples per channel to be 20000, then what exactly the buffer size is? 20 kS or 10 kS?
    Thanks.

  • How to find the Databse field used in which Transaction

    Hi,
    I have one query about:
    How to find the particular field from the Database table, used in which transaction?
    Bottomline:  I want to find the LIKP- LIFEX field, used in which Transaction. I know it is related to inbound delivery, but i couldn't find it in which transaction it is.
    Thanks in advance.
    Jai.

    Hi Jai,
    The field is called External ID which equal to LIKP-LIFEX or RV50A-VERUR_LA (structure).
    Path:
    Goto -> Header -> Administration -> External ID.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • How to list the files in a directory which are recently modififed few mins

    Hi,
    I need command to list the files in a directory which are modified few minutes ago in SunOS. like "find . -cmin 2 -print " which list files that are modified 2 mins ago in Linux platform.
    Thanks in advance.
    sudha85

    The find command that comes with solaris doesnt have the cmin operator. Only mtime whose option is days.
    So install gnu find from sunfreeware which is the same one that comes with linux.

  • How to set the window and mdi window size are set

    I am developing a login form ,
    I want that both window1 and mdi_form_window have the same size.
    I want to set the size of window width 300 and height 150 , how i can set the mdi_form_window for the same size so that the scroll bar is not displayed and the window1 is fitt in mdi form.
    thanks

    use
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, WIDTH, ...);
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, HEIGHT, ...);

  • How to calculate the difference of two totals which are of the same group?

    Post Author: mingli
    CA Forum: Formula
    Hello,
    I have an existing report which has a group defined. The group generates two set of data, at the footer of each set of data, the total is calcuated. Now I need to calculate the difference between the totals. For example:
                             value
    set 1
          item 1         100
          item 2         200
          item 3        300
    set 1 total         600
    set 2
         item 1         200
         item 2          20
         item 3        300
         item 4         40
    set 2 total       560
    difference       40
    My question is: how can I do this? I'm thinking about create a formula. But the problem is, these two totals have the same field name. Could someone help me out?
    Thanks.

    Post Author: deejayw
    CA Forum: Formula
    Hi,I have a similar type of query...my Sets only ever contain two entries but there is an unknown number of sets.                        value
    set 1
          item 1         100
          item 2         200
    difference (item2 - item1) =   100
    set 2
         item 1         200
         item 2          20difference (item2 - item1) =    -180
    Set 3, Set 4, etc, etc I need to figure out how to calculate the "difference (item2 - item1)" total above. I am really confused by this and need assistance. Many thanks. 

  • How to set up individuals on family sharing for using Facetime - all are saying it's me!

    I've set up family sharing for my wife and kids. Currently all the devices are set up as me and linked to my email address and phone number. how do i separate them onto my wife's email / mobile no and then separate my kids (all under 13) so they can use Facetime etc? thanks!

    Hello Mevster,
    Welcome to Apple Support Communities.
    It sounds like you want to change the Apple ID used by services, like FaceTime, on some iOS devices. Take a look at the article linked below, it provides a lot of information that should answer your question and walk you through the process of changing the Apple ID that's used for services on iOS devices.
    Apple ID: What to do after you change your Apple ID - Apple Support
    Take care,
    -Jason

  • How to set the number of contents in list area of t:selectOneMenu

    Hi all
    Can any one plz suggest me how to fix size of number listed elements in <h:selectOneMenu> or <t:selectOneMenu>.
    I want to set this size to 10 so that i can control dropdown list size, which appeared quite long and shadows large screen area as well.
    Having list size as 10 can make other elements scrollable through scroll bar of the list.

    Hi Friend
    Can you match this result with this result
    javax.servlet.ServletException: /jsp/admin/SubTopic.jsp(89,8) Attribute size invalid for tag selectManyMenu according to TLD
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:154)
         org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
    as per your suggestions i have implemented following code -
                                  <h:selectManyMenu size="10"
                                                 id="topic" value="#{topicCreationBean.subtopic}"
                                                 style="width: 155px; font-size:10px;">
                                                 <f:selectItem itemLabel="-----------All-----------"
                                                      itemValue="None" />
                                                 <f:selectItems value="#{topicCreationBean.subTopicList}" />
                                            </h:selectManyMenu></td>
    Waiting for your reply.

  • How to set the Certifcate to use for SSL when more than one available?

    I apologise for bad wording of question.
    We have a 11g Directory Server and when we created the directory instance it generated a self-signed certificate. very nice.
    We have recently requested and installed a CA signed certifcate, so we now have TWO certificates in the directory certificate store. Default Certificate and the new Server-Cert (the CA signed one)
    LDAP clients STILL seem to be presented with the self-sgned certificate though.
    Simple question... how do I make my Server-Cert the 'default' certificate presented to LDAP clients ???
    I would rather not delete the self-signed cert if possible.
    I cant find any documented method to achieve this.

    # Listing Certificate
    $ /certutil -L -d <path>/slapd-abc/alias -P slapd-
    # Add Trust by adding CT
    $ certutil -M -n "GeoTrust DV SSL CA" -t CT,, -d <path>/slapd-abc/alias -P slapd-
    # Verify the setup.
    $ certutil -L -d <path>/slapd-abc/alias -P slapd-
    ( You should see the CT beside the relevant cerficate, making it default for SSL communication )
    GeoTrust DV SSL CA CT,,
    Link : http://docs.oracle.com/cd/E19656-01/821-1504/6nmg10b6g/index.html ( Look around for different steps for configuring SSL )
    JPrince

  • How to set the action page using fusebox

    hi everybody i have a little problem here. i have a page that
    has a pop
    up. when u click go in the pop up it will reload and display
    additional
    table below the previous table. the problem is i have no idea
    on how to
    make this work, can somebody help me?
    <INPUT style="width: 50px;" value="GO" name="go"
    type="button"
    class="myButton" onClick="javascript: getItem();" >
    i am not not sure of the action
    (document.theForm.action='<cfoutput>"#myself##xfa.pop_quotelist#"</cfoutput>+"&custcode=c ustcode')
    located at the end of my script thats my problem it wont
    work: the error
    is " No top level found" please help me....
    and here is my script for the pop up:
    unction getItem(){
    if (!isValidString(document.theForm.customercode,
    'Customercode')){return false;}
    if (!isValidString(document.theForm.currency,
    'Currency')){return false;}
    if (!isValidString(document.theForm.Q_No1, 'Quotation
    Number')){return
    false;}
    var custcode = theForm.customercode.value;
    var qt='test';
    var qt_field='Q_No';
    var qt_all = '';
    var qt_all_value='';
    for(i=1;i<=15;i++){
    myqt_field = qt_field+i;
    qt='&qt'+i+'='+document.theForm.elements[myqt_field].value;
    qt_all = qt_all+qt;
    if(document.theForm.elements[myqt_field].value!=''){
    if(qt_all_value ==''){
    qt_all_value =
    qt_all_value+document.theForm.elements[myqt_field].value;
    else{
    qt_all_value =
    qt_all_value+','+document.theForm.elements[myqt_field].value;
    alert(qt_all_value);
    <!---document.theForm.action='.../pop_quotationlist.cfm?customercode='+custcode+qt_all;-- ->
    document.theForm.action='<cfoutput>"#myself##xfa.pop_quotelist#"</cfoutput>+"&custcode=cus tcode'
    document.theForm.submit();

    Hello,
    I am working on a multi action controller a select controller and update controller. Select controller is working, however when i click on update from my list page (rendered) by selectController nothing happens in a portlet. Code for list.jsp is below. Can you please suggest some way to debug this.
    Thanks in advance,
    Prasad.
    list.jsp
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <%@ taglib uri = "http://java.sun.com/portlet_2_0" prefix="portlet"%>
    <%@ page contentType="text/html" isELIgnored="false" %>
    <portlet:defineObjects/>
    <h3>Contact List</h3>
    <portlet:renderURL var="insertAction">
    <portlet:param name="action" value="insert"/>
    </portlet:renderURL>
    <table border="1" cellpadding="4">
    <tr>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td>Add Contact</td>
    </tr>
    <tr>
    <th>Contact Id</th>
    <th>First Name</th>
    <th>Last Name</th>
    <th>Email</th>
    <th>Phone</th>
    </tr>
    <c:forEach items="${contactList}" var="contact">
    <tr>
    <td></portlet:renderURL>
    '><c:out value="${contact.contactId}"/>
    </td>
    <td><c:out value="${contact.firstName}"/></td>
    <td><c:out value="${contact.lastName}"/></td>
    <td><c:out value="${contact.email}"/></td>
    <td><c:out value="${contact.phoneNumber}"/></td>
    <td>
    </portlet:actionURL>
    '>Remove
    </td>
    </tr>
    </c:forEach>
    </table>

  • How to get the values of drop downs, which are gonna create at run time.

    As per my design requirement, I have to create drop downs in an ADF display table.
    The no# of rows of the table are gonna decide the no# of the drop downs. User can select the values from drop downs. My issue is, how can I capture the selected values of those drop downs as those are gonna created run time.

    Hi
    ohh ,ok ,then as u said that u r storing twenty values ,thats y i aksed earlier ,are these form values part of tbale ,or as u said 20 values are there ,for these u r creating 20 form values ???.
    My suggestion would be ,u do four calculation and put all your results in a hashmap ,and keep this hash map in to sesion ,using the following method
    pageContext.putTransactionTransientValue("HashMapName",myHashMap);
    and inside the PFR method when u want to display these values ,u can loop through your hashmap and can display these values.
    like this
    HasMap hm=pageContext.getTransactionTransientValue("HashMapName");
    thanx
    Pratap

  • How to send the notification email to users which are in workflow in ucm

    Hi All,
    Does anyone know how to configure ucm to send the actionable notification email to particular users in workflow?
    Please Help!!!!

    The send mail function will send mail to the users and or alias in the workflow step where you invoke it. The IDOC script guide will help you with implementing these kinds of things.
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/sdk/idoc_script_reference/wwhelp/wwhimpl/js/html/wwhelp.htm
    IDOC script by usage / Workflow
    wfNotify is the one you want to look at specifically.
    Workflow
    The following Idoc Script variables and functions are related to workflows.
    Configuration Variables
    isRepromptLogin
    IsSavedWfCompanionFile
    PrimaryWorkQueueTimeout
    WorkflowDir
    WorkflowIntervalHours
    Global Functions
    getValueForSpecifiedUser
    Workflow Functions
    wfAddActionHistoryEvent
    wfAddUser
    wfComputeStepUserList
    wfCurrentGet
    wfCurrentSet
    wfCurrentStep
    wfDisplayCondition
    wfExit
    wfGet
    wfGetStepTypeLabel
    wfIsFinishedDocConversion
    wfIsNotifyingUsers
    wfIsReleasable
    wfLoadDesign
    wfNotify
    wfReleaseDocument
    wfSet
    wfSetIsNotifyingUsers
    wfUpdateMetaData
    Other Variables
    AllowReview
    dWfName
    dWfStepName
    entryCount
    IsEditRev
    IsWorkflow
    lastEntryTs
    SingleGroup
    wfAction
    wfAdditionalExitCondition
    wfJumpEntryNotifyOff
    wfJumpMessage
    wfJumpName
    wfJumpReturnStep
    wfJumpTargetStep
    wfMailSubject
    wfMessage
    wfParentList
    WfStart

  • How to get the data from a table which are availble in MD04

    Hello,
    Can you please let me know the tables in which the 'data available in MD04' are stored.
    I would like to have the data pertaining to the customer order/Item with requirements available in MD04.
    Thanks and Regards,
    Jana.

    Probably the easiest way in this case is to run the performance trace (System/Utilities/Performance trace). Start transaction MD04, put on the trace in another window, press enter to see the stock/requirements list, then stop the trace and list the results. Then you'll see which tables were accesses with which queries.

Maybe you are looking for

  • Accessing PL/SQL table in SQL query

    Hello, Is it possible to use plain SQL to query PL/SQL table? In my case this table is returned by UTL_HTTP.REQUEST_PIECES function, which is defined as: create or replace package utl_http is type html_pieces is table of varchar2(2000) index by binar

  • World of Warcraft: Cataclysm CE Preorder

    Greetings unto both the Alliance and the Horde, It has crossed my desk as I have been diligently typing responses to the many customer concerns I am a steward of that we weren't able to meet demand for some of our preorders that were requested to shi

  • Process.destroy() doesn't work?

    Hey, I'm running Java 1.4 on Win 2k, and when I call process.destroy(), the process isn't killed. Here is my code: class MyRunner{ public static void main (String [] args){     Runtime rt = Runtime.getRuntime();     Process pr = null;     try{      

  • KFs in BPC

    Hi Folks: As you know, the objects configured in BPC automatically generate Objects in BW. (e.g.) Master Data: 1.-  Dimension & Dimension Members in BPC  >>>>>>Characteristics & Values  in BW (Ok) My cuestion is in case of Transaccional Data: 2.- No

  • HT201328 How wil I know if my phone has been unlocked?

    I've just phoned t-mobile to have my phone unlocked, how will I know when this has happened