Jump to content

Vortex unable to find Java on my computer?


Acp60

Recommended Posts

I am using the latest version of Vortex to mod my Skyrim game. My computer is running Windows 10, has a 64-bit operating system, a x64-based processor, and 16 GB of Ram. I have a handful of mods (25) and amung these is the overhaul Perkus Maximus. With PerMa comes an executable called Patchus Maximus which creates a patch to allow Perma to do it's thing (common knowledge I'm sure). My issue is that when I created a tool to run Patchus Maximus it claims that Java is not installed my computer. However, Java is installed and installed correctly. When booted up striaght from the Skyproc Patchers file, Patchus Maximus boots up fine, but has nothing to patch as it does not have access to my mods as it was not booted up through Vortex. I would think it it is a problem with Patchus Maximus being unable to use my the java i have installed, or it being installed incorrectly, but the fact that it comes up perfectly if opened through the folder leads me to beilve it may be a problem with Vortex being unable to find Java on my computer or maybe I have written the script for my tool incorrectly, I am new to Vortex, feel free to be as blunt as possible in face of my ingornace. Any help is appriciated, thank you! :)

Link to comment
Share on other sites

I assume it runs a .bat file.

YOu nee3d to edit the path to your java installation in the .bat file.

It's the .bat file that can't find your Java installation.
Not Vortex.

Also, I'm sure that command line is already included in the .bat file

For instance, in my ASIS.bat file, I had to edit THIS line
"c:\Program Files\Java\jre1.8.0_231\bin\javaw.exe" -Xmx1024M -Xms1024M -jar ASIS.jar

TO reflect my java installation folder, because it changes every single time java updates.
Note the cmd line is also in the .bat file


Link to comment
Share on other sites

I assume it runs a .bat file.

 

YOu nee3d to edit the path to your java installation in the .bat file.

 

It's the .bat file that can't find your Java installation.

Not Vortex.

 

Also, I'm sure that command line is already included in the .bat file

 

For instance, in my ASIS.bat file, I had to edit THIS line

"c:\Program Files\Java\jre1.8.0_231\bin\javaw.exe" -Xmx1024M -Xms1024M -jar ASIS.jar

 

TO reflect my java installation folder, because it changes every single time java updates.

Note the cmd line is also in the .bat file

 

 

 

Okay so I where do i ajust the .bat file? Again, I apologize for my ignorance

Link to comment
Share on other sites

 

Okay so I where do i ajust the .bat file? Again, I apologize for my ignorance

 

 

 

Wherever Perkus Maximus is installed

Probably SKyrim\Data\Skyproc Patchers\T3ndo_PerkusMaximus

 

Also, check out the Documentation for Perkus Maximus at Skyrim\Data\Patchus Maximus - Documentation

 

It probably covers all of this

Link to comment
Share on other sites

 

 

Okay so I where do i ajust the .bat file? Again, I apologize for my ignorance

 

 

 

Wherever Perkus Maximus is installed

Probably SKyrim\Data\Skyproc Patchers\T3ndo_PerkusMaximus

 

Also, check out the Documentation for Perkus Maximus at Skyrim\Data\Patchus Maximus - Documentation

 

It probably covers all of this

 

Will do, thanks so much!

Link to comment
Share on other sites

The Patchus Maximus application is a .jar file not a .bat file. And the java directory to it is perfect when it is opened through the file it is just when the vortext tool attepts to run it is when it cannot find java.

 

The bat file is called:

 

Debug -moreHeapspace - 64bit.bat and Debug -moreHeapspace - 32bitandMO.bat

 

You need to point the TOOL in the Dashboard to the "Debug -moreHeapspace - 32bitandMO.bat" file

 

this is what should be in your TARGET entry in the Dashboard tool

 

Debug -moreHeapspace - 32bitandMO.bat

 

START IN entry will fill in itself.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...