@import url(http://www.blogjava.net/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css); @import url(http://www.blogjava.net/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

eclipse官方是有标准的mac版下载的,随便copy到一个目录就可以直接启动了(当然必须安装java运行环境)。但是,假如我们想把应用放到mac的标准目录下(也就是finder里的应用程序目录下),就必须自己手动来做了,方法如下:

1.在finder下,copy eclipse目录下的Eclipse.app(在finder里是看不到app这个后缀名的,必须用Command+i,才能看到这个后缀名)文件到“应用程序”

2.然后,点击右键,选择“显示包内容”


3.修改eclipse.ini文件



修改文件的开头部分

原始内容为:

-startup ../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library ../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20130521-0416

修改后的内容为:

-startup /Users/johnny/work/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar

--launcher.library /Users/johnny/work/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20130521-0416

我mac的用户名johnny,在我的用户名下有个work目录,我把eclipse的原始目录放在work下面。

这样就可以在“应用程序”下,启动eclipse了

@import url(http://www.blogjava.net/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);