Java.dll question

Hello,
I am trying to run a product called PDFLib, and it has java bindings that use a pdflib.dll. I am trying to run one of the examples from the sw and I am getting the following error:
C:\>java hello
Error opening registry key 'Software\JavaSoft\Java Runtime Environment'
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.
I have never had any classpath issues compiling or running normal java files. I have been doing it for years. But this dll stuff is confusing to me. I looked inside my jdk1.3.1 and found a java.dll inside a /jre/bin folder.
What is the purpose of this java.dll and on NT, how do I make it available to the java runtime environment?
Thanks,

1. jvm.dll is the java virtual machine - at least for sun jre. Calling java starts an executable that loads jvmdll into its process space, then uses it to load and execute your program.
2. You MAY be having a problem with more than one java.exe on your computer. The one you want is probably in the jre\bin directory you mentioned.
o Try changing to that directory and running
java hello
o If it works, then change your PATH environment variable so that the jre\]\bin is searched before other directories.

Similar Messages

  • XSQL with jdk1.2.2 - javai.dll error

    I successfully used the xsqlCommandLine utility with jdk1.1.7. When I try with jdk1.2.2, I get an error that javai.dll is not in the path. If I put javai.dll from the 1.1.7/jre/bin in my path, the xsqlCommandLine process runs without end, as if windows (NT) is searching for something else. I'm using the latest classes12.zip and the xmlparserv2.jar files. Any help?
    Thanks.

    robert strzelinski (guest) wrote:
    : Running a small sample program to test connection to Oracle
    : 7.3.4 server. Works OK using thin client connection mode. Using
    : OCI connection causes run-time exception labelled:
    : "java.exe - Unable To Locate DLL"
    : The text in the popup complains of not finding the dynamic link
    : library "javai.dll".
    : This DLL does not exist anywhere in my java distribution tree.
    : What is this library, where does it come from, and where should
    : it be found?
    : -- rjs
    no oracle jdbc oci driver for jdk 1.2 yet ---
    also --
    The only oracle JDBC driver that can run with JDK 1.2.x is in the
    OTN download area and is named "816SDK for JDK 1.2"
    it will work with the JDK 1.2.X using the JDBC 1.22 spec from JDK
    1.1.X.
    IT DOES NOT PROVIDE THE FULL JDBC 2.0 FEATURES/ FUNCTIONALITY
    THAT ARE INCLUDED IN THE JDK 1.2.X CLASSES.
    you're using a jdk 1.2.x/jdbc 2.0 feature -- which is anticipated
    to be included in the 816 driver later this year -- it's not in
    the "816SDK" JDBC driver you're using now..
    816SDK can be thought of as stepping stone between 815 using jdk
    1.1.x and 816 supporting jdk 1.1.x and 1.2.x.
    i think of it as "8.1.5 and a half" to avoid the naming confusion
    between "816sdk" and "816" .
    SEE the following FAQ link for additional details :
    http://technet.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
    i hope this helps ...
    null

  • JDBC 8.1.6.0+OCI+Java 1.2/1.3 javai.dll missing dll

    Hi,
    I'm trying to run the latest JDBC OCI based driver with 1.2 or 1.3. It starts but the VM quickly reports a missing "javai.dll" which seems to be required by ocijdbc8.dll.
    This dll does appear anywhere in 1.2, 1.3 JRE or JDK or our Oracle 8i software.
    Apparently this dll was available with Java 1.1 ?
    Is the JDBC driver really 1.2 or greater compliant?
    Thanks

    I am currently running linux (Red Hat 6.2) with Oracle 8.1.6 standard edition. And I hope to use JDK 1.3 and the OCI driver, is this possible?
    Has anyone ever gotten this to work?
    If so where do I download the driver? I can only find the dirvers for NT and Solaris, if they are on the 8.1.6 download which zip file are they in?
    Thanks in advance,
    Todd Lynch

  • Flash/java remoting question

    Hi,
    i'm new to flash remoting and am finding using it with java
    quite troublesome. I've also found using the FileReference class
    troublesome if you use java. my question is can you somehow tie the
    remoting functionality to the FileReference.upload method
    fucntionality??
    thanks in advance

    I will use the program with photo detector to test
    the response time of the LCD screenWhy Java?I second that. With a test like that, you want to reduce the experiment down to a single variable, in this case the lcd response time. Using a java program to feed the monitor input introduces a second variable, the response time of the program. The java program's timer may not be exact, the components may not be repainted completely quickly enough, etc. If this is just for your own amusement, maybe that doesn't matter, but if you want your results to have any reliability, you'll need a more accurate and controllable input source.

  • Java.dll error

    Hi Everyone
    I've installed Java 2 SDE 1.4.0_01 on Win 98. I'm having no problems compiling and running applets. However when using the Command line Interface (DOS) there is serious problem.
    javac HelloWorld.java seems to compile ok. But,
    java HelloWorld throws up the following messages :
    Error opening registry key 'Software\JavaSoft\Java Runtime Environment
    Error: could not find java.dll
    Error: could not find Java 2 Runtime Environment
    Any help would be greatly appreciated.
    Ciao,
    PK

    Somehow the Registry has bad entries in it - due to a prior installation of Java, or more likely, an application that installed Java.
    If there's an existing Java installation in the machine, remove it and try the install again. If there isn't an existing installation or the problem still exists, you'll need to repair the Registry using Regedit program.
    This is a list of search hits from these forums on the subject. Review them and...
    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%22Software%5CJavaSoft%5CJava+Runtime+Environment%22&col=javaforums&x=28&y=12

  • WLS started as NT service: javai.dll not found

    Hi,
    I have just installed WLS 5.1 SP8 as NT Service. After trying to start the
    service from the console I get the message "The dynamic link library
    javai.dll could not be found in the specified path ...".
    But the WLS seems to work anyway (what I have tested so far).
    I do not get this error if I start the WLS from the command line.
    I checked on another machine and found the javai.dll in the jdk 1.1.8 bin
    directory but I installed the JDK 1.3.0 on the new machine.
    Does anybody else experienced this before?
    Do I need to install the JDK 1.1.8?
    Any feedback is very appreciated.
    Thanks in advance,
    Fleming Frese

    In the unzipped SP8, there is sub-directory win32_12 under bin, which has
    WLService.exe and some other files, copy them to your <wl-home>/bin
    directory and try it again.
    "Fleming Frese" <[email protected]> wrote in message
    news:3a838fcb$[email protected]..
    Michael,
    Thanks for this information.
    Does this mean, that WLS 5.1 SP9 kann run with JDK1.3, especially as NT
    service then?
    I interpreted the information in the "WebLogic Platform Support Summary"
    website
    (http://www.weblogic.com/platforms/index.html#winnt)
    as if JDK 1.3 is generally not recommended to use with WLS 5.1.
    I just want to sort out if we should wait for SP 9 or if we shut restrict
    our development on JDK 1.2.2.
    Thanks for any comments and recommendation
    Fleming
    Michael Girdley <----> wrote in message
    news:3a80ff93$[email protected]..
    This is a bug to be fixed in SP9.
    Bug #: CR031853
    Thanks,
    Michael
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Fleming Frese" <[email protected]> wrote in message
    news:3a7ff4f3$[email protected]..
    Hi,
    I have just installed WLS 5.1 SP8 as NT Service. After trying to start
    the
    service from the console I get the message "The dynamic link library
    javai.dll could not be found in the specified path ...".
    But the WLS seems to work anyway (what I have tested so far).
    I do not get this error if I start the WLS from the command line.
    I checked on another machine and found the javai.dll in the jdk 1.1.8bin
    directory but I installed the JDK 1.3.0 on the new machine.
    Does anybody else experienced this before?
    Do I need to install the JDK 1.1.8?
    Any feedback is very appreciated.
    Thanks in advance,
    Fleming Frese

  • Missing javai.dll with jdk1.3, 4.5.1, sp13

    Now that Java 2 JDK1.3.0 with hotspot is supported for 4.5.1
    (http://www.weblogic.com/platforms/index.html#winnt), I thought I would
    give it a try. I am using Weblogic 4.5.1 with SP13, and NT 4.0.
    When I start the server I get the following dialog box at the end of the
    startup process:
    java.exe - Unable To Locate DLL
    The dynamic link library javai.dll could not be found int the specified
    path
    c:\jdk1.3\bin;.;C:\WINNT\System32;C\WINNT\system
    OK
    Actually it's not OK, but since I had no choice I pressed it. Then I get
    the following error with stack trace:
    Mon Dec 04 18:59:43 PST 2000:<E> <SocketMuxer> Unable to load native
    socket muxe
    r, using Java muxer
    Mon Dec 04 18:59:43 PST 2000:<E> <SocketMuxer>
    java.lang.UnsatisfiedLinkError: C
    :\weblogic_romeo\bin\wlntio.dll: Can't find dependent libraries
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.socket.NTSocketMuxer.<init>(NTSocketMuxer.java:149)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at
    weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:176)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:140)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:257)
    I suspect the problem may be that the system checks to see if it is
    running jdk1.2, if it is it, trys to load wlntio_jdk12.dll. If it is not
    running jdk1.2 (like in my case where it is running jdk1.3), it assumes
    that it is running jdk1.1 and loads wlntio.dll which looks for
    javai.dll.
    Has anyone else had this problem, or has anyone sucessfully used jdk1.3
    with 4.5.1?
    Thanks,
    Carles

    We were given a patch (CR038329) a week ago and it appears to resolve this
    for 4.5.1 sp13. They should be noting the need for this patch on the
    platform page. Anyone know if there's an equivalent patch for 4.5.2? (and
    will the fix be included in sp2?)
    "Joe Herbers" <[email protected]> wrote in message
    news:[email protected]...
    Yes, I've seen exactly this for months. We started trying 1.3 with 4.5
    before they certified it and I saw this problem. I mentioned it to them
    when they said they were working on certification, but apparently they
    didn't notice. When they announced the certification, I pointed it out
    again and they saw it as well. So I opened case 202537 (Problem with
    WebLogic 4.5.1 and JDK 1.3 with native IO) to track this. The current
    status is "Awaiting Patch". The following is from Nov. 20
    "It looks like this issue has been assigned to an engineer. The fix is
    "non-trivial" which means it may take some time to fix--but at the same
    time, keep in mind that the issue has been marked with the highest priority
    possible and we will work hard to get this resolved. I'll keep you updated."
    "Carles Pi-Sunyer" <[email protected]> wrote in message
    news:[email protected]...
    Now that Java 2 JDK1.3.0 with hotspot is supported for 4.5.1
    (http://www.weblogic.com/platforms/index.html#winnt), I thought I would
    give it a try. I am using Weblogic 4.5.1 with SP13, and NT 4.0.
    When I start the server I get the following dialog box at the end of the
    startup process:
    java.exe - Unable To Locate DLL
    The dynamic link library javai.dll could not be found int the specified
    path
    c:\jdk1.3\bin;.;C:\WINNT\System32;C\WINNT\system
    OK
    Actually it's not OK, but since I had no choice I pressed it. Then I get
    the following error with stack trace:
    Mon Dec 04 18:59:43 PST 2000:<E> <SocketMuxer> Unable to load native
    socket muxe
    r, using Java muxer
    Mon Dec 04 18:59:43 PST 2000:<E> <SocketMuxer>
    java.lang.UnsatisfiedLinkError: C
    :\weblogic_romeo\bin\wlntio.dll: Can't find dependent libraries
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.socket.NTSocketMuxer.<init>(NTSocketMuxer.java:149)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at
    weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:176)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:140)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:257)
    I suspect the problem may be that the system checks to see if it is
    running jdk1.2, if it is it, trys to load wlntio_jdk12.dll. If it is not
    running jdk1.2 (like in my case where it is running jdk1.3), it assumes
    that it is running jdk1.1 and loads wlntio.dll which looks for
    javai.dll.
    Has anyone else had this problem, or has anyone sucessfully used jdk1.3
    with 4.5.1?
    Thanks,
    Carles

  • Javai.dll non-fatal error

    I installed WebLogic 5.1 (with SP6) on NT 4 and when I try to run it as a
    service, I get "javai.dll not found in specified path" error. After I click
    OK, it seems to run ok.
    I also noticed the message
    "Warning: JIT compiler "symcjit" not found. Will use interpreter."
    at the top of the scrolling text when I run WebLogic from the menu.
    Any ideas?
    Thanks,
    Dave Mrozek

    Dave
    Did anyone ever respond to your inquiry?
    During performance/load testing I have been encountering Dr. Watson errors
    with WebLogic 5.1 sp6 on Windows NT 4 with JDK 1.2.2. BEA support suggested
    that I upgrade to Sunsoft SDK 1.3 to get rid of the Dr. Watson errors that
    and now I am seeing the same messages that you did when I start WebLogic
    server from the DOS command line.
    From what I know, javai.dll was included in JDK 1.1.7, but is not packaged
    with JDK 1.2.2 or JDK 1.3. Even though I used wlconfig to change from JDK
    1.2.2 to JDK 1.3, when I run wlserver from the DOS command line, something
    internal to WebLogic must not be recognizing JDK 1.3 and defaulting to JDK
    1.1.7. But messages generated during WebLogic startup don't seem to
    indicate that this is the problem.
    java.awt.fonts =
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path =
    d:\weblogic\lib\weblogic510sp6boot.jar;d:\jdk1.3\jre\lib\rt.jar;d:\jdk1.3\jr
    e\lib\i18n.jar;d:\weblogic\classes\boot;d:\weblogic\eval\cloudscape\lib\clou
    dscape.jar
    java.class.version = 47.0
    java.compiler = symcjit
    java.ext.dirs = d:\jdk1.3\jre\lib\ext
    java.home = d:\jdk1.3\jre
    java.io.tmpdir = C:\TEMP\
    java.library.path =
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils
    java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version = 1.3.0-C
    java.security.manager =
    java.security.policy = =d:\weblogic\weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.3
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.3.0
    java.vm.info = native threads, nojit
    java.vm.name = Classic VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.3.0-C
    The message about "symcjit" results from the WebLogic property
    java.compiler=symcjit in the wlconfig. I think that this needs to be
    changed to java.compiler=javac with JDK 1.3, since BEA indicates that JIT
    should be turned off for JDK 1.3.
    I'd be curious what you did to get around these errors.
    John J. Feigal Voice (651)766-8787 (main)
    Sr. Technical Consultant (651)766-7249 (direct)
    Ensodex, Inc. Fax (651)766-8792
    4105 N. Lexington Ave., Suite 150 email [email protected]
    Arden Hills, MN 55126 WebSite http://www.ensodex.com
    "Dave Mrozek" <[email protected]> wrote in message
    news:[email protected]...
    I installed WebLogic 5.1 (with SP6) on NT 4 and when I try to run it as a
    service, I get "javai.dll not found in specified path" error. After Iclick
    OK, it seems to run ok.
    I also noticed the message
    "Warning: JIT compiler "symcjit" not found. Will use interpreter."
    at the top of the scrolling text when I run WebLogic from the menu.
    Any ideas?
    Thanks,
    Dave Mrozek

  • JAVAI.DLL error

    Hi all,
    After install Weblogic 5.1 with SP3, the server starts up fine with no
    problem. But when i set:
    wlconfig -JAVA_HOME D:\JDK
    (D:\JDK is Suns JDK 1.3)
    Then everytime I start up Weblogic server or console, it gives me an error
    saying Weblogic can't locate "JAVAI.DLL" in my system path.
    Does anyone know why this happen? And I also notice, when i start the
    server, it complains:
    Warning: JIT compiler "symcjit" not found. Will use interpreter.
    Thanks,
    Tin Doan
    PS: please include my email when you respond: [email protected]

    You probably do not want to use the J. R. E. that was delivered with net
    zero.
    Could you try using the start Scripts that are included in the Weblogic
    directory? By default, these are often placed in c:\Weblogic. Look for a
    setenv.cmd script and run it and then run a startWeblogic.cmd script.
    You'll have to change the path to your JDK in the script before it will
    work.
    The following documentation should be of help:
    http://www.weblogic.com/docs51/install/startserver.html#1029223
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "TDoan" <[email protected]> wrote in message
    news:[email protected]..
    Michael,
    The only version of JDK I installed is Suns JDK version 1.3. I believe
    Weblogic also installed a default
    JRE which probalby is not used in my case. I did the "wlconfig -JAVA_HOME
    d:\jdk".
    JAVAI.DLL is not in my system path. Although I locate that file under my
    Netzero installation. I attemp to use Netzero JAVAI.DLL with Weblogic, but
    the app server crashes when I load it.
    Thanks,
    Tin
    "Michael Girdley" <[email protected]> wrote in message
    news:397b5617$[email protected]..
    Do you have other JDKs installed? Also, is JavaI.DLL located somewhere
    in
    your system path?
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "TDoan" <[email protected]> wrote in message
    news:[email protected]..
    Hi all,
    After install Weblogic 5.1 with SP3, the server starts up fine with no
    problem. But when i set:
    wlconfig -JAVA_HOME D:\JDK
    (D:\JDK is Suns JDK 1.3)
    Then everytime I start up Weblogic server or console, it gives me an
    error
    saying Weblogic can't locate "JAVAI.DLL" in my system path.
    Does anyone know why this happen? And I also notice, when i start the
    server, it complains:
    Warning: JIT compiler "symcjit" not found. Will useinterpreter.
    >>>
    Thanks,
    Tin Doan
    PS: please include my email when you respond: [email protected]

  • Cannot find Java.dll / java2 runtime environment?

    Dear Friends,
    I am using jdk1.3 and j2sdkee.1.2.1.
    While I could successfully compile the java program . While running it give me RunTimeError as
    Registry Key 'Sofware\Javsoft\JavaRuntimeEnviroment\CurrentVersion' has 1.1 value , but needs 1.3 is required.
    Could not find java.dll.
    Could not find Java 2 Runtime Environment.
    Can any one put some light on these matters
    Thanks and Regards
    Abhilash
    My classpath settings are as follows:
    set java_home=C:\jdk13
    set TOMCAT_HOME=C:\tomcat~1
    set classpath=%classpath%;C:\ORAWIN95\BIN;c:\jdk13\bin;c:\jdk13\lib\jndi.jar;c:\jdk13\lib\tools.jar;c:\jdk13\lib\dt.jar;c:\tomcat321\lib\servlet.jar;c:\tomcat321\lib\ant.jar;c:\tomcat321\lib\jasper.jar;c:\tomcat321\lib\parser.jar;c:\tomcat321\lib\webserver.jar;c:\tomcat321\lib\jaxp.jar;c:\j2sdkee1.2.1\bin;c:\j2sdkee1.2.1\lib\j2ee.jar;c:\j2sdkee1.2.1\lib\jndi.jar;c:\j2sdkee1.2.1\lib\jhall.jar;c:\j2sdkee1.2.1\lib\ejb10deployment.jar;
    SET Path=c:\Oracle\Ora81\bin;"C:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN";C:\ORA\ORA81\BIN;"%PATH%";

    Hi,
    You'll need the runtime environment for JDK 1.3 installed.
    Check wether the folder "C:\Program Files\JavaSoft\JRE\1.3" exists. If it doesn't exist, go to
    http://java.sun.com/j2se/1.3/jre/download-windows.html
    Do download and install the jre.
    Hope this helps,
    Kurt.

  • Registry key CurrentVersion incorrect and cannot find java.dll

    I have been reading the posts in this forum related to similar errors but not quite sure that they address this situation. Here is what I am seeing:
    I have j2sdk 1.4.2_05 on WindowsXP and the HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\CurrentVersion has the value 1.4.2_05. The j2sdk install copied the java.exe to C:\j2sdk1.4.2_05\bin, C:\j2sdk1.4.2_05\jre\bin and C:\Program Files\Java\j2re1.4.2_05\bin folders. It also copied the same file to the windows\system32 folder. So far so good.
    In my windows PATH env. variable, the windows\system32 path comes first . So when on the DOS prompt, I type "java -version" or even "C:\windows\system32\java -version", I get the following error :
    Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
    has value '1.4.2_05', but '1.4' is required.
    Error: could not find java.dll
    Error: could not find Java 2 Runtime Environment.
    However, running
    C:\j2sdk1.4.2_05\bin\java -version OR
    C:\j2sdk1.4.2_05\jre\bin\java -version OR
    "C:\Program Files\Java\j2re1.4.2_05\bin\java" -version
    works and I get the version info for 1.4.2 j2sdk.
    Now I know that prefixing j2sdk bin path to the PATH variable, so that it comes before windows\system32 will set it right. But I think I should not have to do that , if the j2sdk installation has already copied the latest java.exe to the windows\system32 folder. If it was just an issue of java.exe in windows\system32 being in sync with the JRE current version in registry, I think even just "java -version" should have worked. Since that is not working, maybe there is something beyond that. At this time, I do not know what that could be.
    Any suggestions?

    The java.exe file in system32 that's being executed isn't version 1.4.2_05. Either you have multiple copies of java installed, or the install got screwed up.
    Check version and (maybe) just copy the correct file into system32?

  • Error running basic Welcome App - cannot find java.dll

    When running a basic welcome app, I get this error.
    RegistryKey 'Software\Javasoft\Java Runtime Environment\CurrentVersion' has version '1.7', but'1.6' is required.
    Error: could not find java.dll
    Error: could not find java SE Runtime Environment
    I had just changed my PATH variables so the javac could be found easily (it wasn't working before). After I changed the variables, I was able to get my app compiled, but when I went to run the java command, I get the above error. I have version 1.7.0 and my PATH variable has 1.7.0
    Need more info? I wasn't able to find any more specific info on the forum, or anywhere else.

    I had already uninstalled all previous versions and did a clean reinstall of 1.7 The only version I see in my Program Files folder is version 1.7. Is there another place it might be?

  • Difference between java.exe and java.dll

    can some one tell me the difference between java.exe under bin directory of jdk and java.dll under bin directory of jre under jdk. and how to determine jre the application is using.How to locate istalled jres in windows registry

    can some one tell me the difference between
    java.exe under bin directory of jdk and
    java.dll under bin directory of jre under jdk.java.dll is the library containing the Java Virtual Machine. java.exe is the
    program you execute to run Java. It uses java.dll. The java.dll can also be used
    to invoke Java classes from other languages using the Java Native Interface (JNI), see
    http://java.sun.com/j2se/1.4.2/docs/guide/jni/index.html for more information.
    Steve Dever

  • Can I post here(Acrobat Windows) Java Script questions here?

    Hello
    Can I post here(Acrobat Windows) Java Script questions here? If not, wht is the correct forum?
    THank you

    Back up and down to Acrobat Scripting. Bot Windows and MacIntosh Acrobat versions use the same JavaScript.
    If you are using LIVECYCLE DESIGNER use their forums. The JavaScript syntax and objects are different in LIVECYCLE DESIGNER!

  • Descriptions of java dll files for windows

    I'm new to java programming and would greatly appreciate of someone could guide to documentation on java dll files for SDK windows..
    thanks

    If you are new, you don't want to know about the DLLs since there are not much you really need to know except you are writing JNI methods. Even you are writing JNI methods, you don't really need to care about the DLLs. Also I did not notice that there is any documentation about the DLLs/SOs. If you really want it, you may want to get this book: The JavaTM Native Interface by Sheng Liang
    If you want toe documentations about JDK:
    http://java.sun.com/j2se/1.3/docs/index.html
    or
    http://java.sun.com/j2se/1.4/docs/index.html

Maybe you are looking for

  • I cant reboot. Shutdown freezes at sending SIGTERM to processes

    I could use some advice. For the past 4 months or so I have not been able to do a full shutdown or reboot. When I run the shutdown -r now or reboot commands the process starts but freezes at Sending SIGTERM to processes. At this point I can switch to

  • Updation of Consumption values in material master

    Dear Experts, For a FERT , When I use strategy 40 , Consumption values ( PGI - Deliveries )are getting updated in MM02 in Forecast view. whereas, When I use strategy 50 , Consumption values are not getting updated in MM02 in Forecast view. Is there a

  • N-gage QD

    i have a problem here..i use n-gage QD....yesterday i delete my anti-virus because i want to replace it with a new antivirus...after delete the antivirus,my phone turn off accidently and then "system error" appeared on my device's screen....until now

  • Getting WI-Fi access

    I am having a tough time trying to get connect to wi-fi.  How do I know if I am in wi-fi area/access and how and what is UMA? please help

  • Material document print

    Hi 1. I wanted to print the material document , immidiately after goods receipt and goods issue. What are the settings config and master data required. 2. If I am trying the print out manually, it is Printing only first line item. I wanted to print a