You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scala-squib
When I try run AllComponents.scala demo get error above.
tfd.scala.squib.tree$@17a4989: no match for Root
Exception in thread "main" java.lang.NoSuchMethodError:
scala.Symbol.intern()Lscala/Symbol;
at tfd.scala.squib.gridbagconstraints$$anonfun$populateFields
$1.apply(gridbagconstraints.scala:30)
at tfd.scala.squib.gridbagconstraints$$anonfun$populateFields
$1.apply(gridbagconstraints.scala:27)
at scala.Iterator$class.foreach(Iterator.scala:395)
at scala.runtime.BoxedArray$$anon$2.foreach(BoxedArray.scala:45)
at tfd.scala.squib.gridbagconstraints
$.populateFields(gridbagconstraints.scala:27)
at tfd.scala.squib.gridbagconstraints$.apply(gridbagconstraints.scala:
46)
at br.com.verde.scalafx.AllComponents$.<init>(AllComponents.scala:
116)
at br.com.verde.scalafx.AllComponents$.<clinit>(AllComponents.scala)
at br.com.verde.scalafx.AllComponents.main(AllComponents.scala)
Any Idea ?
Thanks in advance.
Adek336
unread,
Jun 17, 2008, 6:56:11 PM6/17/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scala-squib
I had the same problem in scala 2.7.1 however in scala 2.6.1 it works
very well.