On Fri, 2012-08-31 at 22:22 -0700, Daniel Woelfel wrote:
>         Caused by: java.lang.ClassNotFoundException:
>         org.opensourcephysics.controls.AbstractSimulation

>         (ns fractal.fractalapp
>           (:import [org.opensourcephysics.frames PlotFrame]
>                    [org.opensourcephysics.controls SimulationControl])
>           (:gen-class :name
>         "org.opensourcephysics.controls.FractalApp"
>                       :extends
>         org.opensourcephysics.controls.AbstractSimulation))

You should import AbstractSimulation before you try to reference it from
gen-class.

-- 
Stephen Compall
"^aCollection allSatisfy: [:each | aCondition]": less is better than


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to