aspose file tools
The moose likes Scala and the fly likes Convert Scala to Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Scala
Reply Bookmark "Convert Scala to Java" Watch "Convert Scala to Java" New topic
Author

Convert Scala to Java

Yohan Weerasinghe
Ranch Hand

Joined: Oct 07, 2010
Posts: 484

Hell all,

I need to convert scala to Java. In other words, I need to convert Scala based JavaCV examples to Java. I really don't want to learn scala. Can anyone suggest me a way? A tool, site, addon or whatever. Please help.


Are you better than me? Then please show me my mistakes..
Ivan Jozsef Balazs
Ranch Hand

Joined: May 22, 2012
Posts: 380
http://en.wikipedia.org/wiki/Scala_%28programming_language%29

Scala's operational characteristics are the same as Java's. The Scala compiler generates byte code that is nearly identical to that generated by the Java compiler. In fact, Scala code can be decompiled to readable Java code, with the exception of certain constructor operations. To the JVM, Scala code and Java code are indistinguishable.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Convert Scala to Java
 
Similar Threads
questions about Process and Runtime()
Which is better Groovy or Scala?
Little forum activity = FewScala users?
Maven + scala + java
How Scala faster than Java?