Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
-2 votes
1 answer
633 views

I am trying javap -p classname on scala class but getting error in REPL

scala> class Department( val departmentId: Int, val departmentName: String) defined class Department scala> javap -p Department <console>:12: error: not found: value javap javap -p ...
Mayank Kishore's user avatar
2 votes
1 answer
930 views

Unable to use scala's repl :javap to look at trait companion object

I am using the :javap command in the scala repl and was trying to look at the traits companion object, but I couldn't seem to find out how. Here is what I do from command line. $ cat > Foo.scala &...
ekaqu's user avatar
  • 2,048