- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
:javap unavailable on this platform.
Sun, 2011-05-15, 18:16
Hi,
What can be the reason for javap not being available in the REPL? I'm
using Windows 7 64bit with JDK 6 32bit
Regards,
Ittay
Wed, 2011-07-13, 21:47
#2
Re: :javap unavailable on this platform.
On 15 mai, 10:34, Paul Phillips wrote:
> On 5/15/11 10:16 AM, Ittay Dror wrote:
>
> > What can be the reason for javap not being available in the REPL? I'm
> > using Windows 7 64bit with JDK 6 32bit
>
> I will change this message to "you need tools.jar on your classpath."
I ran into this inside the REPL in Eclipse. How would I add tools.jar
so the REPL finds it? In eclipse.ini???
Thanks,
Cay
Wed, 2011-08-03, 01:07
#3
Re: :javap unavailable on this platform.
For that matter, I can't even do it in the REPL. I added tools.jar to the class path and it made no difference. I know it's on the class path because the REPL finds the contents. For example, it tab-completes com.sun.tools.javap.Main.run.
On 5/15/11 10:16 AM, Ittay Dror wrote:
> What can be the reason for javap not being available in the REPL? I'm
> using Windows 7 64bit with JDK 6 32bit
I will change this message to "you need tools.jar on your classpath."