// archives

eclipse

This tag is associated with 3 posts

Use svn with Eclipse Galileo on Ubuntu 9.10

After wasting a lot of time myself, I thought this could serve some other people… So here’s how I did it : First install the Subclipse plugin Run sudo eclipse (that will install plugins system-wide) Eclipse > Install new software > Add Name = “whatever” Location = http://subclipse.tigris.org/update_1.6.x OK Work with: “whatever” Select these to install [...]

How to use QT Jambi from within Eclipse

This article is part 2/2 of using QT Jambi within Eclipse. Click here to read the first part of this article, “Getting started with QT Jambi on Linux”. The present article you will learn how to design forms within eclipse and structure your QT code using the MVC pattern : File > New > Other > [...]

Getting started with QT Jambi on Linux

In this article I’ll explain how to install QT Jambi and write your first Hello world program. Installation of QT Jambi SDK Quick Overview of the SDK Integration with Eclipse Your first Jambi Program Jambi Links Installation of QT Jambi SDK First, you need to download the “Qt Jambi – Java bindings Binaries” for your [...]