Hello i new to this kinda stuff so ill try not to sound too much like a noob.
I wanted help on running both FeedTheBeast and java together on the same usb.
The way i had it before was fine but would only work if the computer itself had java installed. Since the computer itself can't install java, i wanted to run it off a 8gig thumbdrive.
Here's what i think i got so far..
@echo off
set path=%path%;%CD%\bin\runtime\jre-x64\1.8.0_25\bin\
data\ftblauncher\FTBLauncher.exe
pause
I am trying to run it with a bat file on F:\_MC-PORTABLE
Here's the environment i'm trying to make
1st set java path to directory F:\_MC-PORTABLE\bin\runtime\jre-x64\1.8.0_25\bin
2nd run FTB from F:\_MC-PORTABLE\data\ftblauncher
When i run the above code i get this This application requires Java Runtime Environment 1.6.0 from the best of my knowledge, either java doesn't run or i din't do the code correct.
Thanks for your post but i found out it cant be done the way i wanted to do it, so what i did instead was just changed the location for where the launcher looks for the java on the computer.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I wanted help on running both FeedTheBeast and java together on the same usb.
The way i had it before was fine but would only work if the computer itself had java installed. Since the computer itself can't install java, i wanted to run it off a 8gig thumbdrive.
Here's what i think i got so far..
@echo off
set path=%path%;%CD%\bin\runtime\jre-x64\1.8.0_25\bin\
data\ftblauncher\FTBLauncher.exe
pause
I am trying to run it with a bat file on F:\_MC-PORTABLE
Here's the environment i'm trying to make
1st set java path to directory F:\_MC-PORTABLE\bin\runtime\jre-x64\1.8.0_25\bin
2nd run FTB from F:\_MC-PORTABLE\data\ftblauncher
When i run the above code i get this This application requires Java Runtime Environment 1.6.0 from the best of my knowledge, either java doesn't run or i din't do the code correct.
any help is much appreciated
Thanks for your post but i found out it cant be done the way i wanted to do it, so what i did instead was just changed the location for where the launcher looks for the java on the computer.