Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.25 KB

updates.rst

File metadata and controls

25 lines (18 loc) · 1.25 KB

Important Updates and Changelogs

From 11 Apr 2014, will not include any packages inside its package. This helps install and update faster but still maintaining default features. will automatically download and install necessary packages (Java SE) at startup since users install usually already connected to the internet.

Development Build

  • Javatar now have its own Java parser, you can play with it via Development Section... > Parse Document (more informations about grammar on javatar_grammar)

Stable Build

  • Javatar now nest project settings inside "Javatar" key
  • Javatar will automatically detect installed JDK and will automatic select the best one (more details on jdk_detection)
  • New menu section, Javatar Settings
  • New feature, Run main class. Can be accessed via Development Section... > Builds: Run Main Class (more details on javatar_shell)
  • Build now put all .class files in "bin" directory and support dependencies (more informations about dependencies in projects)
  • Project/Package/Class Build improvements (now support multiple files building and error logs)
  • Fix path not working properly