score:9
Accepted answer
Play framework is supported only in ultimate edition of Intellij Idea.
Here https://www.jetbrains.com/idea/features/editions_comparison_matrix.html, section Frameworks and Technologies.
score:3
For everyone else looking for an answer for Play 2.4+ the easiest way to get up and running is:
- Create a new Run Configuration – From the main menu, select Run -> Edit Configurations
- Click on the + to add a new configuration
- From the list of configurations, choose “SBT Task”
- In the “tasks” input box, simply put “run”
- Apply changes and select OK.
Now you can choose “Run” from the main Run menu and run your application
Source: stackoverflow.com
Related Query
- How to create a Play project in IntelliJ IDEA 14 Community Edition?
- How to create an SBT Run configuration in IntelliJ IDEA 11 Community Edition?
- Play framework support in IntelliJ IDEA Community Edition
- How make Intellij Idea debug a Play 2.1 app's source code files, instead of project definition only
- How to create Spark/Scala project in IntelliJ IDEA (fails to resolve dependencies in build.sbt)?
- Open Play 2 project from IDEA Ultimate in IDEA Community Edition
- IntelliJ IDEA 12 Scala Play SBT_VERSION error when create new project
- How to create SBT project with IntelliJ Idea?
- Scala Compiler not found in Intellij IDEA 11 with Play 2.0 project
- How to get Scala imports working in IntelliJ IDEA with the Play framework?
- How do I get Intellij IDEA 12.0 to work with Play Framework 2.1.0 app and Scala 2.10.0?
- How to set up an IntelliJ Idea Scala project to recognize local Ivy2 cache?
- How to create a Play project with a specific version?
- How to open a Play app in IntelliJ IDEA from the command line?
- Could not import the newly generated play framework project into IntelliJ IDEA 15
- How to set up a scala project in IntelliJ IDEA that uses git libraries
- How Intellij idea reduce memory after project was closed?
- java.lang.ClassNotFoundException: org.jboss.netty.channel.ChannelFactory while running play project in intellij idea
- How to create sbt project with an android module and run with Intellij ultimate?
- IDEA 12 Create Scala Play 2.0: Project Files Changed
- How to build Android project with Scala sources in IntelliJ IDEA (Community Edition)?
- Scala-SBT - How can I remove all 'class not found' issues in imported project in IntelliJ IDEA
- How to mute Intellij IDEA after sbt project is imported
- Getting an error message while trying to build Play Scala project in Intellij Idea Ultimate version 14.0.4
- How to call pages dynamically play scala using Intellij idea
- How to run an SBT project in IntelliJ Idea 2016.2.4?
- How to create a Scala executable jar file that is built with Maven, and has log4j included, using IntelliJ IDEA IDE
- Play project compiles in IntelliJ IDEA but all imported Java classes are red (= not resolved)?
- Formatting "*.scala.html" code in IntelliJ IDEA 15 community edition
- IntelliJ IDEA 13 community edition with Scala
More Query from same tag
- Newbie Scala question about simple math array operations
- Inject a dependency inside an object
- Scala Predicates
- Filtering a Scala Multimap and outputting as a list of Tuples
- All permutations with repetition using scala
- How to get COUNT for same table in different databases with table name in SELECT statement?
- How to find Sum at Each partition in Spark
- How to turn off logging of generated code in Apache Spark 2?
- could not find implicit value for evidence parameter for implicit json formats
- Why isn't a Dataflow Datastore Query matching a literal string?
- Disable SSL with Scala Dispatch Library
- Change a materialized value in a source using the contents of the stream
- Finding counts of each distinct element in a Scala array?
- Scala syntactic sugar for mandatory Option-type function parameters
- scala script to watch mongo oplog
- Scala dependency injection with abstract classes
- How to use Annotation @JoinTable containing @JoinColumn in scala
- I want to do the Spark tutorial in an SBT project, what libraries do I need to install?
- Scalding read multiple files from HDFS
- Collect arguments to apply to curried functions in Java/Scala
- Altering a Datomic schema using Datomisca
- How to check if a scala Option type is None in Java code
- Dependency issue with Spark and Google cloud Firestore with SBT
- Parametrized Regex for pattern matching
- Purely functional data structures for text editors
- Get `Symbol`s of method parameters via reflection
- Cassandra to Hive using Spark
- Play 2.1 sbt-jasmine-plugin getting not found: value jasmineSettings error
- Scalatest run code before and after specific test
- Why global ExecutionContext is not a default parameter in future block?