Login  Register

Re: Windows setting up issues and version control

Posted by Sven Gothel on Jan 18, 2023; 4:16pm
URL: https://forum.jogamp.org/Windows-setting-up-issues-and-version-control-tp4042067p4042074.html

to build the beast - besides the updated HowToBuild docs,
you may find the build scripts useful.

they are located in <project>/make/scripts,
 - make*.sh for unixoids
 - make*.bat for windows, e.g. jogl/make/scripts/make.jogl.all.win64.bat
  - all under C:\JogAmp w/ same setting like c:\jdk-17 etc

Steps, as I do it:
- build gluegen
- build joal
- build jogl

done, at least how I did it.

Yes, you have to grab a JDK 1.8 rt.jar and place it where referenced
(or change the reference), e.g. for Windows:
  set TARGET_RT_JAR=C:\jre1.8.0_212\lib\rt.jar

Hope that helps.

~Sven