Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Fix JAR cache to allow running from class files (details)
Commit 1b88a636af0c7d85ed14a2395d65f813cb14f98c by Wade Walker
Fix JAR cache to allow running from class files

If the Platform class is coming from a .class file (instead
of from a JAR), disables use of the temp JAR cache. This allows
apps to run against JOGL class files as well as JAR files,
which is useful when running from within an IDE like Eclipse.
The file was modified src/java/com/jogamp/common/os/Platform.java (diff)