Need help on FTB server installation!!!

Tampawned

New Member
Jul 29, 2019
13
0
0
I'm looking for help on installing this to make a new server or even install it onto my current server. I tried to install this about 3 or 4 times and it just doesnt seem to work. If theres something i need to change or anything of that manner please tell me.

OS: Windows 7
 

Oratory

New Member
Jul 29, 2019
78
0
0
What exactly dosn't work?
All you should have to do is download the server file, start it with the .bat file, and then connect.

My guess is that there is a problem with your Java, you either have an old version installed, or the path is incorrect. Both of these should be able to be fixed by uninstalling java, and then dowloading the latest version.
 

Tampawned

New Member
Jul 29, 2019
13
0
0
Sorry i didnt specify what was wrong but i found a fix. I took the .bat from my bukkit server and and inserted it into the FTB .bat

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE

Changed the craftbukkit.jar so it looked like this.

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar FTB-Beta-A.jar
PAUSE

And it fixxed the problem.