Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtahmasbi/java
https://github.com/rtahmasbi/java
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtahmasbi/java
- Owner: rtahmasbi
- Created: 2018-12-30T01:54:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T01:57:47.000Z (almost 6 years ago)
- Last Synced: 2023-10-19T20:46:40.172Z (about 1 year ago)
- Language: Java
- Size: 336 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java
## To compile
```
javac filename.java
```## to run
```
java filename
```
Note: filename should be the name of the class## If you use it:
```
package com.schongeproductions.texteditor;
```
then to run:
```
java com.schongeproductions.texteditor.filename
```