# jstudio **Repository Path**: maozj/jstudio ## Basic Information - **Project Name**: jstudio - **Description**: JPC Studio - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-17 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JPC Studio ## 源码说明 - 当前target platform 基于eclipse 4.29,可自行设置目标eclipse版本 - 当前target支持Linux和windows - 已内置jre,编译完可直接运行 - 编译完会生成在线更新仓库和产品压缩包,支持将编译生成的插件安装到已有的eclipse里 ## 如何开发 1. 确保你的eclipse安装了PDE,然后导入所有的插件, 2. 在com.lvzf.jstudio.releng/target-platform文件夹里打开jstudio.target文件,将该配置设置为Target Platform,等待PDE下载完所有依赖 3. 鼠标右键jstudio.launch文件,选Debug As > jstudio,即可源码启动调试 ## 编译 - windows和Linux下都可以编 - maven3.8以上 - jdk17及以上 命令行下执行 ``` bash mvn clean verify ``` 注意: jstudio.target 中的依赖默认从eclipse官方仓库下载,如果没有开vpn,可能会下载较慢,也可能会失败,可多试几次,最好的方法是mirror一份官方仓库到本地,可大幅提高编译速度。同时maven建议使用国内镜像站 ## 运行 1. 编译后的product位于`com.lvzf.jstudio.releng/product/target/products/`下 2. 编译后的p2仓库位于`com.lvzf.jstudio.releng/product/target/repository/`下,将其放到http服务,可在线安装更新product和plugin