# SquirrelJME * Copyright (C) 2013-2018 Stephanie Gawroriski * Copyright (C) 2013-2018 Multi-Phasic Applications * _Lex_ (The SquirrelJME Mascot) was drawn by... * "_Puppenstein_" * Support me on [Patreon](https://www.patreon.com/XerTheSquirrel)! **SquirrelJME** is intended to be a Java ME 8 compatible environment for strange and many other devices. That is, you would be able to have a Java environment on a wide range of _Internet of Things_ devices, older computers (such as the _Amiga_), embedded devices, and mobile devices from old to new. It intends to be 99.9% compatible with Java ME 8 and older J2ME standards. It should be able to run a wide range of older J2ME software which would enable this software to be used for archival purposes. It is written purely in Java and requires only a Java compiler and virtual machine for it to be built. * [Building](building.mkd) * [Changelog](changelog.mkd) * [Code of Conduct](code-of-conduct.mkd) * [Contributing](contributing.mkd) * [Design Document](design.mkd) * [Developer Notes](assets/developer-notes/index.mkd) * [History](history.mkd) * [License](license.mkd) * _Source_: GNU General Public License, Version 3 or later * _Assets_: Creative Commons CC-BY-SA 4.0 * [Release Route](route.mkd) * [Project Scope](scope.mkd) * [SquirrelJME As A Runtime](asruntime.mkd) ## I Am Open For Hiring **SquirrelJME** is a hobby project (which means I work on it in my spare time) and as such does not sustain me monetarily. What does sustain me is a job in retail at big box stores. If you do like my work please also be advised that I am available for hire to work on a number of other projects potentially. Most of my experience for languages is in _C_, _Java_, and _POSIX Shell_. Although I do not mainly use other languages they can be learned by adapting my current experience with those languages. **SquirrelJME** itself mostly relates to embedded, compiler, and Java development. I prefer remote development as it allows me to work from home rather than spending time commuting every day (which wastes time). Interest can be e-mailed to me (Stephanie Gawroriski) at . ## Repository * [Online repository](http://multiphasicapps.net/) ([HTTPS](https://multiphasicapps.net/), [Tor (A)](http://squirrelzarhffxz.onion/), [Tor (B)](http://squirrelmfbf2udn.onion/)) * SquirrelJME uses `fossil` . * The repository may be cloned using Fossil: * One of these commands: * `fossil clone -u http://multiphasicapps.net/ squirreljme.fossil` * `fossil clone -u https://multiphasicapps.net/ squirreljme.fossil` * `fossil clone -u http://squirrelzarhffxz.onion/ squirreljme.fossil` * `fossil clone -u http://squirrelmfbf2udn.onion/ squirreljme.fossil` * `mkdir squirreljme` * `cd squirreljme` * `fossil open ../squirreljme.fossil` * Alternatively via [GitHub](https://github.com/XerTheSquirrel/SquirrelJME): * `git clone https://github.com/XerTheSquirrel/SquirrelJME` * `cd SquirrelJME` * Trunk Source Snapshot (`fossil serve` only): * [TAR.GZ](/tarball/squirreljme-trunk.tar.gz?uuid=trunk) * [ZIP](/zip/squirreljme-trunk.zip?uuid=trunk) ## Links * Locations where you can get support: * [Discord](https://discord.gg/SqhNpjf) * Front facing social media: * [YouTube](https://www.youtube.com/channel/UCbmC7qQjeXUEUyE5XfDX5RA) * Personal Accounts (If you wish to contact me this way) * [GitHub](https://github.com/XerTheSquirrel/) * [Keybase](https://keybase.io/xerthesquirrel) * [LinkedIn](https://www.linkedin.com/in/xerthesquirrel/) * [Twitter](https://twitter.com/MultiPhasicApps) ## Goals * _To be self-hosting_ - it can build itself while running on itself, provided there is a filesystem and enough memory. * _To be small_ - Smaller programs are easier to maintain and are usually simpler. * _To be fast_ - With the potential of AOT/JIT, systems that do not normally have a port of an existing virtual machine will usually only have an interpreter. * _To be compatible_ - So that existing Java ME 8 applications can run on this virtual machine, along with J2ME applications when required. This has the added bonus of allowing one to use older software to catalog for preservation. * _To compile once and run anywhere_ - Current and up to date Java implementations are limited only to a few select systems (_Solaris_, _Linux_, _BSD_, _Mac OS X_, and _Windows_). Java ME 8 as of this writing only supports the *FRDM-K64F* and the *Raspberry Pi*. There are multitudes of devices that support **J2ME**, however that is horribly out of date when compared with the Java that is used today (**J2ME** is equal to Java 1.4 which was released in _2002_). ## Donations You may donate to SquirrelJME to which would be used by the author to keep the web server online, the purchasing of new hardware/software, and for the purchasing of food items for consumption. * [Patreon](https://www.patreon.com/XerTheSquirrel) * BitCoin (**BTC/XBT**): [`13UYwi2zuQd8NLhjyu1BA7a8NWktDotmq4`]( bitcoin:13UYwi2zuQd8NLhjyu1BA7a8NWktDotmq4) * Ethereum (**ETH**): [`0xf9C7d3a5496E66140de099EEFBa1eD8446b319d2`]( ethereum:0xf9C7d3a5496E66140de099EEFBa1eD8446b319d2) * LiteCoin (**LTC**): [`Lf7d8X9LQ6GMTuwUMtnDqzqdsmQ4W5mN6i`]( litecoin:Lf7d8X9LQ6GMTuwUMtnDqzqdsmQ4W5mN6i) ## Important Statements ***JAVA AND ALL OTHER RELATED TRADEMARKS AND COPYRIGHTS ARE OWNED BY ORACLE CORPORATION .*** ***SQUIRRELJME IS NEITHER PRODUCED BY NOR ENDORSED BY ORACLE CORPORATION.*** ***ALL SOURCE CODE IS WRITTEN BY MYSELF WITH FUNCTIONALITY DETERMINED BY THE DOCUMENTED APIS AND RUN-TIME BEHAVIOR. I HAVE NOT LOOKED AT THE SOURCE CODE FOR OTHER IMPLEMENTATIONS, NEITHER FREE SOFTWARE NOR PROPRIETARY IMPLEMENTATIONS. ESSENTIALLY SQUIRRELJME IS A CLEAN-ROOM IMPLEMENTATION OF THE DESIGN OF JAVA ME 8. THE IMPLEMENTATIONS OF THE JAVA ME 8 APIS AND ASSOCIATED JSRS/JEPS IS CONSIDERED BY MYSELF TO BE IN THE FAIR USE (AND IT ALSO HELPS THE JAVA ECOSYSTEM BY PERMITTING IT TO RUN IN MORE PLACES WHERE IT IS NOT SUPPORTED BY ORACLE).*** ***THIS SOFTWARE IS INCOMPLETE AND IN ITS CURRENT STATE IS NOT CURRENTLY 100% COMPATIBLE WITH JAVA ME 8. THERE ARE CURRENTLY NO RELEASED VERSIONS OF THIS SOFTWARE. AS SUCH THE FIRST RELEASE WILL BE WHEN IT IS COMPATIBLE SO AS TO NOT VIOLATE POTENTIAL LICENSES, AND IF POSSIBLE BE VERIFIED WITH ANY APPLICABLE TCKS (SO IT WOULD BE AN "OFFICIAL" IMPLEMENTATION).***