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

Similar Messages

  • 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

  • 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]

  • HELP:: jsse1.0.3 problem with jdk1.3.1(java.lang.NoClassDefFoundError)

    Hi,
    I am now working with jsse1.0.3 and jdk1.3.1(I can not use the new jdk version, because the system I developed is based on jdk1.3.1). what makes me strange is that I can compile my program without problem, but when I run it, it always report error.
    my source code is :
    import java.security.*;
    import javax.net.ssl.*;
    System.out.println("Classpath ->"+System.getProperty("java.class.path"));
    SSLSocketFactory factory = (SSLSocketFactory)SSLSocketFactory.getDefault();
    SSLSocket SSLcontrol_connection = (SSLSocket)factory.createSocket(ftp_server, 990);
    SSLcontrol_connection.startHandshake();
    ..........the erroe message is:
    Classpath ->O:\hpovams_dev_sd40\sd\lib\JClark.zip;O:\hpovams_dev_sd40\sd\lib\jcert.jar;O:\hpovams_dev_sd40\sd\lib\jnet.jar;O:\hpovams_dev_sd40\sd\lib\jsse.jar;..........
    java.lang.NoClassDefFoundError
    at javax/net/ssl/SSLSocketFactory.a (DashoA12275)
    at javax/net/ssl/SSLSocketFactory.getDefault (DashoA12275)It is not a classpath problem as I have included the 3 jar files into classpath,.
    I also tried to add
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());before create SSLSocketFactory, then it report that
    java.lang.NoClassDefFoundError
         at com/sun/net/ssl/internal/ssl/Provider.<init> (DashoA12275)My developing GUI is eclipse 3.1, and the OS is winXP.
    Please give me some help, thank you very much.

    oh. I have found the problem. Acturally, the running enviroment is under microsoft j++, so it could only support jdk1.1, but jsse only support from jdk1.2, so that's the problem why it said that no class found.
    Now I only found that oracle has a solution for SSL which support
    jkd1.1(SUN's jsse package only support from jdk1.2). It described the
    method and sample code in Oracle Advanced Security Administrator's
    Guide Release 2 (9.2)
    (http://www.stanford.edu/dept/itss/docs/oracle/9i/network.920/a96573/a...)

  • Problem with opening PE 10 - GLU32.dll Error Message

    I just bought PE 10 it installed no problem, but when I want to lauch the software I get the following message.
    "...GLU32.dll is either not designed to run on Windows or it Contains an error. ...."
    All my drivers are up-to-date
    I tried to re-install the software
    I'm runing the the following OS "Windows Vista Ultimate (x64) Service Pack 2 (build 6002)"
    I'm kind of stuck! Any help would be appreciated.
    Thanks,

    I realize that that is one of the computing myths that keeps going on and on like a zombie, but I'll give this the old college try anyway:
    That was true 20 years ago, but times change.  We're now in the second decade of the 21st century and reputable anit-virus programs (especially Norton) have improved considerably.  I've used Norton AV for over a dozen years, covering Win2K, Vista, and now Win7, from 32-bit to 64-bit.  I've installed and run software ranging from enterprise-level database programs from the major international software vendors down to hobbyist VB programs written over a decade ago without having any problems that were traced to the AV program.
    The experiences of the users in this forum also prove my point -- in the 11 months I've been participating here, there have been hundreds of users who have disabled Norton and re-installed (either on their own or by being told to) and the results have been the same:  "It didn't help."
    That's not to say incompatabilities with running applications can't happen, but Norton's Web site certainly keeps tabs on that and offers the latest information/fixes.
    Ken
    Full disclosure:  I have no association of any sort with Symantec, other than being a customer of Norton AV.

  • SAP BW HANA NLS with SAP IQ - ODBC driver / DLL error in configuration

    We have a SAP BW 7.4 system running on HANA and we had configured SAP IQ 16 as NLS on this system for performing a PoC. The configuration was successful and working but after few weeks this was giving error. We tried creating new database connection but with no success.
    When we test the database connection by SE38 -> ADBC_TEST_CONNECTION, we get the below error -
    The screenshot of the trace file showing the detail error is below -
    Refer below the screenshot showing errors from RSDANLCON -
    We have tested the ODBC connection on the IQ database server and there seems no issue there. If anyone has come across this error earlier and have resolution, then please advise.

    We had also configured NLS on our SAP BW 7.31 system (non-HANA) using the same IQ server (v 16), and this configuration was also successful and working but since last 2 weeks or so even that this is giving similar error. We tried creating new database connection and test but there is no success. Sharing the screenshot from SAP BW 7.31 system below -
    SE38 -> ADBC_TEST_CONNECTION shows error as below -
    The screenshot of the trace file showing the detail error is below -
    Here the error is somewhat different and mentions the Sybase IQ 16 version is not supported. But this same connection was working when configured earlier.
    Refer below the screenshot showing errors from RSDANLCON -
    This could also be because of some mismatch in library files but I had checked with our Basis team and there was no upgrade to BW 7.31 system after the NLS was configured successfully earlier (which was just 4 weeks back). So any help for this scenario is also appreciated.

  • 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?

  • 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.

  • 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?

  • Msxml6.dll error causing roll back on PSE 9 install.

    I just bought PSE 9 today. I've never used it or any previous versions before, and at this rate I probably never will. I've spent the last four hours trying to get this program to install to no avail. What I thought was going to offer me a fun new hobby has done nothing but provide me with a whole lot of frustration. Tech savy, I am not, and after searching this site, its forums, and elsewhere on the net, I have been unable to find a solution that actually solves my issue.
    I don't know what information is pertinent for proper troubleshooting, but I'm trying to install on a Vista. The install seems to get very close to what I would image to be success, before crashing. The stated cause being an error with msxml6.dll.
    I would be a very happy individual if someone can offer me some help with this.

    Googling for msxml6.dll error got me here: http://answers.microsoft.com/en-us/windows/forum/windows_vista-system/error-cwindowssystem 32msxml6dll-is-either-not/5f9f4f2d-e124-4dc9-90ea-1b668a7cfc63
    It may be worth a try...
    Juergen

  • KERNELBASE.DLL ERROR in BO SYSTEM

    Hi,
    Our BO system version is 3.1 SP6 Patch 1 and our operating system is Windows Server Enterprise 2008 R2 SP1.
    When we look at the Windows Logs from Event Viewer, we see KERNELBASE.dll errors related with BO.
    After KERNELBASE.dll error, Some Webi Processing Servers stop. For example, we get error message; WebIntelligenceProcessingServer10 stopped with exit code = 255 (0xff).
    Have you ever encountered with KERNELBASE.dll error?
    What is the solution to prevent KERNELBASE.dll error?
    Best Wishes,
    Cihangir

    Hi Cihangir,
    I guess this issue is caused by incompatible between 32bit application [BOXI 3.1]and 64bit Operating System.
    You can resolve this issue by "Performance Logs & Alerts" to automatic and starting.
    Checkout the steps below for starting "Performance Logs & Alerts":
    http://computerstepbystep.com/performance_logs_&_alerts_service.html
    Good Luck!!!
    Regards,
    Mahesh Chaudhari

  • 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

  • JDeveloper Build Error with JDK1.3beta

    Dear JDev Team,
    I have a project that uses SQLJ and has been compiling fine with both JDK1.2.2 and 1.3beta. This morning it stopped working. There have been no great code changes. Once it fails using 1.3beta it will also fail using 1.2.2.
    There error message in the window is as follows. Your help would be very much appreciated, as this project cannot be built.
    Many thanks,
    Richard
    JniPortal for D:\Program Files\JDeveloper 3.0\java1.2\jre\bin\ferrari\jvm.dll reported
    InnerClasses attribute
    java.lang.IncompatibleClassChangeError: InnerClasses attribute
    int sqlj.runtime.profile.util.CustomizerHarness.customizeProfile(sqlj.runtime.profile.util.ProfileIOContext)
    void oracle.jdeveloper.sqlj.TranslatorInternal.customizeProfiles(borland.compiler.interfaces.Log)
    void oracle.jdeveloper.sqlj.TranslatorSystemImpl.customizeProfiles(borland.jbuilder.jipcbmj.portal.ComLog)
    void oracle.jdeveloper.sqlj.TranslatorSystem_JavaDispatch.invoke(int, borland.javaport.JavaCallStack)

    Richard,
    SQLJ is not supported with JDK1.2 in JDev 3.0:
    (from the release notes)
    Using SQLJ under JDK 1.2
    The 8.1.5 SQLJ version distributed with this release of JDeveloper only supports JDK 1.1.X, it does not run under JDK 1.2. A future version of SQLJ will support JDK 1.2
    Having said that it looks like you have it working anyway :-)
    There have been no great code changes. Once >it fails using 1.3beta it will also fail >using 1.2.2.Try the following :
    -Locate the output directory from Project|Project Properties
    -Close JDeveloper
    -Go to the output directory and delete all the classes and profiles related to your SQLJ project
    -Restart JDev and recompile
    Hope this helps.
    Regards,
    Arun
    null

  • 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

  • Here are the instructions on how to fix the newest update problem with the .dll error message:, Here are the instructions on how to fix the newest update problem with the .dll error message:

    Go to My Computer, Uninstall Programs, and uninstall in this exact order :
          Itunes
          Apples Software Update
         Apple Mobile Device Support
         Bonjour (my system required a reboot on this one)
         Apple Application Support
    Reboot your computer, go to the official Itunes website (make sure it's the Apple Itunes Website and not some other one!), and reinstall Itunes. 
    I got the same .dll error message after the reinstall, but my Itunes was downloaded successfully and I was able to Sync my phone. : )
    Good luck to you and God Bless! 
    (Sad that we have to come to the Discussion Forum to figure this all out instead of Apple taking care of their business and helping us out, huh?)

    Someone else said they did a system restore to a previous update, and then a java update and that worked for them, saying they were going to stick with the earlier version of itunes until they get the bugs out of the new one.  I t tried restores and that didn't work for me either, but maybe it will work for you.  Good luck and I hope you get it working soon.. 

Maybe you are looking for

  • IPod Touch Unable to Restore After Connecting

    Hi there, Before I explain my problem, here are my specs: - Running Windows XP with iTunes 9.0.2.25 (laptop is 3+ years old) - iPod Touch 2nd Generation, 32GB running OS 3.1.2 - Purchased the iTouch in December 2009 from an online Future Shop sale My

  • XI 3.0: Additional libraries for mapping program

    Hello, I got the scenario that the program within my Interface Mapping is making use of additional custom java resources (jar's). I know that in XI 2.0 I had to put these additional libraries into the directory: ..\j2ee\cluster\server\additional-lib

  • Duplex Printing of Adobe Forms.

    Hi All, In our project we are making use of adobe forms. Currently if we print the forms, then they are printed only on one side of the paper. Could you please let us know, if it is possible to provide the duplex printing option? If yes, please let u

  • Does the HP LaserJet Pro 400 Printer M401n (CZ195A) work with Linux?

    Does the HP LaserJet Pro 400 Printer M401n (CZ195A) work with Linux? Thank you for your help. James Adrian {Personal Information Removed}

  • Lync for Mac - Problems to add contacts

    Hello, we recently added Lync online to an Office 365 setup.  Everything is working fine with PC's. But On the couple of Mac's we've setup so far with the latest version of Lync Online (including updates), users can't add contacts. They can communica