Referencing Java Installation Path

We have an java application which apparently contains hard coded references to the java installation directory. I.E. (C:\program files\Java\jre1.4.2_04)
The problem is that this means we have to have the same version of java across all our servers for the software to work. What we have traditionally done is load the latest version of java on every new server we deploy (then maintain incremental upgrades afterwards). The theory being that we wanted to be on the latest version which is least vulnerable to security issues. Of course the problem with that is that the latest version of java is always different.
So my question is - is there no way to dynamically reference the latest java installation directory. I'm not a java programmer but I'm having a difficult time believing there isn't some environment or system variable that contains this path vs hard coding it?
Also maybe this is better aimed at another group but, if java has been upgraded - why are the previous versions left behind? I just noticed in my program files directory I have 11 different versions of java installed. Whats the point and isn't that a security risk? I.E. Say there was x security issue with java 1.4.2 build 1, so build 2 was released. We upgraded to build 2 but build 1 is left behind.... can you see where this is going?
Thanks
Brad

I just got clarification. Apparently our devs are calling the Java application from an ASP/ASP.net page. Excerpt below:
Dim a_jvmargs(1)
a_jvmargs(0)= "-Djava.class.path=C:\Program Files\Java\j2re1.4.2_04\lib\rt.jar;" &_
"C:\jar1.jar;" &_
"C:\jar2.jar;" &_
"C:\jar3.jar;" &_
"C:\jar4.jar"
set objJVM = Server.CreateObject("comJava.comJavaJvm")
objJVM.setVMArguments(a_jvmargs)
objJVM.setJavaVMLibraryPath("C:\Program Files\Java\j2re1.4.2_04\bin\client\jvm.dll")
objJVM.CreateJavaVM()
Maybe this is more of an ASP/Microsoft question now. None the less do you have any recommendations about how we might avoid directly hard coding the path?
Thanks Again,
Brad

Similar Messages

  • HANA Studio installation error: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path

    When attempting to add the ADT to HANA Studio I get the error:
    Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
    Additionally I get something about a possibly missing Microsoft Runtime DLL VS2010.
    When I then attempt to add ABAP Projects I get the error:
    An error has occurred. See error log for more details.
    com/sap/mw/jco3/eclipse/Registry
    I have tried with sites:
    SAP Development Tools for Eclipse - Juno Software Repository
    SAP Development Tools for Eclipse - Kepler Software Repository
    I have been able to install the ADT on Eclipse-Kepler which is running fine.

    I did and on that page the following is stated:
    For Windows OS: DLLs VS2010 for communication with the back-end system is required.
    NOTE: Install either the x86 or the x64 variant, accordingly to your 32- or 64-Bit Eclipse installation.
    This seems exactly to address the issue I am grapling with, but when downloading and trying to install the file I get the message that the current version on my frontend is more recent than the version I am trying to install.
    Is that not strange?

  • Windows classpath vs java.class.path error in QuickTime based applet

    Hello
    I've spent days reading and searching the internet, and I'm still stumped why some Windows installations are not able to run my QuickTime for Java based applet even though QuickTime is installed (the specific error is: java.lang.NoClassDefFoundError: quicktime/QTException). I have some additional details and a question that might spur someone to an insightful nudge.
    On a Windows system that fails:
    echo %classpath%
    .;C:\Program Files\QuickTime\QTSystem\QTJava.zipWhich is where QTJava.zip is found on the (faulty?) system, but java.class.path is just:
    java.class.path = C:\PROGRA~1\Java\jre6\classes
    Of the dumped system properties, only java.library.path makes any mention of the QTSystem folder (or any other QT or QuickTime related items).
    java.library.path = C:\Program Files\Safari;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\PROGRA~1\Java\jre6\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\QuickTime\QTSystem\
    I ran across one thread (elsewhere) where the user was having problems with loading some classes from a complex JAR environment, and a solution was to write a custom class loader. After doing so, the user got the same error "java.lang.NoClassDefFoundError: quicktime/QTException" that was resolved by extending the custom class loader to include .zip files. I'm not sure if the solution is relevant, or if he simply broke something in his custom class loader that would have worked otherwise. I've not written a custom class loader and not sure where to begin, so before I ventured down that path I was hoping someone might shed some light as to if this is a dead end or potential solution. This is a signed applet (QuickTime now requires it, even if you are only playing files of the same server) and it does work on several Windows machines and all tested Macs.
    Thank you,
    Deron
    output to Java Console with level 5 tracing enabled
    basic: Joining applet thread ...
    basic: Joined applet thread ...
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@750159, refcount=2
    basic: Finding information ...
    basic: Releasing classloader: sun.plugin.ClassLoaderInfo@750159, refcount=1
    basic: Done ...
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@3a9bba
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    basic: completed perf rollup
    network: Cache entry not found [url: http://www.equushd.com/quicktime/QTException.class, version: null]
    network: Connecting http://www.equushd.com/quicktime/QTException.class with proxy=DIRECT
    network: Connecting socket://www.equushd.com:80 with proxy=DIRECT
    java.lang.NoClassDefFoundError: quicktime/QTException
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: quicktime.QTException
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 10 more
    basic: Exception: java.lang.NoClassDefFoundError: quicktime/QTException
    Ignored exception: java.lang.NoClassDefFoundError: quicktime/QTException

    Something is wrong with the library.
    Staring at java code will not help you figure that out.
    Maybe it isn't intended to be loaded in java but instead it loads java itself?
    If not then write a C/C++ basic app that links that dll in and see if you can at least get it to start.

  • How can I change the installation path  of JWS?

    I have to install the JRE 1.4.0_01 in silent mode on Windows XP. For the JRE I can set the installation path in the corresponding dialog and record it in an *.iss file. When starting the silent installation the JRE is correctly installed into this path but the Java Webstart installation procedure doesn't care about this path and installs JWS in 'D:\Programme\Java Web Start'.
    How can I change the installation path for JWS?
    J�rg

    Verify Free Disk Space. Assuming you are installing the OS to the C: drive.

  • Java installer does not open browser the right way

    Windows 7 SP1 x64
    Hi,
    since no direct feedback to Oracle is possible (feedback form does not work), I'm using this forum for feedback. The feedback is meant for Oracle but I appreciate any input from the community.
    At the end of the installation process the Java installer opens the default browser and navigates to a Java/Oracle website. The call is not made using the default way by invoking the standard browser. However the installer seems to open the main exe of the default browser by circumventing standard procedures.
    Example: My default browser is Chrome. Registry settings are set in a way that the browser is opened with specific path variables like a non-default cache path and size and some other variables. Everything works fine and all calls to display any URL are made using the registry settings provided. If I open any URL the browser will open using the specified variables. The same is true for any program that tries to open an URL. The only exception is - of course - Java. The installer opens Chrome directly by circumventing the default settings thus resulting in Chrome opening up with completely different settings.
    Let me tell you how deeply dissatisfied I am with such a behavior. Programs should invoke browsers using standard system calls. If Java had done this Chrome would have opened with default settings.

    please?
    It is a big problem, because also the search does not work propperly.....

  • How to pass java.library.path as a VM argument in JNLP file

    I jave a jar file containing reference to sqljdbc4.jar as I am using JDBC to talk with SQL Server. It works fine through eclipse IDE when I give the fillowing VM Argument
    -Djava.library.path=C:\Users\reddys2\Downloads\sqljdbc_4.0\enu\auth\x86. Without this I get the "error message" saying that "failed to load sqljdbc_auth.dll
    Now I would like to bundle working jar file in .jnlp and invoke through browser. I tried to add vm argunment (<property name="java.library.path" value="C:\Users\reddys2\Downloads\sqljdbc_4.0\enu\auth\x86"/> ) in the .jnlp file. But still i am getting "WARNING:Failed to load the sqljdbc_auth.dll cause:no sqljdbc_auth in java.library.path"
    Any help is greatly appreciated. Here are the contents of JNLP file
    =======================================================================================
    ?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+" codebase="http://xxx.16.19.56:8080/ifsdTools/" href="PF_UserList.jnlp">
    <information>
    <title>Login into PF</title>
    <vendor>XXX XXXX</vendor>
    <description>Provides ability to mirror PF Data base locally</description>
    </information>
    <resources>
         <j2se version="1.4+"/>
         <jar href="PopulateIFSDProjectForgeData.jar" />
         <jar href="Psqljdbc4.jar" main/>
         <property name="java.library.path" value="."/>
         <property name="javax.net.ssl.keyStore" value="NONE"/>
         <property name="javax.net.ssl.keyStoreType" value="PKCS11"/>
         <property name="http.proxyHost" value="proxy1.lmco.com"/>
         <property name="http.proxyPort" value="80"/>
         <property name="java.library.path" value="C:\Users\xxxx\Downloads\sqljdbc_4.0\enu\auth\x86"/>
         <property name="pfProjectId" value="proj1073" />
    </resources>
    <security>
         <all-permissions/>
    </security>
    <application-desc main-class="ifsdTools.PopulateIFSDProjectForgeData" />
    </jnlp>
    =========================================================================================================
    Edited by: 878645 on Apr 26, 2012 3:43 PM

    Thanks for the pointer. Question that I have is I am referencing sqljdbc4.jar in my application, which in turn using sqljdbc_auth.dll.
    Which one should i refernce through <nativelib>. Is it sqljdbc4.jar or sqljdbc_auth.dll.
    have added the following line to the .jnlp.
    <nativelib href="sqljdbc4.jar"/>
    But still it is complaining on sqljdbc_audth.dll. If it is sqljdbc_auth.dll, can I use <nativelib> to pass it.
    In that case does it need to be signed?. If so,
    Is it possible to sign .dll using 'jarsigner'?.
    Edited by: 878645 on Apr 26, 2012 3:43 PM

  • How to get JDK installation path

    Hi,
    I would like to get JDK installation path in linux, is there any way to get the same.
    For example I have installed JDK in "/usr/java/j2sdk1.4.1" I need this path..
    It would be great if any one help me solve this.
    Thanks in advance.
    Regards,
    Venkat

    hi,
    System.getProperty("java.home");

  • Oracle Calendar - UnsatisfiedLinkError: no csdkjni in java.library.path

    Hi, all.
    I deployed my test calendar application developed using Jdeveloper 10.1.3.0 (on Windows XP) to the Oracle 10.1.3. AS on a linux server, but the CalendarServer in on another installation (Collaboration Suite 10.1.2) on the same linux server.
    When I try to executed the code that calls the calendar server I get this error:
    500 Internal Server Error
    javax.faces.el.EvaluationException: java.lang.UnsatisfiedLinkError: no csdkjni in java.library.path
    I set the LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$ORACLE_HOME/ocal/lib on the collaboration suite 10.1.2 installation.
    When I try to run the code on my Jdeveloper I get the same error:
    java.lang.UnsatisfiedLinkError: no csdkjni in java.library.path
    In my windows machine I create a folder where I put the dll's and jar files that came from the collaboration suite windows installation, but I get always the same error
    This is the code:
    try
    Api.init("calendar.ini", "calendar.log");
    catch(Api.StatusException e)
    System.out.println("init returned status'" + e.getMessage() + "'");
    System.exit (1);
    Is my approach correct? Because if i'm developing on Windows and I need dll's files to connect to the calendar server on linux, but when I deploy the application to the linux server those dll's are useless and cannot be used. So am I missing something here? Do I need anything else to get this to work?
    Best Regards,
    Rui

    1. Use 1 and only 1 of classes12.zip and ojbc14.jar; they have different versions of the same classes in them.
    2. The Oracle OCI driver for JDBC uses .dll files or .so files from the Oracle client installation (as well as Oracle network configuration files, I think); most people use the thin driver instead to avoid this problem.
    To use the thin driver, change your url, see here for details:
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm#05_00
    To stay with the OCI driver (not recommended), you need to have the appropriate Oracle client installation (or at least get the dlls or sos), and I think set additional environment variables, such as ORACLE_HOME and possibly LD_LIBRARY_PATH. I don't do this myself, so I can't give much more advice.

  • NW CE 7.1 error- loading jperflib failed. no jperflib in java.library.path

    I am installing NW CE 7.1 EHP 1 trial (downloaded from sdn download area) , I am getting subjected error in step 26 of 32.
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    I tried by stoping the instance / restart OS/ restart installation / Restart instance from mmc .. but no luck.
    I also tried by installing fresh j2sdk 1.5 , but still it is giving the same error.
    please guide.

    Hi Jackson,
    Check below links:
    [link1|http://help.sap.com/saphelp_nw70/helpdata/en/47/8ccd1ac8c2500de10000000a421937/frameset.htm]
    [link2|Re: loading jperflib failed() no jperflib in java.library.path;
    [link3|Re: Error installing Dialog Instance ABAP+JAVA;
    Thanks
    Sunny

  • PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path

    I am having issues launching the ESR and ID of SAP PI7.4.   i am running Windows 7 32bit, latest chrome and Java 1.6.34.
    i get the following error in the Java Console:
    Could not launch from cache. Will try online mode. [Some of required resources are not cached.]
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    <<< frog.jar: version 7.20.19 03/09/11 sap.theme: null >>>
    it was working last week, but due to incidents outside my control a system restore was done.  other people in other locations can access the system okay.
    I am running the same Version of Java as my colleagues, the only difference is my location.  i can also access the ESR via NWDS, however i do not get full functionality that i require in here.
    I have seen the other errors people are experiencing on SCN but that is during installation and not during runtime.  i have tried to apply the same time/date amendment but that has not resolved the issue.
    i have tried with different versions of IE.  i have tried regenerating the jnlps and that has not worked either.
    I have deleted all the downloaded ESR files and internet cache and that has not resolved the issue.
    Has anyone experienced this and knows of a solution/work around?

    I am now getting the following error:
    Java Web Start 10.45.2.18
    Using JRE version 1.7.0_45-b18 Java HotSpot(TM) Client VM
    User home directory = C:\Users\bneaves
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    0-5: set trace level to <n>
    Resource http://host.fqdn.com:50000/rep/start/graphics/SAP3232.gif has future expires: Tue May 06 18:36:28 BST 2014 update check skipped.
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.rb.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.rb.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.rb.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.rb.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.rb.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.rb.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/tenGenerics.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/tenGenerics.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/tenGenerics.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/tenGenerics.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/tenGenerics.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/tenGenerics.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.model.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.model.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.model.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.model.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.model.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.maestro.model.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.client.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.rb.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.rb.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.rb.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.rb.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.rb.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.rb.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xi.flib.lib_api.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xi.flib.lib_api.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xi.flib.lib_api.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xi.flib.lib_api.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xi.flib.lib_api.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xi.flib.lib_api.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.gui.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.aii.utilxi.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ib.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.util.rb.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.util.rb.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.util.rb.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.util.rb.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.util.rb.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.util.rb.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~bl~guidgenerator~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~logging~java~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/com.sap.xpi.ibrep.core.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/sap.com~tc~exception~impl.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/jperflib.jar
    JNLPClassLoader: Finding library jperflib.dll
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Application-Name: manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Permissions manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    Missing Codebase manifest attribute for: http://host.fqdn.com:50000/rep/repository/frog.jar
    <<< frog.jar: version 7.20.19 03/09/11 sap.theme: null >>>

  • Java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path

    Hi
    I have installed JasperAssistant in eclipse 3.2.2. But I am getting the following the error when I am trying to view the reports through the application. This error found only after the installation. Earlier I used to view the reports through the Eclipse.
    Exception in thread "Thread-28" java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
         at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
         at org.eclipse.swt.graphics.Device.init(Device.java:564)
         at org.eclipse.swt.widgets.Display.init(Display.java:1780)
         at org.eclipse.swt.graphics.Device.<init>(Device.java:100)
         at org.eclipse.swt.widgets.Display.<init>(Display.java:355)
         at org.eclipse.swt.widgets.Display.<init>(Display.java:351)
         at com.austco.client.gui.reports.ReportThread.run(ReportThread.java:40)
         at java.lang.Thread.run(Unknown Source)
    Could you please help me asap.
    I tried some of the alternatives found in the web.
    1. Changed the VM arguments: -Djava.library.path=${system:ECLIPSE_HOME}/plugins/org.eclipse.swt.win32_3.0.1/os/win32/x86
    2. Set the environment variable PATH to the location of the dll.
    But this doesn't work.
    Your help is very much appreciated. Thanks in advance.

    Maybe you can report this to the makers of JasperAssistant or Eclipse. I think they are in a better position to help you since they made that plugin.

  • Does JVM variable java.library.path make sense from native code?

    Hello all,
    Well, everybody loads native library from the Java side by calling System.loadLibrary("myNative").
    But what if, for example, myNative.dll loads another two libraries itself?
    Suppose, when I call java method "initMyNative", it in turn call native function Java_initMyNative(...). That Java_initMyNative(...) wants to load two native libraries and make: HINSTANCE lib01 = LoadLibrary("auxlib01.dll");  // LoadLibrary from capital, it's Win function!
    HINSTANCE lib02 = LoadLibrary("auxlib02.dll");  // LoadLibrary from capital, it's Win function!As specified, native LoadLibrary call will look for auxlib01.dll and auxlib02.dll in catalogs which are enumerated in system variable PATH, current catalog.
    Does java.library.path make any sense on order of such search?
    If not, is there any way of flexible configuring of the catalog in which to look auxlib01.dll and auxlib02.dll for?
    I see some ways:
    * changing system variable PATH - not flexible
    * passing content of java.library.path into native code, parsing it and looking for auxlib01.dll and auxlib02.dll in each catalog listed in java.library.path - too heavy
    I hope there is more smart way to do that.
    Thanks, Alex

    Thank you Shane for your reply. I actually didnt have to create 2 jar files, one for Java files and one for the dll file. I got an idea from your post and referenced the same jar file twice by saying:
    <j2se version="1.2+" />
    <jar href="HelloWorld.jar"/>
    <nativelib href="HelloWorld.jar"></nativelib>
    and by saying that the jnlp file started working from the browser.
    Again, thanks a lot for your replies.
    Thanks
    Nick

  • UnsatisfiedLinkError: no weblogicunix1 in java.library.path

    Hi, Please help.
    I am using weblogic 8.1 on linux. While starting my application I am getting the following eerror
    The WebLogic Server did not start up properly.
    [java] java.lang.UnsatisfiedLinkError: no weblogicunix1 in java.library.path
    [java] at java.lang.ClassLoader.loadLibrary(Ljava.lang.Class;Ljava.lang.String;Z)V(Unknown Source)
    [java] at java.lang.Runtime.loadLibrary0(Ljava.lang.Class;Ljava.lang.StringV(Unknown Source)
    [java] at java.lang.System.loadLibrary(Ljava.lang.StringV(Unknown Source)
    [java] at weblogic.platform.Unix.<init>()V(Unix.java:14)
    [java] at java.lang.Object.emptyConstructor()V(Unknown Source)
    [java] at java.lang.Class.newInstanceCached(I)Ljava.lang.Object;(Unknown Source)
    [java] at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
    [java] at weblogic.platform.OperatingSystem.getOS()Lweblogic.platform.OperatingSystem;(OperatingSystem.java:116)

    I have tried using Sun JDK as wells as jrockit (jdk142_04).
    Weblogic 8.1 sp3
    I did this too.
    LD_LIBRARY_PATH=/opt/bea/weblogic81/server/lib/hpux11/
    One thing, I could not find any file called as weblogicunix1 anywhere under the weblogic installation directory. There were several files called as libweblogicunix1
    Please help !!!

  • Configure JDBC connection ERROR: no ocijdbc9 in java.library.path

    ERROR: no ocijdbc9 in java.library.path
    step 6 is where I need help!? thanx.
    When configuring a database connection, I chose
    1. Oracle JDBC (connection type)
    2. Authentication (username/password of my D2K repository)
    3. Driver: oci8
    4. Hostname: pmurphy1 (my local machine where my db is)
    5. Port: 1521 default (odbc works on this)
    * 6. Enter custom JDBC url (? please help ?) left blank!!
    I really wanna get started with this cool toy!!!
    Cheers,
    Paully

    I am assuming you are using JDeveloper 3.2x
    Please see the online help for additional details.
    Search help for "JDBC Connection Properties" - With the
    quotations and you will find a page names "JDBC Connection
    Properties"
    This page contains the following info and additional links.
    -John
    ------------- COPIED FROM HELP ---------------
    Oracle JDBC-OCI8 Driver
    Use this type 2 driver when creating a Java application that
    runs against an Oracle8i server. This is a thick driver
    optimized for the Oracle8i database: it cannot be used with
    applets. This driver handles any database protocol (TCP, IPX,
    BEQ, and so on). It is required for applications which are run
    from the machine they are stored on. It can also be used against
    an Oracle7 database.
    This driver requires client software installation. The project
    must also include the correct version of the driver in a library
    and include no other Oracle JDBC library. This driver is
    included in the default Oracle JDBC library for all projects.
    The library is named Oracle 8.1.7 JDBC and it includes both the
    Thin JDBC and JDBC-OCI8 driver library components. For all OCI
    and type 2 JDBC drivers, see Connection Requirements for OCI and
    Type 2 JDBC Drivers.
    ------------- COPIED FROM HELP ---------------

  • BI Java Installation: Clarification Needed!

    I'm wondering if someone could help clear this up for me:
    We have installed NW2004s SPS08 on Solaris with only the usage type EP (AS Java/EP). Awhile back I was tasked with connecting our BW ABAP system to our Portal ("Integration into the Portal" - transaction SPRO etc).
    After starting this task I noticed I was missing things that the instructions were telling me to configure; i.e. Items that were related to BI that weren't in the Portal such as certain roles, the BI Repository Manager etc.
    Reading around, it seemed like I need to install the BI usage type.
    I have now been tasked with another installation of the Portal (NW2004s SR1 this time), but am trying to head off the problems I'm experiencing trying to connect the Portal to our BW ABAP system. This will be a Java only installation. I've read that BI-Java requires EP and AS Java, and that if I install the BI-Java usage type, EP and AS-Java will be installed automatically.
    My question is, if I do the BI-Java installation and it automatically installs EP/AS-Java, will the Portal still act the same way as it does in my EP/AS-Java only installation I already have? We have many plans to use the Portal as an entry point for all of our backend systems, so if the Portal's capabilities are not what we see already (in our first installation of just EP/AS-Java) then we will have problems.
    Any clarification is greatly appreciated and I will award points accordingly.
    THANKS!
    Beau.

    I think that's what I needed to know.
    I was actually wondering about DI as well. Our developers are having problems deploying .EAR files to our original EP-only install. They can deploy .PAR files with no problems, but .EAR files always error out. Maybe having DI will solve this problem as well? I'm a little concerned about the hardware capacity of this box with having BI, EP and DI all installed on it. I had contacted SAP about installing DI a while back and basically they had told me to install it on a seperate server, by itself. We're running a Sun Enterprise 420R, 4G of memory and a 450 mhz processor for this new installation. Do you think this box is capable of handle EP, BI and DI (AS-JAVA)?
    Thanks for your help!

Maybe you are looking for

  • Help needed with delete of bootcamp partition, error message 'Couldn't unmount disk'

    Hello all Sorry if this issue has been repeated elsewhere, I did search but there wasn't a discussion relating to my specific issue. When we bought the iMac a couple of years ago, my husband partitioned the hard drive to run Windows via Bootcamp. Hav

  • Zoom box shows pink shading instead of image

    Sometimes when I have several zoom areas on one screen, the first or second zoom shows up as a pink box instead of the zoom image. Strange that it doesn't seem to happen on all slides which have several zooms, just some of them. I've tried rearrangin

  • Download and extraction problems with CS6 Web and design Premium?

    I purchased CS6 from my university and upon trying to download it, the downloader that was downloading it stopped at around 85% and initiated a download cannot continue please contact [email protected] Upon chatting with two agents from the online ch

  • Saving Indesign CS3 to Indesign CS

    Does anyone know how I can save an Indesign file from CS3 so that Indesign CS (the one with the brown butterfly icon) can open it? Is it possible? And can I then open it up again in CS3 after making changes in CS?? Many thanks! Stu

  • Max Hard drive size KM3M-V

    Hi.  I wanted to know what the maximum hard drive size is on the KM3M-V Thanks