Friday, December 21, 2007

How To Get Rid Of Dark Spots On Lcd Screen

[HOW TO] How to install NetBeans 6.0 on Ubuntu Linux

In the previous post had given the news about the release of version Final
Netbeans 6.0. And surfing the net a bit, I saw that there are many who do not know how to install this magnificent IDE (Integrated Development Environment) from the file extension. Sh is available for operating systems GNU / Linux.

Thus, this paper will describe briefly, and step by step ", the way how to install Netbeans IDE 6.0 on your favorite Linux distribution, including Ubuntu.

But first, it is important to note that, for proper or optimal functioning should be considered the system requirements, taking into account, of course-the minimum requirements in terms of Hardware and Software concerns.

Among the most important, to avoid installation problems, is to have our system installed in the Java SE JDK version 1.5.0_14 (5, Update 14) or higher (including JDK 6, Update 3).

Let's go to the above:

1) Download Netbeans

As is already known, NetBeans is characterized by providing "packages" downloads, which are not other things that the base of the IDE with additional tools, which categories are: Web & Java EE, Mobile Applications, Java SE, Ruby, C / C + +, all in one (full version).


As in the first instance, we downloaded the file varies according to the particular needs of each. Personally, I recommend downloading the full version (all packages) to make it available at any time.

can download the full version with:

~ / $ wget-c descargas/netbeans6.0 http://download.netbeans.org/netbeans/6.0/final/bundles/netbeans-6.0-linux.sh

2) Installing NetBeans

2.1) Once downloaded the file, proceed to execute it as follows:

~ / $ sudo descargas/netbeans6.0 netbeans-6.0-bash linux.sh

Notes that, if all goes well, will have output like this in the terminal:

~ / $ sudo bash descargas/netbeans6.0 netbeans-6.0-linux.sh
Password :
Configuring the installer ...
Searching for JVM on the system ...
Extracting installation data ... Running the installer wizard
...

And then, you get the wizard that will guide you through installation.


2.2) note that the default installation of the full version, install all packages:


If you only need one package individual, such as Web development and Java EE, or otherwise do not have much disk space, proceed to customize the installation by clicking on Customize ...

so selected packages required for Web Development with Java EE + Apache Tomcat.



2.3) Accept the License.

Since NetBeans is governed by the terms of the GNU GPL V2, we can not agree more ;-)
accept it

2.4) Installation Folder.
note the default location for the installation of NetBeans is / usr/local/netbeans-6.0 , we can change it if they want.
Similarly, if we have two or more can choose JDK's right for our IDE.


As we choose to install Tomcat (in preferences), we can change the location of the folder that has by default.

2.5) begin the installation

For that, see a summary of what will be done in the installation and immediately start it.





If all Installation went well, then observe:


3) Running NetBeans

Once installation is complete (in the folder you specified), run the IDE.

Assuming the installation folder is not changed, execute the following:

~ $ / usr/local/netbeans-6.0/bin/netbeans




Simple, right ?
now to schedule! xD

Monday, December 3, 2007

Lafayette Cb Colorado

NetBeans 6.0 is now available

With a timely worthy of imitation, today released the version 6.0 of NetBeans.

NetBeans IDE is a free , ie Integrated Development Environment Open source software developers. So that we can get all the tools you need to create professional desktop, enterprise, mobile applications and also for the Web, using this programming language Java, C / C + + and even Ruby. The concerned IDE runs on many platforms including Windows, Linux, Mac OS X and Solaris, it is easy to install and use.

NetBeans version 6.0 includes significant enhancements in addition to new features, including a rewritten infrastructure completely from the editor, support for multiple languages, new productivity features and a streamlined installation process that can install and easily configure the IDE to suit our needs exactly.

This is good news no doubt for those who are immersed in the world of software development. More so for those expecting the launch of this new version (like me).

Soon I'll be describing in a little more detail about the new things that bring this magnificent tool.

No more to say at the moment, I invite you to download the brand new version .

Sunday, December 2, 2007

Coeliac Axis Compression Syndrome

Physics

In this post I will talk about one of the open source projects that caught my attention, because its main purpose is to provide libraries that allow us to simulate, taking into account the field of physics, the behavior of various objects and interactions that may exist between them, when, for example, there is a collision, or free fall acceleration due to a force, etc.. The project in question is called Box2D .

Box2D physics engine is open source, written primarily for games. As the name suggests, Box2D is purely a 2D engine. However, it is a project that has grown beyond its beginnings in which was limited to simulation, and can now handle convex polygons and other shapes available in the not too distant future.

Examples of features that provide the libraries Box2D, the next animation allows us to move various objects such as boxes, spheres, pendulums, among others, simply by using the mouse. You use the directional pad (<- y ->) for a change of scenery.


podigo
As you see, the demos of these libraries can be challenging to understand some concepts. It also can be used to create some animation or application related to the field of physics in 2D.