Ross Duncan
unread,Sep 22, 2016, 7:12:49 PM9/22/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to quant...@googlegroups.com
Hi guys,
Just tried to build the latest quanto, and the front end does not compile, looks like the jython jar is missing. See bottom of this message.
After putting jython 2.7.0 in some plausible place it compiles with several warnings, and promptly falls over on launch, bad java version. What JDK is required to run it? I have java version “1.7.0_45”.
[info] Running quanto.gui.QuantoDerive
[error] Exception in thread "main" java.lang.UnsupportedClassVersionError: akka/actor/ActorRef : Unsupported major.minor version 52.0
[error] at java.lang.ClassLoader.defineClass1(Native Method)
-r
[error] /Users/kwb13215/working-copies/quantomatic/scala/src/main/java/quanto/util/Scripting.scala:6: object python is not a member of package org
[error] import org.python.core.{PyList, PyArray}
[error] ^
[warn] Class java.time.Duration not found - continuing with a stub.
[warn] Class java.time.Duration not found - continuing with a stub.
[error] /Users/kwb13215/working-copies/quantomatic/scala/src/main/scala/quanto/gui/QuantoDerive.scala:4: object python is not a member of package org
[error] import org.python.util.PythonInterpreter
[error] ^
[error] /Users/kwb13215/working-copies/quantomatic/scala/src/main/java/quanto/util/Scripting.scala:103: not found: type PyList
[error] def normalise(rules: PyList) {
[error] ^
[error] /Users/kwb13215/working-copies/quantomatic/scala/src/main/scala/quanto/gui/PythonEditPanel.scala:3: object python is not a member of package org
[error] import org.python.util.PythonInterpreter
[error] ^
[error] /Users/kwb13215/working-copies/quantomatic/scala/src/main/scala/quanto/gui/PythonEditPanel.scala:94: not found: type PythonInterpreter
[error] val python = new PythonInterpreter
[error] ^
[warn] /Users/kwb13215/working-copies/quantomatic/scala/src/main/scala/quanto/gui/PythonEditPanel.scala:100: This catches all Throwables. If this is really intended, use `case e : Throwable` to clear this warning.
[warn] case e =>
[warn] ^
[error] /Users/kwb13215/working-copies/quantomatic/scala/src/main/scala/quanto/gui/QuantoDerive.scala:35: not found: type PythonInterpreter
[error] new Thread(new Runnable { def run() { new PythonInterpreter() }}).start()
[error] ^
[warn] /Users/kwb13215/working-copies/quantomatic/scala/src/main/scala/quanto/gui/ScalaEditPanel.scala:100: This catches all Throwables. If this is really intended, use `case e : Throwable` to clear this warning.
[warn] case e =>
[warn] ^
[warn] four warnings found
[error] 6 errors found
[error] (compile:compile) Compilation failed
[error] Total time: 62 s, completed 22-Sep-2016 23:49:38