Re: ibm java

2010-05-28 Thread Gary
run after installation... $ sudo alien --scripts -d ibm-java-ppc-sdk-6.0-8.0.ppc.rpm ibm-java-ppc-sdk_6.0-9_powerpc.deb generated $ sudo dpkg -i ibm-java-ppc-sdk_6.0-9_powerpc.deb Selecting previously deselected package ibm-java-ppc-sdk. (Reading database ... 114105 files and directories currently

Re: ibm java

2010-05-27 Thread Rogério Brito
Hi, Gaudenz. On May 26 2010, Gaudenz Steinlin wrote: > On Wed, May 26, 2010 at 01:08:07PM -0300, Rogério Brito wrote: > > I tried to use alien to convert it a debian package (sure, > > non-compliant and all that stuff) so that a start of a debian > > packaging could be made (yes, I am lazy and I d

Re: ibm java

2010-05-26 Thread Gaudenz Steinlin
On Wed, May 26, 2010 at 01:08:07PM -0300, Rogério Brito wrote: > I tried to use alien to convert it a debian package (sure, non-compliant > and all that stuff) so that a start of a debian packaging could be made > (yes, I am lazy and I don't know enough about java to care about > properly maintai

Re: ibm java

2010-05-26 Thread Rogério Brito
On May 26 2010, David Medina wrote: > what is the link to download that?. Seriosly, i didn't find. That's always a pain, isn't it? I keep forgetting it and navigating on IBM's site is a nightmare. Anyway, it is here: http://www.ibm.com/developerworks/java/jdk/linux/download.html I tried to use

Re: ibm java

2010-05-26 Thread Martin Alfke
On 05/26/2010 04:48 PM, David Medina wrote: > what is the link to download that?. Seriosly, i didn't find. > http://www.ibm.com/developerworks/java/jdk/linux/download.html You might need to register for download. Regards, Martin -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debia

Re: ibm java

2010-05-26 Thread nello martuscielli
On Wed, May 26, 2010 at 4:48 PM, David Medina wrote: > what is the link to download that?. Seriosly, i didn't find. > http://www.ibm.com/developerworks/java/jdk/linux/download.html -nello -- Power Mac G4 AGP 450MHz - Debian PPC/CRUX PPC (32bit) -- To UNSUBSCRIBE, email to debian-powerpc-requ.

ibm java

2010-05-26 Thread David Medina
what is the link to download that?. Seriosly, i didn't find.

Re: IBM Java 5

2006-12-27 Thread Wolfgang Pfeiffer
c-32 j9vmxp3223-20061001 (JIT enabled) J9VM - 20060915_08260_bHdSMR JIT - 20060908_1811_r8 GC - 20060906_AA) JCL - 20061002 The IBM java seems to work great -- The only issue that is biting me a bit is this: -- $ java --version JVMJ9VM007E Command-line option unrecognised:

Re: IBM Java 5

2006-12-26 Thread Yves-Alexis Perez
On mer, 2006-12-27 at 09:09 +0200, Justin Hartman wrote: > I've setup Sun > before on an i386 system before but using the IBM version is new and > very foreign to me. You can just use java-package which will recognize the IBM jre and build a deb with it. -- Yves-Alexis -- To UNSUBSCRIBE, emai

IBM Java 5

2006-12-26 Thread Justin Hartman
Hello fellow PPC Debian users. I am now for the first time trying to setup and configure IBM's Java 5 on my mac mini 1.25ghz machine running Debian Sid. I've setup Sun before on an i386 system before but using the IBM version is new and very foreign to me. I'm hoping that you guys can shed some

Re: IBM Java - Package

2004-04-14 Thread Gregory Seidman
On Wed, Apr 14, 2004 at 05:49:54PM +0200, Marcin Kurek wrote: } I hear that some ppl use IBM java on PowerPC machines, I was able to found } only a RedHat rpm package that installs in a bit weird place (/opt) } } I wonder can anyone prepare a unofficial Debian package ? Also if there is

IBM Java - Package

2004-04-14 Thread Marcin Kurek
Hell[o] I hear that some ppl use IBM java on PowerPC machines, I was able to found only a RedHat rpm package that installs in a bit weird place (/opt) I wonder can anyone prepare a unofficial Debian package ? Also if there is anythink that I need to set before I will be able to run it

Re: IBM Java SDK 1.4.1

2004-01-26 Thread Sven Luther
On Sun, Jan 25, 2004 at 05:51:13PM +0100, Dalibor Topic wrote: > Frank Gevaerts wrote: > >On Sun, Jan 25, 2004 at 12:12:20AM +0100, Victor Fuente wrote: > > > >>Thank you, could you please tell me where is the JIT Documentation?? > > > > > >I posted all I know. I found it in the mailing list archiv

Re: IBM Java SDK 1.4.1

2004-01-25 Thread Kevin B. Hendricks
Hi, Possibly? The Blackdown JDK source does not come with any JIT sources but it does come with Hotspot sources but not for PPC. Would someone like me be considered "contaminated" even if there is no JIT being used (or Hotspot for that matter) for PPC since I have seen the built the Sun sourc

Re: IBM Java SDK 1.4.1

2004-01-25 Thread Dalibor Topic
Frank Gevaerts wrote: On Sun, Jan 25, 2004 at 12:12:20AM +0100, Victor Fuente wrote: Thank you, could you please tell me where is the JIT Documentation?? I posted all I know. I found it in the mailing list archives some time ago. While we are on the subject of JITs for java runtimes for Po

Re: IBM Java SDK 1.4.1

2004-01-25 Thread Frank Gevaerts
On Sun, Jan 25, 2004 at 12:12:20AM +0100, Victor Fuente wrote: > Thank you, could you please tell me where is the JIT Documentation?? I posted all I know. I found it in the mailing list archives some time ago. Frank > > >On Sat, Jan 24, 2004 at 11:16:00PM +0100, Victor Fuente wrote: > > > > >

Re: IBM Java SDK 1.4.1

2004-01-24 Thread Victor Fuente
Thank you, could you please tell me where is the JIT Documentation?? On Sat, Jan 24, 2004 at 11:16:00PM +0100, Victor Fuente wrote: Problem seems to be related to the JIT. Setting environment variable JAVA_COMPILER to NONE apparently solves the problem. That helps, but it slows every

Re: IBM Java SDK 1.4.1

2004-01-24 Thread Frank Gevaerts
On Sat, Jan 24, 2004 at 11:16:00PM +0100, Victor Fuente wrote: > Problem seems to be related to the JIT. > > Setting environment variable JAVA_COMPILER to NONE > apparently solves the problem. That helps, but it slows everything down. Try setting JITC_PROCESSOR_TYPE=6 instead. That seems to work

Re: IBM Java SDK 1.4.1

2004-01-24 Thread Victor Fuente
Problem seems to be related to the JIT. Setting environment variable JAVA_COMPILER to NONE apparently solves the problem. Hi all, i have downloaded IBM sdk 1.4.1, and when i try to run or compile applications that contain imports compilation (or run) fails with Illegal Instruction Error (SIGIL

IBM Java SDK 1.4.1

2004-01-24 Thread Victor Fuente
Hi all, i have downloaded IBM sdk 1.4.1, and when i try to run or compile applications that contain imports compilation (or run) fails with Illegal Instruction Error (SIGILL) at java.util.Hashtable.rehash(Hashtable.java(Compiled Code)). I have attached the core obtained from compilation of demo

Re: ibm java 1.4.1 and woody/sarge problems

2004-01-12 Thread Michel Dänzer
On Mon, 2004-01-12 at 21:40, Martin Kuball wrote: > > I installed the IBM Java 1.4.1 on my woody sytem. Soon I found out that I > need libstdc++5 to use it which is not yet in woody. I installed it from > sarge (together with some other libs that needed to be updated). Now when

ibm java 1.4.1 and woody/sarge problems

2004-01-12 Thread Martin Kuball
Hi! I installed the IBM Java 1.4.1 on my woody sytem. Soon I found out that I need libstdc++5 to use it which is not yet in woody. I installed it from sarge (together with some other libs that needed to be updated). Now when I start a java program with a gui I get a signal 11 in the X server

IBM Java SDK 1.4.1 and bluej 1.3.0

2003-10-25 Thread Christian Leimer
Hi! I have installed the SDK from IBM and it works from the shell. Now I try to test a little programm with bluej1.3.0 (www.bluej.org) but I can not inspect the main methode - nothing happens and bluej freezes. If I install bluej 1.2.2 everything works okay. Can somebody with the IBM SDK test if

Re: Enabling IBM Java 141 for web browsers

2003-09-18 Thread Jason E. Stewart
[EMAIL PROTECTED] (Jason E. Stewart) writes: > [EMAIL PROTECTED] writes: > > > On Tue, Sep 16, 2003 at 08:19:44PM +0200, Pander wrote: > > > Hi all, > > > > > > I have installed IBMJava2-ppc-141 and it works great although it doens't > > > run applets in mozilla and konquerer. What do I need to

Re: Enabling IBM Java 141 for web browsers

2003-09-18 Thread Jason E. Stewart
"Kevin B. Hendricks" <[EMAIL PROTECTED]> writes: > As far as I know, the IBM jdks do not come with a Mozilla plugin so > they won't work with Mozilla period. > > You should be able to use in in Konqueror just by opening it up and editing > its setting and changing the path to find java in the se

Re: Enabling IBM Java 141 for web browsers

2003-09-18 Thread Jason E. Stewart
[EMAIL PROTECTED] writes: > On Tue, Sep 16, 2003 at 08:19:44PM +0200, Pander wrote: > > Hi all, > > > > I have installed IBMJava2-ppc-141 and it works great although it doens't > > run applets in mozilla and konquerer. What do I need to do to get this > > working? > > > > I have already > > JA

Re: Enabling IBM Java 141 for web browsers

2003-09-17 Thread Sander van Geloven
Kevin B. Hendricks wrote: Hi, As far as I know, the IBM jdks do not come with a Mozilla plugin so they won't work with Mozilla period. You should be able to use in in Konqueror just by opening it up and editing its setting and changing the path to find java in the settings. I have the f

Re: Enabling IBM Java 141 for web browsers

2003-09-16 Thread W. Crowshaw
I'm been using IBM ppc jdk 141 for sometime and it works okay. I would advise against using the IBM's jit (at least on my oldworld upgrade to a G3). Performs is dramatically reduced with the jit. Go figure! The only other problem I have encountered is that it won't run freenet (sadly). On Tue,

Re: Enabling IBM Java 141 for web browsers

2003-09-16 Thread erik
On Tue, Sep 16, 2003 at 08:19:44PM +0200, Pander wrote: > Hi all, > > I have installed IBMJava2-ppc-141 and it works great although it doens't > run applets in mozilla and konquerer. What do I need to do to get this > working? > > I have already > JAVA_COMPILER=NONE > JAVA_HOME=/opt/IBMJava2-pp

Re: Enabling IBM Java 141 for web browsers

2003-09-16 Thread Kevin B. Hendricks
Hi, As far as I know, the IBM jdks do not come with a Mozilla plugin so they won't work with Mozilla period. You should be able to use in in Konqueror just by opening it up and editing its setting and changing the path to find java in the settings. >From there you should be good to go. If you

Enabling IBM Java 141 for web browsers

2003-09-16 Thread Pander
Hi all, I have installed IBMJava2-ppc-141 and it works great although it doens't run applets in mozilla and konquerer. What do I need to do to get this working? I have already JAVA_COMPILER=NONE JAVA_HOME=/opt/IBMJava2-ppc-141 Thanks, Pander