📄 app-club.config
字号:
# +-----------------------------------------------------+
# | |
# | This is the configuration file for the JBuilder IDE |
# | |
# | Do NOT make modifications without maintaining a |
# | backup copy. See config_readme.html for a |
# | description of the recognized directives. |
# | |
# +-----------------------------------------------------+
# Add any configuration files located in the patch directory
#includedir ../patch
javapath ../jdk1.4/jre/bin/server/jvm.dll
# Read the shared JDK definition
#include jdk.config
# Tune this VM to provide enough headroom to work on large
# applications
vmparam -Xms128m
vmparam -Xmx512m
# Put the Light AWT wrapper and various JDK fixes on the boot path
#addbootpath ../lib/javac.jar
#addbootpath ../lib/lawt.jar
#addbootpath ../lib/XPTreeUIFix.jar
#addbootpath ../lib/TabbedPaneFix.jar
#addbootpath ../lib/SequencedEventFix.jar
# Make sure to skip the sanctuary.jar
#addskippath ../lib/sanctuary.jar
# Add all JAR files located in the patch, lib and lib/ext directory
#addjars ../patch
addjars lib
addpath lib/test
addpath lib/classes
addpath lib/ext
addpath .
#addjars ../lib/bes
#addjars ../lib/servers
#addjars ../lib/ext
# Include the Servlet 2.3 API from Tomcat 4 in the IDE classpath
#addpath ../thirdparty/jakarta-tomcat-4.0.6-LE-jdk14/common/lib/servlet.jar
# Activate the shell integration
#socket 8888
# Add all the configuration files located in the lib/ext directory
#includedir ../lib/ext
# JBuilder needs to have access to the environment
#exportenv
# Start JBuilder using the main class
mainclass com.joyes.server.Server
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -