Downloading JAR for temporary in-memory use or saved to local system?

Hi all,
I would like to be able to download and create a .jar file in memory, without writing it to disk, as an "option". My app should allow the user to reference an http://file.jar that gets "created" in memory on the client for temporary use, or they can optionally specify to download it and save it as a .jar file. I can't seem to find much info on either.
For the first case, basically, each time the app runs it should get the .jar file from the location specified, but without actually creating it on disk. Is it possible to download the binary of a .jar file from a web server and create it in memory so that it can be used? Or does it have to be stored on the local file system? If so, then I suppose I could use a "temporary" on disk .jar file, then delete it.
For the latter, how is a .jar file downloaded and saved to the local system?
Thanks.

I don't fully understand your question, but I think
you want to use JarInputStream.
-Ron

Similar Messages

  • I am unable to download updates for my iphone 4 using my pc. i have turned off firewall and spam however halfway through the download it says that the network has been disconeccted and to adjust my setting. very frustrating!!!

    i am unable to download updates for my iphone 4 using my pc. i have turned off firewall and spam however the downloadkeeps stopping about halfway through saying i have been disconnected from the network and to check my settings. very frustrating! help!

    Hi Jen.  My daughter just compleated her nursing program and is now working as a full time nurse.  Focus and study hard and soon you will be there too.  Now to the problem at hand.  I have the same problem.  I gave up on it and satisfied myself with my iPod without the upgrade.  Reason being I've read so many posts of people having problems after the upgrade.  But I'm sure other factors are involved.  Nevertheless here is the fix most say works to solve the problem:  What ever virus protection you have installed on your computer, disable it.  Then try to install the update. After that enable the protection. I had Kaspersky, and it does it's job well. The thinking is, the virus protection is blocking the upgrade.  Hope this works.   Charlie

  • Hi i dont have a wifi broadband n i just bought the new ipod touch can anyone tell me how 2 download apps for my ipod without using wifi

    hi i dont have a wifi broadband n i just bought the new ipod touch can anyone tell me how 2 download apps for my ipod without using wifi

    Download the apps on your syncing computer and then sync to the iPod. Note that you can only sync apps for the one syncing computer you use with the iPod. You can manage music and videos among different computer.

  • Download EHP4 for ERP 6.0 using Optimizer

    We're trying to download EHP4 for ERP 6.0 uisng Solution Manager
    optimizer. We've reviewed EHP4 master guide but very confused as how to
    download through Solution Manager. For instance, our business team
    asked us to install SRM server and FSCM of EHP4 for ERP 6.0. When we go
    through optimizer and find FSCM uses is grayed out and SRM server is
    not even there.
    Questions:
    1. How to enable grayed out components in optimizer so we can download?
    2. Are all those components such as SRM server installed on ECC server,
    or should be on other servers such as SRM ?
    Thanks very much!

    Felipe Pitta wrote:>
    > We're trying to download EHP4 for ERP 6.0 uisng Solution Manager
    EHP4 is still in RampUp.
    > 1. How to enable grayed out components in optimizer so we can download?
    Are they available for the user (S-User) in the service marketplace? You can check by trying to download the stack from there instead of SolMan.
    > 2. Are all those components such as SRM server installed on ECC server,
    > or should be on other servers such as SRM ?
    This depends on your local setup - both are possible.
    Markus

  • Download jar only when it is used

    Hello,
    I have an applet that uses some jar files, is it possible download the jar file only when it is called by the applet?
    Thanks,
    Pati

    If you add an index file in the first jar file on the
    applet's class path, the Java Plug-in downloads jar
    file only when necessary.
    You can find more information at:
    http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#JAR%20Index
    Regards

  • Download fees for a single folio using a professional edition

    Hey guys,
    we are releasing a free monthly online magazine in the coming month, at first we considered the single edition option because of its 0$ download fees. the down side was that it wouldn’t allow us to be available in the android market or on the IPhone.
    my question is, is it true that i will not be charged for downloads if i only have one folio published using a professional account?
    (note that we don’t have a problem un-publishing a previous issue to download a new one.)
    another question, is DPS available to purchase from the middle east, if not can i use an offshore account to purchase it.
    Thanks in advance

    HI Bob,
    Could you please elaborate on that? From the above, it would read that a professional subscription can publish several single folio apps, without incurring download fees from Adobe. Presumably with the one-off annual fee and, if I understand correctly, without paying multiple Single Edition fees.
    Thanks,
    Simon.

  • Minimum Spec required to Download Video for Rent or Purchase using iTunes

    Howdy, I have an LAN ( 802.11G ) in an apartment complex, I find that viewing the Keynote address and other video content as it streams ( real time ) tends to stutter and stalls with "Lost Packets" Stats. using Quicktime Pro.
    What are the Minimum Network Bandwidth requirements and acceptable Drop out rate to view streaming/real time video. (Such as Renting and purchasing from iTunes movies)
    I know my hardware is adequate for it worked OK at another location.
    H Trump

    No problem to use another computer for downloading: Just log into your account and from iTines Menu Advanced select "Check for purchases ..."

  • Where to download jars for editor component.

    Hi,
    I imported the Editor Component project mentioned here: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30c46426-829b-2b10-4286-ec70189e5de5
    I am missing all the jars related to the following:
    import com.sap.tc.logging.Location;
    import com.sapportals.wcm.crt.CrtClassLoaderRegistry;
    import com.sap.nw.wpc.bundles.CoreResourceBundle;
    import com.sap.nw.wpc.core.utils.Utils;
    import com.sap.nw.wpc.km.service.editor.IEditorConsts;
    import com.sap.nw.wpc.km.service.editor.document.AbstractEditorObject;
    import com.sapportals.htmlb.Component;
    import com.sapportals.htmlb.FormLayout;
    import com.sapportals.htmlb.FormLayoutCell;
    import com.sapportals.htmlb.HtmlEdit;
    import com.sapportals.htmlb.Label;
    import com.sapportals.htmlb.TextEdit;
    import com.sapportals.htmlb.rendering.IPageContext;
    import com.sapportals.wcm.repository.IPropertyMap;
    import com.sap.nw.wpc.km.service.editor.htmlb.HtmlEditorComponent;
    and
    import com.sap.nw.wpc.bundles.ResourceBundleBase;
    import com.sapportals.wcm.crt.CrtClassLoaderRegistry;
    Can any body assist me where I can get these jars.
    Thanks
    Srinivas

    Hi Srinivas,
    >import com.sap.tc.logging.Location;
    logging.jar
    >import com.sapportals.wcm.crt.CrtClassLoaderRegistry;
    bc.crt_api.jar
    >import com.sap.nw.wpc.bundles.CoreResourceBundle;
    >import com.sap.nw.wpc.core.utils.Utils;
    >import com.sap.nw.wpc.km.service.editor.IEditorConsts;
    >import com.sap.nw.wpc.km.service.editor.document.AbstractEditorObject;
    >import com.sap.nw.wpc.km.service.editor.htmlb.HtmlEditorComponent;
    com.sap.nw.wpc.core_api.jar
    >import com.sapportals.htmlb.Component;
    >import com.sapportals.htmlb.FormLayout;
    >import com.sapportals.htmlb.FormLayoutCell;
    >import com.sapportals.htmlb.HtmlEdit;
    >import com.sapportals.htmlb.Label;
    >import com.sapportals.htmlb.TextEdit;
    >import com.sapportals.htmlb.rendering.IPageContext;
    htmlb.jar
    >import com.sapportals.wcm.repository.IPropertyMap;
    bc.rf.framework_api.jar
    You can search for the JARs in your /usr directory.
    You can use Classlocator to find out the required classes and JARs on your own next time:
    http://sourceforge.net/projects/classlocator
    Hope this helps,
    Robert
    PS: I noticed that you closed the thread: https://forums.sdn.sap.com/thread.jspa?threadID=1230686&tstart=0
    It would be nice if you get back and write how you solve the issue as well as award the ones who took their time to answer (like Anja).

  • Downloading driver for epson scanner 1660 using mountian lion

    I have an Epson Pefection 1660 Photo scanner.  I have not been able to successfully download a driver not that am running Mountain Lion.  I have followed the Apple  instructions but my computer finds no software updates.

    http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?oid=14583&infoType=Down loads&platform=OSF_M_X8
    Any use?

  • Just Downloaded Paid for and Can't use any advice welcome

    An error occurred when attempting to change modules. This is the message I get

    oops! whatever it was I reinstalled OS and it left

  • Will current (v. 12) Firefox for Mac correctly open using a saved profile from Firefox 3.6 Mac?

    Hi,
    When I have a lot of windows and tabs open on a single subject, sometimes will save the Firefox profile folder, then simply replace the current profile with it when wish to get back to the same business. (And usually "restore" the current one when done.)
    Was wondering if upgraded to current Firefox 12, could I simply pop a saved v3.6 ".default" profile folder into the same old place
    ~/Library/Application\ Support/Firefox/Profiles
    whenever desired, and continue on, business as usual?
    Thanks.

    Thanks for the links. I will check them.
    Though I don't really feel the need for multiple profiles (or simultaneous FF versions running). Just wanted to confirm I could swap in any already archived old FF 3.6 profile into a FF 12 install, if desired - without bothering with a test install etc. of 12 to verify.
    I'm happy with 3.6.x, but am concerned security issues will no longer be addressed (as of the April 24th 2012 EOL).
    Was not sure how compatible the 3.6 profile folder contents drag and drop "into" v. 12 Application Support FF folder would be. Just don't want to make my archived profiles useless.

  • Is possible to import the TR using TP.EXE with local system user

    Hi ,
    Currently I am trying to import the TR using the TP.exe. Could please let me know is mandatory to use <SID>adm user. If yes could please let me know the procedures.
    Because I try with local user but it was failed. Even though  I set same environment variable (Both User and System).
    Regards,
    Vivek

    Hi ,
    Please find the log below
    I am using the correct commend. if i try in SIDADM user it working fine.when i try with local user is not working.So i was confused. 
    This is tp version 372.04.40 (release 701, unicode enabled)
    TRACE-INFO: 1:  [dev trc     ,00000]  Thu May 12 00:09:50 2011                                     1042  0.001042
    TRACE-INFO: 2:  [dev trc     ,00000]  load shared library (dbsdbslib.dll), hdl 0, addr 0000000186C80000
    TRACE-INFO: 3:                                                                                5  0.001047
    TRACE-INFO: 4:  [dev trc     ,00000]      using "E:\usr\sap\EC6\SYS\exe\uc\NTAMD64\dbsdbslib.dll"
    TRACE-INFO: 5:                                                                                5  0.001052
    TRACE-INFO: 6:  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                         81  0.001133
    TRACE-INFO: 7:  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=39,arg_p=0000000000000000)
    TRACE-INFO: 8:                                                                                8  0.001141
    TRACE-INFO: 9:  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                          8  0.001149
    TRACE-INFO: 10:  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=10,arg_p=000000000202EBE0)
    TRACE-INFO: 11:                                                                                8  0.001157
    TRACE-INFO: 12:  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                          4  0.001161
    TRACE-INFO: 13:  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=10,arg_p=0000000140E5A1E8)
    TRACE-INFO: 14:                                                                                15  0.001176
    TRACE-INFO: 15:  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                          5  0.001181
    TRACE-INFO: 16:  [dev trc     ,00000]  { DbSlSdbConnect(con_info_p=0000000000000000)                  18  0.001199
    TRACE-INFO: 17:  [dev trc     ,00000]  DBSDBSLIB : version 700.08, patch 0.024 (Make PL 0.32)         18  0.001217
    TRACE-INFO: 18:  [dev trc     ,00000]  MAXDB shared library (dbsdbslib) patchlevels (last 10)          7  0.001224
    TRACE-INFO: 19:  [dev trc     ,00000]    (0.024) Default value for max. input variables is 2000 (note 655018)
    TRACE-INFO: 20:                                                                                9  0.001233
    TRACE-INFO: 21:  [dev trc     ,00000]    (0.024) Profile parameter to define max. input variables (note 655018)
    TRACE-INFO: 22:                                                                                9  0.001242
    TRACE-INFO: 23:  [dev trc     ,00000]    (0.024) Switch SQLMODE after CREATE INDEX SERIAL (note 1267841)
    TRACE-INFO: 24:                                                                                8  0.001250
    TRACE-INFO: 25:  [dev trc     ,00000]    (0.024) Input parameters for SQL statements increased (note 655018)
    TRACE-INFO: 26:                                                                                7  0.001257
    TRACE-INFO: 27:  [dev trc     ,00000]    (0.018) Create index serial for MaxDB 7.6 (note 1267841)
    TRACE-INFO: 28:                                                                                8  0.001265
    TRACE-INFO: 29:  [dev trc     ,00000]    (0.018) More trace in case of packed to string conversion error (note 1262799)
    TRACE-INFO: 30:                                                                                13  0.001278
    TRACE-INFO: 31:  [dev trc     ,00000]    (0.016) R3trans export aborts with signal 6 (note 1262245)
    TRACE-INFO: 32:                                                                                7  0.001285
    TRACE-INFO: 33:  [dev trc     ,00000]    (0.009) IA64 alignment errors (note 1245982)                  7  0.001292
    TRACE-INFO: 34:  [dev trc     ,00000]    (0.007) Support DB-Type 'SAP DB' by UPDSTAT (note 1225668)
    TRACE-INFO: 35:                                                                                7  0.001299
    TRACE-INFO: 36:  [dev trc     ,00000]                                                                  4  0.001303
    TRACE-INFO: 37:  [dev trc     ,00000]   -> init()                                                      6  0.001309
    TRACE-INFO: 38:  [dev trc     ,00000]   -> sdb_malloc(size=18) : 0000000002810EB0 (34 bytes allocated)
    TRACE-INFO: 39:                                                                                18  0.001327
    TRACE-INFO: 40:  [dev trc     ,00000]    STATEMENT_CACHE_SIZE = 1000                                  46  0.001373
    TRACE-INFO: 41:  [dev trc     ,00000]   -> sdb_malloc(size=152000) : 00000000028B9FA0 (152050 bytes allocated)
    TRACE-INFO: 42:                                                                                16  0.001389
    TRACE-INFO: 43:  [dev trc     ,00000]   -> sdb_malloc(size=656000) : 0000000002C200B0 (808066 bytes allocated)
    TRACE-INFO: 44:                                                                                13  0.001402
    TRACE-INFO: 45:  [dev trc     ,00000]   -> sdb_malloc(size=288000) : 0000000002CC10B0 (1096082 bytes allocated)
    TRACE-INFO: 46:                                                                                11  0.001413
    TRACE-INFO: 47:  [dev trc     ,00000]   -> sdb_malloc(size=16144) : 0000000002D080B0 (1112242 bytes allocated)
    TRACE-INFO: 48:                                                                                11  0.001424
    TRACE-INFO: 49:  [dev trc     ,00000]   -> sdb_malloc(size=32048) : 0000000002D0C020 (1144306 bytes allocated)
    TRACE-INFO: 50:                                                                                11  0.001435
    TRACE-INFO: 51:  [dev trc     ,00000]   -> loadClientRuntime()                                       358  0.001793
    TRACE-INFO: 52:  [dev trc     ,00000]  Loading SQLDBC client runtime ...                               7  0.001800
    TRACE-INFO: 53:  [dev trc     ,00000]  SQLDBC SDK Version : SQLDBC.H  7.6.0    BUILD 007-123-091-175
    TRACE-INFO: 54:                                                                                339  0.002139
    TRACE-INFO: 55:  [dev trc     ,00000]  SQLDBC Library Version : libSQLDBC 7.6.5    BUILD 011-123-196-300
    TRACE-INFO: 56:                                                                                8  0.002147
    TRACE-INFO: 57:  [dev trc     ,00000]  SQLDBC client runtime is MaxDB 7.6.5.011 CL 196300             21  0.002168
    Regards,
    vivek

  • Jnlpdownloadservlet exception downloading jars of a certain size

    Using
    Windows XP
    Weblogic 10.3.2
    Java 1.6.0_17
    An exception occurs when downloading jars for the first time with the jnlpdownloadservlet. It occurs for the two largest jars only.
    from the JnlpDownloadServlet log -
    JnlpDownloadServlet(3): Request: /netintel-client/application/jviewsall.5.0.jar
    JnlpDownloadServlet(3): User-Agent: JNLP/6.0 javaws/1.6.0_17 (b04) Java/1.6.0_17
    JnlpDownloadServlet(3): Resource returned: /application/jviewsall.5.0.jar
    JnlpDownloadServlet(1): Internal error:
    java.net.SocketException: Software caused connection abort: socket write error
         at java.net.SocketOutputStream.socketWrite0(Native Method)
         at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
         at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
         at weblogic.servlet.internal.ChunkOutput.writeChunkNoTransfer(ChunkOutput.java:530)
         at weblogic.servlet.internal.ChunkOutput.writeChunks(ChunkOutput.java:487)
         at weblogic.servlet.internal.ChunkOutput.flush(ChunkOutput.java:382)
         at weblogic.servlet.internal.ChunkOutput$2.checkForFlush(ChunkOutput.java:580)
         at weblogic.servlet.internal.ChunkOutput.write(ChunkOutput.java:306)
         at weblogic.servlet.internal.ChunkOutputWrapper.write(ChunkOutputWrapper.java:150)
         at weblogic.servlet.internal.ServletOutputStreamImpl.write(ServletOutputStreamImpl.java:138)
         at jnlp.sample.servlet.DownloadResponse$FileDownloadResponse.sendRespond(DownloadResponse.java:231)
         at jnlp.sample.servlet.JnlpDownloadServlet.handleRequest(JnlpDownloadServlet.java:178)
         at jnlp.sample.servlet.JnlpDownloadServlet.doGet(JnlpDownloadServlet.java:113)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3594)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    The weblogic log -
    <17-Feb-2010 11:56:43 o'clock GMT> <Error> <HTTP> <BEA-101020> <[ServletContext@27407197[app:network-intell
    ient spec-version:null]] Servlet failed with Exception
    java.lang.IllegalStateException: Response already committed
    at weblogic.servlet.internal.ServletResponseImpl.objectIfCommitted(ServletResponseImpl.java:1591)
    at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:614)
    at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:592)
    at jnlp.sample.servlet.JnlpDownloadServlet.handleRequest(JnlpDownloadServlet.java:191)
    at jnlp.sample.servlet.JnlpDownloadServlet.doGet(JnlpDownloadServlet.java:113)
    Truncated. see log file for complete stacktrace
    JNLP as follows
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="6.0"
    codebase="http://localhost:7001/netintel-client/application"
    href="launch.jnlp">
    <information>
    <title>Oracle Communications Network Intelligence</title>
    <vendor>Oracle Corporation.</vendor>
    <description>Oracle Communications Network Intelligence</description>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.6" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-Xmx1024m -Xverify:none -Xfuture"/>
    <property name="log4j.configuration" value="log4j-modules.properties"/>
    <property name="APP_SERVER_URL" value="http://localhost:7001"/>
    <property name="user.language" value="en"/>
    <property name="user.country" value="ie"/>
    <jar href="NetIntelligence_Help_en.jar"/>
    <jar href="acegi-security-1.1-SNAPSHOT.jar"/>
    <jar href="acegi-security-tiger-1.0.3.jar"/>
    <jar href="aspectjweaver-1.5.2.jar"/>
    <jar href="spring-aspects.jar"/>
    <jar href="spring-modules-validation-0.5.jar"/>
    <jar href="spring.jar"/>
    <jar href="hibernate3.jar"/>
    <jar href="antlr-2.7.6.jar"/>
    <jar href="asm-attrs.jar"/>
    <jar href="asm.jar"/>
    <jar href="cglib-2.1.3.jar"/>
    <jar href="ehcache-1.2.3.jar"/>
    <jar href="jta.jar"/>
    <jar href="dom4j-1.6.1.jar"/>
    <jar href="jcalendar-flib-apache.jar"/>
    <jar href="jhall.jar"/>
    <jar href="joda-time-1.4.jar"/>
    <jar href="commons-attributes-api.jar"/>
    <jar href="commons-attributes-compiler.jar"/>
    <jar href="commons-beanutils.jar"/>
    <jar href="commons-codec-1.3.jar"/>
    <jar href="commons-collections.jar"/>
    <jar href="commons-dbcp.jar"/>
    <jar href="commons-digester.jar"/>
    <jar href="commons-fileupload.jar"/>
    <jar href="commons-httpclient-3.0.1.jar"/>
    <jar href="commons-io-1.3.1.jar"/>
    <jar href="commons-lang.jar"/>
    <jar href="commons-logging-1.1.jar"/>
    <jar href="commons-pool.jar"/>
    <jar href="commons-validator.jar"/>
    <jar href="log4j-1.2.11.jar"/>
    <jar href="binding-1.1.1.jar"/>
    <jar href="forms-1.0.6.jar"/>
    <jar href="looks-2.1.1.jar"/>
    <jar href="xstream-1.2.jar"/>
    <jar href="netsure_ui.jar"/>
    <jar href="netsure_business.jar"/>
    <jar href="netsure_domain.jar"/>
    <jar href="netsure_common.jar"/>
    <jar href="jviewsall.5.0.jar "/>
    <jar href="netsure_modules.jar" main="true"/>
    </resources>
    <application-desc main-class="com.netsure.capman.app.AppMain"/>
    </jnlp>
    jviewsall.5.0.jar is 3830371 bytes
    netsure_modules.jar is 3802341 bytes
    None of the other jars raise this exception
    The next largest jar is 2846594 bytes
    The 2 jars still download ok and there are no apparent problems.
    Has anyone encountered anything similiar ?
    I am aware of an old thread forum http://forums.sun.com/thread.jspa?forumID=38&threadID=183571 concerning the download of updated files . This was last updated in 2007

    Thanks Andrew,
    I updated the invalid syntax identified by both these tools - namely adding an association mime-type jnlp and moving the properies to the bottom of the resources. Unfortunately the same exception occurs.
    This was not an issue using Java 1.5 with weblogic 9.2
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="6.0"
    codebase="http://localhost:7001/netintel-client/application"
    href="launch.jnlp">
    <information>
    <title>Oracle Communications Network Intelligence</title>
    <vendor>Oracle Corporation.</vendor>
    <description>Oracle Communications Network Intelligence</description>
    <association mime-type="application/x-java-jnlp-file" extensions="jnlp"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.6" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-Xmx1024m -Xverify:none -Xfuture"/>
    <jar href="NetIntelligence_Help_en.jar"/>
    <jar href="acegi-security-1.1-SNAPSHOT.jar"/>
    <jar href="acegi-security-tiger-1.0.3.jar"/>
    <jar href="aspectjweaver-1.5.2.jar"/>
    <jar href="spring-aspects.jar"/>
    <jar href="spring-modules-validation-0.5.jar"/>
    <jar href="spring.jar"/>
    <jar href="hibernate3.jar"/>
    <jar href="antlr-2.7.6.jar"/>
    <jar href="asm-attrs.jar"/>
    <jar href="asm.jar"/>
    <jar href="cglib-2.1.3.jar"/>
    <jar href="ehcache-1.2.3.jar"/>
    <jar href="jta.jar"/>
    <jar href="dom4j-1.6.1.jar"/>
    <jar href="jcalendar-flib-apache.jar"/>
    <jar href="jhall.jar"/>
    <jar href="joda-time-1.4.jar"/>
    <jar href="commons-attributes-api.jar"/>
    <jar href="commons-attributes-compiler.jar"/>
    <jar href="commons-beanutils.jar"/>
    <jar href="commons-codec-1.3.jar"/>
    <jar href="commons-collections.jar"/>
    <jar href="commons-dbcp.jar"/>
    <jar href="commons-digester.jar"/>
    <jar href="commons-fileupload.jar"/>
    <jar href="commons-httpclient-3.0.1.jar"/>
    <jar href="commons-io-1.3.1.jar"/>
    <jar href="commons-lang.jar"/>
    <jar href="commons-logging-1.1.jar"/>
    <jar href="commons-pool.jar"/>
    <jar href="commons-validator.jar"/>
    <jar href="jviewsall.5.0.jar"/>
    <jar href="log4j-1.2.11.jar"/>
    <jar href="binding-1.1.1.jar"/>
    <jar href="forms-1.0.6.jar"/>
    <jar href="looks-2.1.1.jar"/>
    <jar href="xstream-1.2.jar"/>
    <jar href="netsure_ui.jar"/>
    <jar href="netsure_business.jar"/>
    <jar href="netsure_domain.jar"/>
    <jar href="netsure_common.jar"/>
    <jar href="netsure_modules.jar" main="true"/>
    <property name="log4j.configuration" value="log4j-modules.properties"/>
    <property name="APP_SERVER_URL" value="http://localhost:7001"/>
    <property name="user.language" value="en"/>
    <property name="user.country" value="ie"/>
    </resources>
    <application-desc main-class="com.netsure.capman.app.AppMain"/>
    </jnlp>

  • Limit for EXPORT TO MEMORY ID statement

    Hi All,
    I would like to know whether is any limit to the size of the data(size of <int_tab> below) which we can export to ABAP memory using statement -
    EXPORT <int_tab> TO MEMORY ID 'XXXX'.
    I have read the F1 help of export, there size 30000 bytes is mentioned if we export to shared memory but for export to ABAP memory it is mentioned anything like that.
    Can someone help me out in finding this, or there is no limitations for exporting to ABAP memory?
    Regards
    Munish Garg

    I supposed that the abap code hasn't limits, but the admin has certain parameters for limit users memory or something else. Overcharging system memory  get that machines are slower than usual.

  • Memory used by oracle 11g processes on solaris 10

    I am running oracle 11.1.0.7 on solaris 10. The database uses some 280M virtual memory size for each oracle backup or user process. See the SZ column in output of ps -efl below.
    I just wonder how come oracle that much of memory for each process. Is that something we can control through some system/database parameters or is that the way oracle 11g on solaris works?
    oracle@taut $ ps -efl|grep cttrain6
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    0 S oracle 2490 1 0 40 20 ? 284111 ? 12:23:37 ? 0:01 ora_q001_cttrain6
    0 S oracle 9698 1 0 40 20 ? 283837 ? 13:37:51 ? 0:00 ora_w000_cttrain6
    0 S oracle 2147 1 0 40 20 ? 285464 ? 12:18:11 ? 0:15 ora_lgwr_cttrain6
    0 S oracle 2135 1 0 40 20 ? 283878 ? 12:18:09 ? 0:17 ora_dia0_cttrain6
    0 S oracle 9979 11472 0 50 20 ? 211 ? 13:40:24 pts/2 0:00 grep cttrain6
    0 S oracle 2157 1 0 40 20 ? 283942 ? 12:18:13 ? 0:47 ora_mmnl_cttrain6
    0 S oracle 2129 1 0 40 20 ? 283830 ? 12:18:09 ? 0:06 ora_diag_cttrain6
    0 S root 2159 1 0 40 20 ? 263214 ? 12:18:13 ? 3:52 ora_dism_cttrain6
    0 S oracle 9565 1 0 40 20 ? 283861 ? 13:35:18 ? 0:00 oraclecttrain6 (LOCAL=NO)
    0 S oracle 2482 1 0 40 20 ? 283837 ? 12:22:55 ? 0:01 ora_q000_cttrain6
    0 S oracle 2884 1 0 40 20 ? 283830 ? 12:27:46 ? 0:01 ora_smco_cttrain6
    0 S oracle 2153 1 0 40 20 ? 283846 ? 12:18:12 ? 0:01 ora_reco_cttrain6
    0 S oracle 2464 1 0 40 20 ? 284150 ? 12:22:42 ? 0:01 ora_fbda_cttrain6
    0 S oracle 2123 1 0 40 20 ? 284270 ? 12:18:08 ? 0:14 ora_pmon_cttrain6
    0 S oracle 2454 1 0 40 20 ? 285190 ? 12:22:34 ? 0:01 ora_arc1_cttrain6
    0 S oracle 2145 1 0 40 20 ? 284792 ? 12:18:11 ? 0:06 ora_dbw3_cttrain6
    0 S oracle 2141 1 0 40 20 ? 284792 ? 12:18:10 ? 0:08 ora_dbw1_cttrain6
    0 S oracle 2149 1 0 40 20 ? 284112 ? 12:18:11 ? 0:25 ora_ckpt_cttrain6
    0 S oracle 9513 1 0 40 20 ? 283885 ? 13:34:18 ? 0:02 oraclecttrain6 (LOCAL=NO)
    0 S oracle 2125 1 0 0 RT ? 283830 ? 12:18:08 ? 0:07 ora_vktm_cttrain6
    0 S oracle 2143 1 0 40 20 ? 284792 ? 12:18:10 ? 0:04 ora_dbw2_cttrain6
    0 S oracle 2459 1 0 40 20 ? 285198 ? 12:22:35 ? 0:01 ora_arc3_cttrain6
    0 S oracle 2451 1 0 40 20 ? 285190 ? 12:22:33 ? 0:01 ora_arc0_cttrain6
    0 S oracle 2131 1 0 40 20 ? 283838 ? 12:18:09 ? 0:02 ora_dbrm_cttrain6
    0 S oracle 2139 1 0 40 20 ? 284872 ? 12:18:10 ? 0:03 ora_dbw0_cttrain6
    0 S oracle 2466 1 0 40 20 ? 283830 ? 12:22:44 ? 0:01 ora_qmnc_cttrain6
    0 S oracle 2151 1 0 40 20 ? 283974 ? 12:18:12 ? 0:05 ora_smon_cttrain6
    0 S oracle 2457 1 0 40 20 ? 285198 ? 12:22:34 ? 0:01 ora_arc2_cttrain6
    0 S oracle 2133 1 0 40 20 ? 283830 ? 12:18:09 ? 0:02 ora_psp0_cttrain6
    0 S oracle 2155 1 0 40 20 ? 284656 ? 12:18:12 ? 0:11 ora_mmon_cttrain6
    0 S oracle 2137 1 0 40 20 ? 283830 ? 12:18:09 ? 0:02 ora_mman_cttrain6

    user567271 wrote:
    I am running oracle 11.1.0.7 on solaris 10. The database uses some 280M virtual memory size for each oracle backup or user process. See the SZ column in output of ps -efl below.
    I just wonder how come oracle that much of memory for each process. Is that something we can control through some system/database parameters or is that the way oracle 11g on solaris works?As you have already said, it is "virtual" memory. This is not real, "physical" memory. Solaris has a virtual memory sub-system layer in it, as do almost all other modern operating systems. Google "operating system virtual memory" to find out more on what virtual memory is and how it works.
    In terms of your question, virtual memory means that not all of a process's memory space needs to be in physical memory for it to run and execute. The process virtual memory space is broken up into equal sized pages, and only those pages currently being referenced (used) are mapped and read into physical memory pages. Thus the virtual size of a process is irrelevant to how much physical memory is being used. Look at the RSS column (ps -ely) for the physical memory used by each process - Resident Set Size.
    Furthermore, an Oracle shadow server process (oracle) uses a large segment of shared memory for the SGA. This shared memory only exists once in physical memory, and is shared amongst all the shadow server processes. But it is mapped into the address space of each process, and so appears and is counted in the virtual and physical memory of each process.
    So each reported virtual size (SZ) of each oracle process is also counting the mapped shared memory pages in each process, and so counting the same pages multiple times across all the oracle processes. You need to subtract the size of the SGA shared memory from the virtual size of each oracle process to determine the private, local memory per shadow process.
    If you want a further breakdown of the memory map of each process, look at the manual pages for pmap (man pmap), which will break it down by text, private data, zero initialized, shared and other types. By subtracting the shared size from the resident size you can get a true view of the private, local memory per oracle shadow server process.
    John

Maybe you are looking for

  • Error while querying ADF form by saved criteria - MDS activated project

    Hi, I have a project with MDS activated through database. I'm able to save the customized query criteria and retrieve in the session the criteria is created. But if I log off the session and open another session, I only see the saved criteria name in

  • Windows Integrated Authentication to SAP R/3

    Hi, I dont know weather this issue has to be posted here or in WAS or GUI. Is there any way to do the Integrates Windows Authentication to SAP R/3. Once the Users logs in to the Network domain adn then to SAP GUI, the User should not prompt for User

  • Microsoft.SqlServer.ManagedDTS not recognized in SSIS 2008

    I recently got a new computer at work and when I open a script task in an SSIS project I get the following error: Error 4 Reference required to assembly 'Microsoft.SqlServer.ManagedDTS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc

  • If I buy a Airport Express, will it improve my Internet from far connections?

    I have a Netgear N900 router, which is also the WND4500. I just bought the new PlayStation 4. Only that it disconnects every single time because it is far from the router. If I buy the Air Port EXPRESS, will it solve my issue? Am I going to be able t

  • Java code changes deletes when saving webdynpro project

    hi guys, is it always necessary to create methods from wizards in the webdynpro view controller??? other wise if I am already in the code and create some new method which is not created by wizard, it is removed once I am going to save the changes in