Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeankundev/thinkjava

An active Java IDE coded in C# for students, hobbyists, teams, friends and companies. Fetaures invalid lines, error list, project explorer, auto completion (Senzo), applet maker, game maker for busy people or individuals.
https://github.com/zeankundev/thinkjava

Last synced: 4 days ago
JSON representation

An active Java IDE coded in C# for students, hobbyists, teams, friends and companies. Fetaures invalid lines, error list, project explorer, auto completion (Senzo), applet maker, game maker for busy people or individuals.

Awesome Lists containing this project

README

        

# ThinkJava
An active Java IDE coded in C# for students, hobbyists, teams, friends and companies. Fetaures invalid lines, error list, project explorer, auto completion (Senzo), applet maker, game maker for busy people or individuals. IDE project made for sixth grade elementary school project and for everyone. [Official website here.](https://zeanfender119.wixsite.com/thinkjava)




[![Download ThinkJava. The Professional Java IDE](https://img.shields.io/sourceforge/dm/thinkjava-ide.svg)](https://sourceforge.net/projects/thinkjava-ide/files/latest/download)
[![Download ThinkJava. The Professional Java IDE](https://img.shields.io/sourceforge/dt/thinkjava-ide.svg)](https://sourceforge.net/projects/thinkjava-ide/files/latest/download)

Logo


## What's new?
:pushpin: In Build 155 (1st July 2021 5:32 PM GMT +7)


:heavy_check_mark: Newer start screen

:heavy_check_mark: Greeting text at start page according to date and time set on PC.


:heavy_check_mark: Build version at start page. You can now contact the developer or report any error that requires your build version such as bug fix submission and etc.


:speech_balloon: Feedbacks are welcome by filling this [Google Form here.](https://forms.gle/V8GF3tsW4jnztFKF6)

## How to use and modify?
1. First, type the following code to your Command Prompt or Git Bash
```
git clone https://github.com/zeankundev/ThinkJava/
```
***Note: if you want to make your own IDE based on ThinkJava, you may fork this repository.***


How to do?
* Fork this repository
* Open GitHub Desktop and clone the repo that you just have forked
* Open your cloned repository and open the .sln file. ***Note: i am looking for instructions on how to open .sln files on monodevelop.***

To get the latest version of the code, run this in your terminal.
```
git pull
```
2. Direct it to your project folder
```
cd ThinkJava
```
3. Open the .sln or .csproj file of ThinkJava or you can do the following in your terminal
```
dotnet run --project ThinkJava
```
4. Enjoy our demos or make some Java projects.


Question, feedback? Email me at [email protected].


Want to make ThinkJava better by improving the code? Email me at [email protected] along with your GitHub username to be a contributor.


Have fun using ThinkJava!