Java学习笔记:eclipse的使用(待续)
eclipse的使用
参考:https://blog.****.net/wl_627292578/article/details/53750618
-
设置代码的字体及大小:
- Window -> Preferences -> General -> Appearance -> Colors and Fornts,修改 Basic 中的 Text Font 即可
-
设置编码:
- Window -> Preferences -> General -> Workspace -> Text file encoding -> Other:
- 设置JSP文件编码
- 设置JDK: Window -> Preferences -> Java -> Installed JREs -> Edit:
(待续)