Skip to main content Skip to main menu

Download

Provides the download services of the development contents such as the Runtime Environment,
the Development Environment and the Common Components.

PRINT HOME DOWNLOAD Development Environment

Development Environment

This table provides TITLE, REGISTER, DATE OF REGISTRATION, VIEWS and ATTACHED FILES
Title eGovFrame-3.7.0-64bit Dev Version
Register Admin Date of registration 2018-02-28 Views 4084
attached files
Developers Development Environment Version 3.7.0 (64bit)
[Configuration]
Developing Environment for Developers The 64-bit Implementation Tool is designed for developers to write code, IDEs and editors (SourceCode, UML, ERD, DBIO, WebFlow, code generation, code checking, RDT.
[Improvement]
Applying Eclipse Neon.3 Release (4.6.3)
- JAVA 8 applied (JDK 1.8 required for Eclipse)
- Added 50 kinds of improved common components All-in-one Template
- DBIO Editor bug fix (for iBatis)
- Applying Maven 3.3.9
Execution environment 3.7.0 applied (including eGovFrame Batch 3.7.0)
[How to install]
Execute eGovFrameDev-3.7.0-xxbit.exe file in the directory where you will configure the development environment to uncompress and run eclipse to use the development environment in which both the development environment essential element and the optional element are installed.
Essential element configuration http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:dev2:install_guide
[Troubleshooting]
1. After running Eclipse Failed to create the Java Virtual Machine
In case of Eclipse-related JVM-related error, add eclipse.ini in your eclipse configuration file as follows. (JDK version 1.8 required)
** Add jdk path to eclipse.ini (example)
-vm
C: \ Program Files \ Java \ jdk1.8.0_45 \ bin \ javaw.exe
2. If the file in Eclipse is broken
Set Eclipse's file format to UTF-8 in eclipse.ini (example)
-Dfile.encoding = UTF-8
3. When creating a project using Template Generation Wizard, some DML files will be broken.
Change the encoding format of the DML file from UTF-8 to EUC-KR
4. When using DeviceAPI, please refer to the developer guide below to install Android plug-in and android-sdk
http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:dev2:install_guide