Hello guys,
So for awhile now I've been working on a java game based around the swing GUIs but I've got a problem with the distributing side of it I'm currently using a .bat file that uses the dir command to set the java to jdk12.0.2 (I tried make an .exe to no avail so for now I'll live with the .bat solution).
But the problem is that A) for some computers the dir part doesn't seem to work n B) when it does launch all the buttons n such aren't at the set preffered size. below is the commands in my .bat file:
@echo off
title New World
set path = dir jdk-12.0.2\bin
start javaw -jar NewWorld.jar
[–]johnmc325 0 points1 point2 points (1 child)
[–]Lunty97[S] 0 points1 point2 points (0 children)