NetBeans 6.5 is available! I use 6.5 for 3 months now (beta testing …) and I have to say that 6.5 is quite a good release. Here is the official announcment with all the new stuff. There is also an introduction video online.
Java Sources and Documentation under Mac for Eclipse/NetBeans
A couple of days ago I received my new MacBook Pro! After some first struggles with Mac OS X and shortcuts, I am now starting to feel comfortable and I learn more and more each day. I was a 60 % Windows and 40 % Linux user and my forecast is that in one year I will be 70 % Mac, 15 % Windows, and 15 % user. However, there are some bumps on the road to Mac-land.
Mac ships with Java 1.5 and 1.6 is available too. The problem is that only binaries are installed and as a serious developer you need also sources and documentation. So to get them, you have to join the Apple Developer Connection (the free version does it) and download the Java for Mac OS X 10.5 Update 2 Developer Documentation (or probably a higher version in the future). The download is around 130 MB and includes sources/documentation for Java 1.5 and 1.6. Probably you have to set the src.jar and docs.jar manually to existing JVMs or just delete and add the existing ones.
Eclipse: Preferences - Java - Installed JREs - Select Installed JRE and click Edit
NetBeans: Tools - Java Platform - Add or select the right Tab
heli's blog heli 16 Nov 2008 No Comments
ClassCastException in JRuby 1.1.2 - org.jruby.RubyArray cannot be cast to org.jruby.ast.ListNode
I currently developing an application based on JRuby/Rails. I am pretty happy with that combination and I haven’t many issues until a few weeks ago. I am using NetBeans 6.1 and the shipped JRuby version 1.1.2. The problems began when I started to use ResourceBundles in Rails, hence, mixing Java and Ruby/Rails code. After that my tests didn’t compile anymore. The weird thing is that at first this seemed to occur randomly, but I then I found the problem line. Nevertheless, it didn’t help because a) the line was correct and b) I depend on using Java. After some research, yes I am mean I googled, I found not much. Continue Reading »
heli's blog heli 04 Aug 2008 1 Comment


