Error en compilar Scala project :
/home/luxo/coresaldos/app/Global.scala:2: error: object springframework is not a member of package org
import org.springframework.context.support.ClassPathXmlApplicationContext
^
/home/luxo/coresaldos/app/Global.scala:3: error: not found: object tasks
import tasks.GlobalJava
^
/home/luxo/coresaldos/app/Global.scala:4: error: not found: object play
import play.api.{Application, GlobalSettings}
^
/home/luxo/coresaldos/app/Global.scala:6: error: not found: type GlobalSettings
object Global extends GlobalSettings {
^
/home/luxo/coresaldos/app/Global.scala:8: error: not found: type ClassPathXmlApplicationContext
val ctx = new ClassPathXmlApplicationContext("applicationContext.xml")
^
/home/luxo/coresaldos/app/Global.scala:9: error: not found: type GlobalJava
var glJ = new GlobalJava()
^
/home/luxo/coresaldos/app/Global.scala:12: error: value onStart is not a member of AnyRef
super.onStart(app)
^
/home/luxo/coresaldos/app/Global.scala:20: error: value onStop is not a member of AnyRef
super.onStop(app)
^
8 errors found
http://stackoverflow.com/questions/9985483/specs2-on-osx-error-object-specs2-is-not-a-member-of-package-org
Install lastest SBT:
Please use the latest release of sbt, currently 0.13.8.
Install Scala Play Support Eclipse IDE 4.5.1
Configure Eclipse so changes on the file system are automatically picked up.
Agregar Play version 2.2.4 :
Install SCALA support * NETBEANS 8.0.2
Netbeans
Generate Configuration
Play does not have native Netbeans project generation support at this time, but there is a Scala plugin for NetBeans which can help with both Scala language and SBT:https://github.com/dcaoyuan/nbscala
There is also a SBT plugin to create Netbeans project definition:
https://github.com/dcaoyuan/nbsbt
Installing Play
Prerequisites
You need to have a JDK 1.8 (or later) installed on your machine (see General Installation Tasks).Quick Start
- Download the latest Typesafe Activator.
- Extract the archive on a location where you have write access.
- Change dir with cmd
cd activator*(or with the file-manager) - Start it with cmd
activator ui(or with the file-manager) - Access it at http://localhost:8888
Command Line
To use play from any location on your file-system, add the activator directory to your path (see General Installation Tasks).Creating
my-first-app based on the play-java template is as simple as:activator new my-first-app play-java
cd my-first-app
activator run
http://localhost:9000 - access your application here.You are now ready to work with Play!
Suscribirse a:
Comentarios (Atom)
Problemas de activación WIFI6 en LG_OLED55CXPSA
Mi experiencia con este TV ah sido impecable hasta ahora, llevaba un uso normal y no tenia que usar la conexión por wifi ya que tengo una...
-
Mi experiencia con este TV ah sido impecable hasta ahora, llevaba un uso normal y no tenia que usar la conexión por wifi ya que tengo una...
-
Mr. Robot es una serie de televisión estadounidense creada por Sam Esmail.1 Se estrenó el 24 de junio de 2015 en la cadena USA Network. L...
-
1 Introducción a Oracle Service Bus Por el surgimiento de la Arquitectura Orientada a Servicios (SOA) y de la necesidad que ti...









