Re: Michael Bien's Particle System - get it up and running
Posted by Demoscene Passivist on Oct 07, 2010; 2:17pm
URL: https://forum.jogamp.org/Michael-Bien-s-Particle-System-get-it-up-and-running-tp1470332p1648538.html
Just a small update/sidenote: As I have recently integrated background music and music-synchronization support to my framework u have to change the classpath to incorporate the new libraries under step 7):
7) Next, make a textfile in the project root. Add this text to it:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 1.6.0_18 (Sun Microsystems Inc.)
Main-Class: framework.init.Bootstrap
Class-Path: . .\libraries\gluegen-rt.jar .\libraries\jogl.all.jar .\libraries\nativewindow.all.jar .\libraries\jna.jar .\libraries\newt.all.jar .\libraries\jl1.0.1.jar .\libraries\mp3spi1.9.4.jar .\libraries\tritonus_share.jar .\libraries\jogg-0.0.7.jar .\libraries\jorbis-0.0.15.jar .\libraries\vorbisspi1.0.3.jar
Other than that everything should be the same as described by Gavanw.