Dashboard > People > Bing Zou > Browse Space > News from Baby Growth Chart | Bing's Space | Bing's Blog | Photo Album
  Bing Zou Log In   View a printable version of the current page.  
  News from October, 2009
  2009/10/01

Use Command + Shift + <- or Command + Shift + ->

Thanks to comments at http://ciaranwal.sh/2007/12/10/tab-switching-in-terminal

Posted at 01 Oct @ 11:50 AM by Bing Zou | 0 comments
  2009/10/19

After upgrading to snow leopard, things seemed faster (especially Safari but I don't use it very often.) After I did a full svn update from the code base, compilation was fine but weblogic failed to start complaining about some JMX subsystem issue, then I noticed that the JVM being used by weblogic has changed to Java 1.6.0_b14 64 bits. After digging into the issue, I found out that the /System/Library/Frameworks/JavaVM.framework/1.5.0 changed to a symbolic link which was linked to 1.6. Apparently the snow leopard upgrade made an assumption where we don't need java 5 any more and replaced with java 1.6, to keep the old stuff work, it basically changed all the existing JVM version except 1.3 to symbolic links and point to java 1.6, as well as CurrentJDK. Maybe most java apps still work in java 6 (it should be) and the user won't even notice the switch from 1.5 to 1.6 jvm. However, it's not the case with Weblogic and Flex Builder. To fix the problem, I had to

  1. delete the java 1.5.0 symbolic link
  2. manually downloaded java 1.5 and move to /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
  3. delete CurrentJDK symbolic link and relink to 1.5.0

After this weblogic started fine but Flex still crashed where the crash report showed that it is still using java 1.6 somehow. I had to manually edit /Applications/Adobe Flex Builder 3/Flex Builder.app/Contents/MacOS/FlexBuilder.ini and added the following two lines to force it use Java 5.

-vm 
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0

After this change, Flex now can build Flex projects again.

Apple, why can't you let us choose which Java version as default instead of silently removing it.

Posted at 19 Oct @ 10:58 PM by Bing Zou | 0 comments
  2009/10/23

Yesterday I upgraded Chrome on Mac to 4.0.233.8 which seemed to be a much stabler release. I found Firefox 3.5 on Mac snow leopard became more and more unstable especially while Flash player. It might have something to do with the Flash 9 installed with Flex Builder. But anyway, Chrome seems much stabler than Firefox and of course, faster. I also found Xmarks for Chrome working like a charm.

One interesting thing is while comparing the memory consumption between Firefox and Chrome. While having about 11 tabs open, Firefox was using about 260MB memory and Chrome only used about 100MB which was surprisingly good. However, I found there are more than 15 "Google Chrome Helper" process also exist where each process take about 30MB memory. Whenever I created a new tab, a new "Google Chrome Helper" showed up in "Activity Monitor", if I killed the process, the tab literally died. So, if I added all the memory used by each "Google Chrome Helper" together, Chrome is a much bigger memory sucker.

Another cool feature about Chrome was the latest themes designed by artists. And my favorite is Yulia Brodskaya

Posted at 23 Oct @ 11:15 PM by Bing Zou | 1 comment

October 2009
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
             




This site is powered by a free Atlassian Confluence Personal Server License. Evaluate Confluence for your organisation or read more about Confluence licensing here.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.6 Build:#812 Aug 06, 2007) - Bug/feature request - Contact Administrators
Wanna try out Confluence? Follow the step by step tutorial or Download the Confluence Virtual Machine with 2-minute setup