Please explain these classpath quirks (Closed)

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Please explain these classpath quirks (Closed)

Cakemate
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Tutorial Source

Cakemate
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Tutorial Source

Xerxes Rånby
I noticed that you are using an outdated Java Runtime, i think you run into the class not found exception because the JogAmp JOGL classes are compiled using JDK 8 and you try to run your code using JRE 6

Try use JDK 8 or later.


You are also recommended to try use the very latest version of JogAmp. You only need to use this single jar.
https://jogamp.org/deployment/jogamp-next/fat/jogamp-fat.jar
Reply | Threaded
Open this post in threaded view
|

Re: Tutorial Source

Cakemate
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Tutorial Source

Xerxes Rånby
I would recommend you to try the adoptopenjdk JDK builds, they are released using the OpenJDK free software license:

Den tis 18 aug. 2020 kl 06:15 skrev Cakemate [via jogamp] <[hidden email]>:
I went to the Java website and they have a new license agreement. I don't remember the old versions being restricted to "Personal Use", but it's kind of discouraged me from using it in general. I don't want to pay to develop apps, so I don't see the point of learning more of the language xD Sorry if I've wasted your time >-<

I'm going to look into doing graphical programming in C/C++ instead.

Thanks!


If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/Please-explain-these-classpath-quirks-tp4040770p4040774.html
To start a new topic under jogl, email [hidden email]
To unsubscribe from jogamp, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: Please explain these classpath quirks (Closed)

gouessej
Administrator
In reply to this post by Cakemate
You shouldn't delete your messages, it doesn't help to understand what was wrong.
Julien Gouesse | Personal blog | Website