Skip to content

jnode-integration/classlib6

This branch is 19 commits behind jnode/classlib6:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
lsantha
Nov 10, 2013
8af00f5 · Nov 10, 2013
Nov 10, 2013
Feb 16, 2013
Feb 17, 2013
Apr 11, 2009
Aug 19, 2012
Apr 11, 2009
Apr 11, 2009
Feb 16, 2013
Apr 11, 2009
May 7, 2009
Apr 11, 2009
Apr 11, 2009
Feb 16, 2013
Apr 11, 2009
Sep 23, 2012
Apr 11, 2009

Repository files navigation

Welcome to JNode!

Version: $Id: README.txt 4408 2008-08-07 19:36:11Z lsantha $

In this file, you find the instructions needed to setup a JNode development environment.

Sub-Projects
------------

JNode has been divided into several sub-projects in order to keep it "accessible". These sub-projects are:

JNode-All   The root project where everything comes together
JNode-Core  The core java classes, the Virtual Machine, the OS kernel and the Driver framework
JNode-FS    The Filesystems and the various block device drivers
JNode-GUI   The AWT implementation and the various video & input device drivers
JNode-Net   The Network implementation and the various network device drivers
JNode-Shell The Command line shell and several system commands

Each sub-project has the same directory structure:

<subprj>/build       All build results 
<subprj>/descriptors All plugin descriptors
<subprj>/lib         All sub-project specific libraries
<subprj>/src         All sources 
<subprj>/.classpath  The eclipse classpath file
<subprj>/.project    The eclipse project file
<subprj>/build.xml   The Ant buildfile

Eclipse
-------

JNode is usually developed in Eclipse. (It can be done without)
The various sub-projects must be imported into eclipse. Since they reference each other, it is advisably to import them in the following order:

1) JNode-Core
2) JNode-Shell
3) JNode-FS
4) JNode-GUI
5) JNode-Net
6) JNode-Builder
7) JNode-All

Building
--------

Execute:

On Windows:  build.bat cd-x86-lite
On Linux:    build.sh cd-x86-lite

Or in Eclipse, execute the "cd-x86-lite" target of all/build.xml.

The build will result in the following files:

all/build/cdroms/jnode-x86-lite.iso         bootable CD image
all/build/cdroms/jnode-x86-lite.iso.vmx     VMWare configuration file

Questions
---------

If you have any questions, please post them to the forums at www.jnode.org
or to the IRC channel #JNode.org@irc.oftc.net
 
 -- The JNode Team --
 

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.1%
  • HTML 0.9%
  • JavaScript 0.0%
  • Lex 0.0%
  • CSS 0.0%
  • C++ 0.0%