In this blog I talk about some of the personal programming I do as a hobby. From Java to Rust via Haskell, I've played around with a lot of technologies and still try to have fun with new languages and APIs!
Thursday, December 27, 2012
EclipseFP 2.4.2 released
Hello, I've just released 2.4.2 to fix a bug that caused HLint suggestions to not appear any more.
As usual, update from http://eclipsefp.sf.net/updates.
Hi, I am trying to get EclipseFP running on OsX 10.8.2 with Eclipse Juno. No success so far. When I restart Eclipse after the installation, Eclipse it hangs indefinitely. Do you have any idea what I could do to find out what's going on?
You can use jvisualvm (http://docs.oracle.com/javase/6/docs/technotes/tools/share/jvisualvm.html) to get the thread dump of your JVM to see where it's hanging. Post your findings on the Sourceforge Help forum for EclipseFP if you think it's EclipseFP related. Thanks!
2 comments:
Hi, I am trying to get EclipseFP running on OsX 10.8.2 with Eclipse Juno. No success so far. When I restart Eclipse after the installation, Eclipse it hangs indefinitely. Do you have any idea what I could do to find out what's going on?
Cheers, Andreas
You can use jvisualvm (http://docs.oracle.com/javase/6/docs/technotes/tools/share/jvisualvm.html) to get the thread dump of your JVM to see where it's hanging. Post your findings on the Sourceforge Help forum for EclipseFP if you think it's EclipseFP related.
Thanks!
Post a Comment