Home
Home
    • Blog
    • Clinic
    • Contact
    • Download
    • Video
    • Login

Poll

Favourite console text editor in Ubuntu:

LXer -- Linux and Open Source News

  • Equinox Introduces 2 Other Brilliant Themes, Installation Made Easy via PPA
  • First Alpha of uTorrent Server for Linux Released
  • A Linux Demo For Amnesia: The Dark Descent
  • Fedoraproject.org redesign looking really, really great
  • How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04
more

Linux Today

  • Editor's Note: Holiday Tech Fun
  • Mint 9: Minty fresh Linux
  • Amnesia: The Dark Descent Demo Released!
  • Android: the return of the Unix wars?
  • Songbird 1.8.0 adds support for more devices
more

Linux Insider

  • Tablet Skirmish Heats Up With Toshiba Entry
  • Samsung's Galaxy Whirls Into the Tablet Universe
  • Sony's Shocking 'Other OS' Win and Suspect Distro Popularity Trends
  • 2 Smart Backup Apps Show You the Way to Go Home
  • Cloud Computing Calms Open Source Warfare
more

Java

How to install Sun Java in Ubuntu 10.04 - the easiest way

Submitted by k4tz on Mon, 06/28/2010 - 12:06
  • Blog
  • Java
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1517979

First, we need to enable Canonical's so-called "partner" repository which includes popular non-free software like Skype, Google Earth or Sun Java. Afterwards we can install all those applications just like you are used to with every other application:

  • k4tz's blog
  • Add new comment
  • Read more

When Javascript became the world's new CPU

Submitted by k4tz on Thu, 12/10/2009 - 10:55
  • Java
  • Linux World
  • Software

Source: http://www.freesoftwaremagazine.com/columns/when_javascript_became_world...

The computing world is always very unpredictable. That must be why there is a small number of people who make large amounts of money from it: they are in the right (unpredictable) place, at the right (unpredictable) time. Who would have ever guessed that Javascript, a simple scripting language initially thought as a simple means to make web pages “cooler”, would become… drum roll… the world’s new CPU?

  • Add new comment
  • Read more

How to enable java in 64-bit versions of Firefox

Submitted by k4tz on Fri, 04/17/2009 - 10:19
  • Blog
  • Firefox
  • Java
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1102050

As many of you have probably discovered the jre available from the Ubuntu repository does not contain a 64-bit java plugin for 64-bit browsers. This means that you have to manually download, extract, and install the 64-bit plugin yourself if you want to be able to view java applets in 64-bit versions of Firefox. While this is not necessarily a cumbersome task it is certainly an inconvenience so I eventually ended up creating a deb package to automate this task. Unfortunately due to Sun's software license I can't redistribute the jre so making the deb package available for download isn't possible. However I have posted the instructions below on how to create your own deb packge which makes for an incredibly easy installation of the 64-bit java plugin.

  • k4tz's blog
  • Add new comment
  • Read more

In a Desert, TV-Browser is an EPG Oasis

Submitted by k4tz on Fri, 04/17/2009 - 10:12
  • Free Software
  • Java
  • Linux
  • Linux World

Source: http://www.freesoftwaremagazine.com/columns/desert_tv_browser_epg_oasis

It is not often that you fail to find half a dozen free software programs to fill a particular niche -browsers, e-mail clients or file managers to name a few; so it was with both surprise and disappointment that I nearly drew a blank in my search for an Electronic Programme Guide (EPG) for GNU/Linux. Yes, Freevo and MythTV have this feature built in, but installing and configuring them just to get your mitts on an EPG looks like overkill. I wanted a simple, stand-alone EPG programme. I got TV-Browser and I got a hell of a lot more than I bargained for. If you install it, you will too.

  • Add new comment
  • Read more

Manually installing the JDK 6 Update 13 in Ubuntu

Submitted by k4tz on Fri, 04/03/2009 - 13:24
  • Blog
  • Java
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1113039

1) Introduction

This tutorial is meant to help someone install the latest version of the JDK, currently the JDK 6 Update 13. Included in the tutorial is the installation of the JDK itself, as well as installation of the included JRE and Java Web Plugin for Firefox. The instructions may work for other versions of the JDK. Please use your own discretion when deciding whether to use this tutorial with other versions of the JDK. It should be noted that this tutorial also deals with the installation of the new 64 bit Java Web Plugin.

  • k4tz's blog
  • Add new comment
  • Read more

Installing BlueJ and Jdk in Ubuntu

Submitted by k4tz on Mon, 02/09/2009 - 12:47
  • Clinic
  • Java
  • Ubuntu

Question:

Hi, I'm trying to install BlueJ so I can do all of my programming in Linux instead of c++ in Linux and Java in Windows.
So far I've used sudo apt-get install openjdk-6-jre-headless
to get my jdk installed, but I'm stumped on installing BlueJ. The installation instructions on their website says to use the command path/to/jdk/bin/java -java bluej-250.jar
My path to jdk seems to be etc/java-6-openjdk I could be wrong if theres another folder somewhere else, but in this folder there is no bin path. So I get a /bin/java not found error, if I leave out the path/to/jdk part it says -java command not recognized.

  • k4tz's blog
  • Add new comment
  • Read more

Installing Vuze on 32bit and 64bit Ubuntu

Submitted by k4tz on Tue, 12/30/2008 - 14:27
  • Blog
  • Java
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1024583

Vuze (formally Azureus) is not available as a standard deb.
These instructions will get you up and running on 32bit and 64bit ubuntu.

Install Java

If you don't have it you will need java 1.6 or better
to find your current version open a terminal

Code:
java -version
  • k4tz's blog
  • Add new comment
  • Read more

Installing Java and Firefox plugin for 64-bit in Ubuntu

Submitted by k4tz on Wed, 12/24/2008 - 11:00
  • Blog
  • Firefox
  • Java
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1019314

This tutorial was written specifically for Java 1.6.0_12, but should work fine on future revisions.

Installing Java for 64-bit

Begin by downloading Java from Sun. Download Here (Linux x64 self-extracting JRE file)

or paste this command into the terminal:

Code:
wget -c 'http://www.java.net/download/jdk6/6u12/promoted/b02/binaries/jre-6u12-ea-bin-b02-linux-amd64-08_dec_2008.bin'
  • k4tz's blog
  • Add new comment
  • Read more

JDownloader - error java version

Submitted by k4tz on Fri, 11/21/2008 - 11:08
  • Clinic
  • Java
  • Ubuntu

Question:

Hello, i used to be able to run JDownloader with no problems in Hardy Heron, but i've recently installed Intrepid and since then im unable to use it. There seems to be a problem with my java version, although everything else(java-related) works well. I get this message when trying to run JDownloader:

You useses a wrong Java version. Please use a original Sun Java. Start jDownloader anyway?
Your Java Version:
Runtime Name
icedtea6 1.3.1 (6b12-0ubuntu6) runtime environment
Runtime Version
1.6.0_0-b12

  • k4tz's blog
  • Add new comment
  • Read more

Install java 1.6.0_07 in Ubuntu

Submitted by k4tz on Fri, 10/03/2008 - 07:05
  • Clinic
  • Java
  • Ubuntu

Question:

Hi all, I need to install java 1.6.0_07 to use in it firefox (for the sake of a particular web page using digital cetificates ... doesn't matter really). Synaptics has versions 05 and 06 only.

Regarding current version 07, I saw at java.com a ".rpm" package and and ".bin" to install in linux, this one with a rather complicated installation procedure. I never used "alien", and I'm afraid of doing a bad install (I really need this for my business). So my question:

Does anyone know an easier procedure to install java07 in ubuntu?

  • k4tz's blog
  • Add new comment
  • Read more
  • 1
  • 2
  • next ›
  • last »

Recent blog posts

  • How to install PHP-GTK in Ubuntu 10.04 Lucid Lynx
  • Download Linux Mint 9 "Xfce"
  • ISO Booting with Grub 2 in Ubuntu
  • Howto Fix Rhythmbox Iphone + Ipod Sync Issues in Ubuntu
  • How to install Ubuntu 10.04 on Thinkpad x201
  • Fix for Audio Problem in Dell Studio 1450 in Ubuntu 10.04 (lucid lynx)
  • Howto optimize Flash in Firefox on Ubuntu
  • HP Laserjet P1006 Printer not Working on Ubuntu
  • How to get video recording working with Acer Crystal Eye Webcam on Ubuntu
  • Reset your Windows password and edit the Windows Registry from Ubuntu
more

Linux World

  • Net Neutrality: what does the Google Verizon proposal mean for GNU Linux?
  • Why can't free software lead to hardware innovation?
Archive Syndicate content

Recent comments

  • Re
    34 weeks 4 days ago
  • Re
    34 weeks 4 days ago
  • Re
    35 weeks 4 days ago
  • Re
    36 weeks 21 hours ago
  • Re
    36 weeks 5 days ago
  • Re
    36 weeks 5 days ago
  • Re
    37 weeks 1 hour ago
  • iwl3945
    38 weeks 4 days ago
  • HomeBank
    50 weeks 5 days ago
  • KMyMoney and direct connect to banks
    1 year 2 weeks ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme