score:5
I had the same issue with Eclipse not even starting for me anymore. What I did was to remove everything related to the Scala IDE from both the plugins
and the features
directories and start Eclipse with the -clean
parameter:
./eclipse -clean
score:19
In Eclipse 3.5.1, go to Help->About Eclipse, then press 'Installation Details'. In the tab 'Installed Software' you can remove a feature, in the tab 'Installation History' you can revert to a previous configuration. Since you manually removed pieces, it may be too late to fix things.
You can also check the features directory and start Eclipse with the -clean option to ensure that the OSGi bundle cache is cleared.
Source: stackoverflow.com
Related Query
- How do you uninstall the Scala Eclipse plugin?
- Eclipse Indigo: how do I uninstall a plugin if the Help -> About Eclipse SDK dialog won't display?
- How to build a scala application that was created in eclipse scala plugin FROM THE CL
- How do you run JMH Benchmarks on Scala Code in a Gradle Project using the Gradle Scala Plugin
- In sbt, how do you add a plugin that's in the local filesystem?
- How to disable the method return type hint in IntellijIdea scala plugin
- How can I find the version of Scala installed in Eclipse IDE?
- How do you attach the Scala Intellij debugger for tests?
- How do you configure Eclipse to automatically "run as Scala application"?
- How to get Scala plugin and AJDT to be installed in same Eclipse
- How do you declare a function in Scala that returns itself (or another function with the same signature)?
- With a Scala Either, how do you stop at the first error, but gets the already computed values
- How do you check if a runtime instance conforms to some type using the Scala 2.10 reflection API?
- How does the order of instructions works inside Scala classes when you override a method
- In Scala how do you update a property of an object within an array of objects, the object being selected by the user
- Running scalatest and Maven with two scala libraries - one for Maven, the other for Scala Eclipse plugin
- how to install scala plugin for latest eclipse ide (version 2020-03)
- How do I set the Scala compiler to use a plugin when I build using Maven?
- Scala 3: How do you extract the names of elements from a Mirror.Sum as a tuple?
- How do you split a column such that first half becomes the column name and the second the column value in Scala Spark?
- How do you properly set up Scala Spark libraryDependencies with the correct version of Scala?
- How do you set the column width of a Scala Swing Table
- Using playframework with the scala worksheet plugin for eclipse
- How to run the Scala code in Eclipse
- How do you determine the proper dependency version in a Scala project?
- How to make IntelliJ Scala plugin run the unit test, or how to teach IntelliJ that a file is a unit test code?
- How do I know what version of scala the maven scala plugin uses?
- How to create new commands that you can run after running the sbt command Scala
- How to design the classes in scala when you want to mock a heavy method in testing?
- How do you include files from a scala project in eclipse in a java project in netbeans
More Query from same tag
- This merge sort program is not giving the correct answer
- How to initialize variable in Scala?
- How can I map a function on dataFrame column values which returns a dataFrame?
- How to convert multiple rows of a Dataframe into a single row in Scala (Using Dataframe APIs) without using a SQL?
- Long build times with sbt android-plugin
- Bad Symbolic reference to reactivemongo.api.collections.GenericHandlers encountered in class file 'JSONGenericHandlers.class'
- sbt docker bashScriptExtraDefines: command not found
- Link Scala annotation in ScalaDoc
- Naming convention in Play Framework
- How to Random Choice element from Enum Scala3
- Not able to create parquet files in hdfs using spark shell
- Bitwise operation using slick
- Scalameta inline with maven
- Are Inheritance & Polymorphic Relations possible / a good idea with Slick?
- Scala Convert Between Unsigned and Signed Bytes
- Java Zookeeper API weird ZNode behavior. Unable to delete ZNode properly. It has unexpected results
- Unable to find JSONReader for parameterised-typed custom class in test, despite import
- Why is Kafka consumer ignoring my "earliest" directive in the auto.offset.reset parameter and thus not reading my topic from the absolute first event?
- Possible serialization error when executing Spark job from cluster with 1 master and 2 workers
- read only required data in play 2
- Get first n elements from List
- Vaadin - how to pass actors into UI elements
- How to make an akka actor generic in terms of how it responds to some messages?
- Should I use the final modifier when declaring case classes?
- Unpack list of tuples to check that middle value in each tuple doesn't exceed a certain amount
- Modifying case class constructor parameter before setting value
- Parsing sentences using Scala parser combinator
- Traverse XML nodes by name/position without needing to check bounds
- How to get generic simple class name from scala TypeTag?
- Get length of base64 decoded data