<local_install_path>\Creo 4.0\F000\Common Files\otk_java_doc\otk_javaug.pdf
+---gradle
| \---wrapper
+---libs # 依赖jar
+---plugin # 插件编译结果,含text、resource等配置; 注意dat文件中的路径要改为绝对路径
| \---text
| \---resource
\---src # 源代码
+---main
| +---java
| | \---com
| | \---kenstudio
| | +---component
| | +---config
| | \---listener
| \---resources
\---test
+---java
\---resources
注意事项: dat文件中的路径要改为绝对路径
导航栏:
工具 -> 辅助应用程序 -> 注册 (选择编译目录中的 dat文件) -> 启动
导航栏:
文件 -> 选项 -> 自定义 -> 功能区 ,自定义添加导航栏配置。
1. Creo Application Configuration
Set env Document
set PRO_JAVA_COMMAND=%install_creo_jre%\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=8013,server=y,suspend=n
2. IntelliJ IDEA Configuration
Add Remote Document
port:8013 #Use PRO_JAVA_COMMAND config address=8013
3. Debug Step
- running creo application and otk_java plugin
- idea select remote config
- start idea debug ,click debug button.
- idea add breakpoint