Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rtahmasbi/java


https://github.com/rtahmasbi/java

Last synced: about 6 hours ago
JSON representation

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
```