Plarpebu 1.1 : netbeans and eclipse projects

De $1

Version de 15:15, 26 Avr 2024

cette version.

Revenir à liste des archives.

Voir la version actuelle

Introduction

Ok, here are some ready to go projects for plarpebu :

Netbeans project

 How to run / compile under netbeans :

Unrar the archive, you should get a Plarpebu1.1 directory. Open it with netbeans (I'm using the netbeans 6.8 version with jdk 1.6_17), you should get :

Snap1.jpg

Notice that almist every package has "plugins" in its name !!! Yep, nearly everything is a plugin... long story...

To run it, you can not right-click the project and choose run in the menu. Go to the "Files tab", open the Plarpebu1.1 directory in the tree, and right click the build.xml file, that is in fact a makefile for the ant tool. Then choose run target, and choose run to run the project (it will compile if necessary the modified files), or just compile, etc...

Snap2.jpg

I'll try to explain what package does what and what each source file does, work in progress... Good luck !

Package explanations

There are several high level packages :

player.com.plarpebu contains the main files for the player (non graphic) :

Snap3.jpg