摘要: In the Eclipse , everything is plug- in except the Platform Runtimeit's a small kernel that represents base of the platformBasic platform includes:Resources ManagementWorkbenchTeamDebugHelpWhat Makes up a Plug-in?1 Jar File程序代码2. plugin.xmlManifest描述3.about.htm文本描述4.plugin.properties插件属性l 阅读全文
posted @ 2013-02-05 20:45 阿刻 阅读(103) 评论(0) 推荐(0) 编辑
摘要: default workspace快捷方式中的start in 可以指定working directory.multiple workspacesthree different levels1.Projects2.Folders3.Filesctrl+f12打开taskTastlistAdd TaskBookmarkshow whitespace characters 显示空格Build Path可以设置默认的source folder name 和 output folder name还有默认的jrerefactor重构Run configurations里面可以设定 Main Class 阅读全文
posted @ 2013-02-05 17:25 阿刻 阅读(194) 评论(0) 推荐(0) 编辑
摘要: JVM运行时数据区的内存模型由五部分组成:【1】方法区【2】堆【3】JAVA栈【4】PC寄存器【5】本地方法栈 阅读全文
posted @ 2013-02-05 10:20 阿刻 阅读(158) 评论(0) 推荐(0) 编辑