Skip to content

This is a Javafx application which uses the java process class to carry out various process's. To be more specific, this application will use the process class in order to execute java code then compile, run and provide the necessary outputs. in addition the system will handle both compile time and runtime errors with the aid of getErrorStream()…

License

Notifications You must be signed in to change notification settings

Chamal-Peiris/simple-java-app-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Java Application Runner

This is a Javafx application which uses the java process class to carry out various process's. To be more specific, this application will use the process clas inorder to execute java code then compile, run and provide the necessary outputs. in addition the system will handle both compile time and runtime errors with the aid of getErrorStream() method

How to use this repo?

  1. Clone the repository first 'git clone'

https://github.com/Chamal-Peiris/simple-java-app-runner.git

  1. Once cloned, open the repository from any prefered IDE

  2. Build and Run!

Prerequisites

1.Use JDK 1.8

Main User Interface

Compile Time Errors

Run Time Errors

Usage

  • This Application Can Be Used to simply compile and run any java code.
  • It will alert you with both compile and runtime errors.

License

Version 1.0 , 25 February 2022

Copyright © copy; 2022 Chamal Peiris. All rights reserved.

Licensed under the MIT license

Acknowledgements

About

This is a Javafx application which uses the java process class to carry out various process's. To be more specific, this application will use the process class in order to execute java code then compile, run and provide the necessary outputs. in addition the system will handle both compile time and runtime errors with the aid of getErrorStream()…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages