Announcement

Collapse
No announcement yet.

jre 1.5

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • jre 1.5

    do you have to install the entire j2se or can you just use the jre and run it from a directory?

  • #2
    Re: jre 1.5

    What do you mean run it from a directory?
    Chris Lang

    Comment


    • #3
      Re: jre 1.5

      well i think what my boss means is that he does not want to install the entire J2se on a clients server. So is there a way to just use the jre without having to use the j2se big install. Did I confuse you even more?

      Comment


      • #4
        Re: jre 1.5

        I see what you mean. I don't believe there is a way to run just the JRE without the full installation, however I might be wrong. Maybe someone else can chime in?

        Chris Lang

        Comment


        • #5
          Re: jre 1.5

          You don't need to 'install' the JRE

          To run the MIRTH server, you can use the JRE packed from a directory. You can get it from a previously JRE installed at other machine.

          This method allows to use different version of th JRE in the same machine.

          Of course, to do this, you need to edit the Mirth.bat and change the PATH an JAVA_HOME variables, pointing themes to the right dir

          Comment


          • #6
            Re: jre 1.5

            You could download the Java Runtime here.
            ======================================
            JAVA SOFTWARE
            MANUAL DOWNLOAD

            Java Runtime Environment Version 5.0 Update 9


            ======================================

            I was able to download JRE v5.0 Update 9, "Windows (Offline Installation) (filesize: 15.74 MB)" and install on a Windows XP Pro box. Mirth v1.2 worked fine with just the Java Runtime.

            Hope it helps.

            Comment


            • #7
              Re: jre 1.5

              Well I put this in my mirth.bat file and it will go to the Launch Mirth Admin screen. When I click Lauch Mirth Button it tries to download mirth instead of running it. HEre is a copy of my .bat file. Does anyone know what I am doing wrong?

              Mirth.bat
              @ECHO OFF
              set JAVA_HOME=C:\Java\jre1.5.0_09\bin

              set PATH=%PATH%;%JAVA_HOME%

              %JAVA_HOME%/java -jar mirth-launcher.jar launcher.xml

              Comment


              • #8
                Re: jre 1.5

                What means 'launch mirth button'?

                I suppouse You are running the client and the server in the same machine. The client is based on webstart, and this means:
                1.- IT will try to update the jre installed on the machine to 1.5
                2. It will download the client (only first time), and then run it.

                So, if you see the mirth downloading something, it's fine. Sometimes, the deskop doesn't get well-configured and a a dialog asks the user to select a program for openninng the download: just select the javaws.

                Other option: create a new direct access on your desktop, with the text:

                C:\Java\jre1.5.0_09\bin\javaws http:\\127.0.0.1:8080\webstart

                This opens and launch the Mirth client

                Comment


                • #9
                  Re: jre 1.5

                  Should the JAVA_HOME be pointing to the bin directory? I would expect it to be more like this:

                  set JAVA_HOME=C:\Java\jre1.5.0_09

                  set PATH=%JAVA_HOME%\bin;%PATH%

                  java -jar mirth-launcher.jar launcher.xml

                  Comment

                  Working...
                  X
                  😀
                  🥰
                  🤢
                  😎
                  😡
                  👍
                  👎