Jalios SDK 4 Eclipse - Jsdk4eclipse (EJPT 3.0)
1. About Jsdk4Eclipse
Jalios SDK 1.0.4 is an Eclipse-based development kit that provides an easy-to-use approach for developing extensions for JPlatform with the Eclipse IDE.
This new development kit includes the EJPT plugin and adds new features to initialize a development environment as part of a new Jalios project or an already existing project (checkout).
1.1 Download the latest version
Latest version available :
- Jar - Jsdk4Eclipse 1.0.6 ( Compatibility with Eclipse 2020-03, Java 8)
Previous version :
Intuitive URL : https://community.jalios.com/jsdk4eclipse
Update procedure :
- Stop
Eclipse
- Delete the old version of the Jar in the dropins folder. Example
C:\eclipse-jee-neon-R\dropins\plugins\com.jalios.ejpt_2.0.3.beta.jar
- Drop the new version of the JAR into dropins
C:\eclipse-jee-neon-R\dropins\plugins\
- Restart Eclipse
- If possible with command
eclipse.exe -clean
(to clean up residual files from a previous update)
- If possible with command
1.2 Related documentations
1.3 Participate in improving the SDK
- FAQ Community : Eclipse JCMS Plugin Tools
2. Change Log
v1.0.6 (25/05/2020) : https://sp-testing.jalios.com/versions/67
Evol : Nettoyage des dépendances non requises
v1.0.5 (20/05/2020) : https://sp-testing.jalios.com/versions/66
BugFix #1706: Problème de visualisation des éléments à synchroniser avec la verison 2020-03 d'Eclipse
v1.0.4 (11/01/2019) : https://sp-testing.jalios.com/versions/61
BugFix #1154: Problème de nom de webapp
BugFix #1159: Problème de classpath
BugFix #1176: Problème de Java Compiler
BugFix #1180: Création de la branche non souhaité
BugFix #1181: Remplacer le nom du plugin dans les fichiers
BugFix #1184: web.xml au auvais endroit
Evol : Changement de nom. Nouveau nom du plugin "Jalios SDK 4 Eclipse"
v1.0.3 (27/08/2018) : Initial version
3. Galaries images
Create a new plugin project starting with a given WAR file or Checkout project from SVN.
Initialize the new project, create a main plugin, create the data module, etc.
Make a first commit of the project on SVN.
Checkout project Main plugin project and/or data module from SVN then create and parameter eclipse project.
Checkout others project modules.