Re: Problemas com Java Virtual Machine

2008-03-11 Thread João Olavo Baião de Vasconcelos
2008/3/11 Danilo Tazinaffo Androcióli [EMAIL PROTECTED]:

 Outra, o jre que baixei da SUN é extensão .bin, acho
 que não tem problemas, pois instalo com sh, ok?


De um:
*sudo update-alternatives --config java*

e selecione a opção referente a máquina virtual instalada. Não precisa
modificar nada no .bashrc, caso seja feito desse jeito.

Falous!!
-- 
João Olavo Baião de Vasconcelos
Bacharel em Ciência da Computação
Mestrado em Informática @ UFES
joaoolavo.wordpress.com


Re: Problemas com Java Virtual Machine

2008-03-10 Thread Danilo Tazinaffo Androcióli
Olá, não consgui entender direito o que devo fazer.
Esta variável aqui é .bashrc, e nela devo colocar
estas linhas só que preciso mudar este caminho da
primeira linha, ok?
Outra, o jre que baixei da SUN é extensão .bin, acho
que não tem problemas, pois instalo com sh, ok?
Se for isso, continua sem funcionar.

--- Pergentino Araújo [EMAIL PROTECTED]
escreveu:

 Baixe a JRE no site da SUN, descompacte em uma
 pasta, e crie uma variavel no
 teu ~/.bash_rc com a seguinte linha:
 export JAVA_PATH=/usr/local/java
 export CLASSPATH=.:$JAVA_HOME/lib
 export PATH=$JAVA_HOME/bin:$PATH
 
 com isso, você está apto a chamar o mercury no
 console/terminal.
 
 Espero ter ajudado.
 
 []'s
 
 
 On 3/8/08, Danilo Tazinaffo Androcióli
 [EMAIL PROTECTED] wrote:
 
  Boa tarde pessoal. Estou tentando rodar o Mercury
 mas
  está aparecendo a seguinte admertência:
 
  No Java virtual machine could be found from your
 PATH
  environment variable.  You must install a VM prior
 to
  running this program.
 
  Não consigo encontrar nada bem relatado sobre este
  tipo de problema, então estou recorrendo à lista.
 
  Qual pode ser o problema, e qual a possível
 solução???
  Grato!
 
  Danilo Tazinaffo Androcióli
  Engenharia Mecânica - UNESP/Ilha Solteira-SP
  Utilize Linux, seja livre!
 
 
 
 
 
   Abra sua conta no Yahoo! Mail, o único sem
 limite de espaço para
  armazenamento!
  http://br.mail.yahoo.com/
 
 
  --
  To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]
 
 
 


Danilo Tazinaffo Androcióli
Engenharia Mecânica - UNESP/Ilha Solteira-SP
Utilize Linux, seja livre!





  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para 
armazenamento!
http://br.mail.yahoo.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Problemas com Java Virtual Machine

2008-03-08 Thread Danilo Tazinaffo Androcióli
Boa tarde pessoal. Estou tentando rodar o Mercury mas
está aparecendo a seguinte admertência:

No Java virtual machine could be found from your PATH
environment variable.  You must install a VM prior to
running this program.

Não consigo encontrar nada bem relatado sobre este
tipo de problema, então estou recorrendo à lista.

Qual pode ser o problema, e qual a possível solução???
Grato!

Danilo Tazinaffo Androcióli
Engenharia Mecânica - UNESP/Ilha Solteira-SP
Utilize Linux, seja livre!





  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para 
armazenamento!
http://br.mail.yahoo.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problemas com Java Virtual Machine

2008-03-08 Thread Angelo M. S.
Em Saturday 08 March 2008 15:23:03 Danilo Tazinaffo Androcióli escreveu:
 Boa tarde pessoal. Estou tentando rodar o Mercury mas
 está aparecendo a seguinte admertência:

 No Java virtual machine could be found from your PATH
 environment variable.  You must install a VM prior to
 running this program.

 Não consigo encontrar nada bem relatado sobre este
 tipo de problema, então estou recorrendo à lista.

 Qual pode ser o problema, e qual a possível solução???
 Grato!

 Danilo Tazinaffo Androcióli
 Engenharia Mecânica - UNESP/Ilha Solteira-SP
 Utilize Linux, seja livre!





   Abra sua conta no Yahoo! Mail, o único sem limite de espaço para
 armazenamento! http://br.mail.yahoo.com/

Parece que vc não tem o JRE instalado no pc!

Se a sua distribuição for Debian 32bits existe os plugins no repositório 
oficial do debian,

sun-java5-jre

existe tb a versão 6 do mesmo pacote no lenny.

-- 


Angelo M. S.
msn messenger, e-mail: [EMAIL PROTECTED]
icq: 152 406 595
google talk: angelo.magno.silva



Re: Como faço para instalar o Java Virtual Machine

2006-10-23 Thread Guilherme Rocha

Em 23/10/06, Nelson Moreno Machado[EMAIL PROTECTED] escreveu:

Olá,

Gostaria de saber outro jeito de instalar o Java Virtual Machine pois
tentei pelo apt e pelo ddownload do site o pacote linux, mas nenhum
funcionou.

obrigado,

Nelson M. Machado





cara, siga estas instruçções:

http://cdd.debian-br.org/project/wiki/FAQ#onde-posso-encontrar-e-instalar-o-java-enviroment-para-acessar-sites-de-banco

abraço,

--
Guilherme Rocha
#Linux Registered User: 391180 (http://counter.li.org)
--
Keep on hackin' in the free world!



Re: Como faço para instalar o Java Virtual Machine

2006-10-23 Thread Ramon Trigo Jr
On Mon, 23 Oct 2006 10:21:29 -0300
Nelson Moreno Machado [EMAIL PROTECTED] wrote:

 Olá,
 
 Gostaria de saber outro jeito de instalar o Java Virtual Machine
 pois tentei pelo apt e pelo ddownload do site o pacote linux, mas
 nenhum funcionou.
 
 obrigado,
 
 Nelson M. Machado 
 
 
Ola,
http://www.crazysquirrel.com/computing/debian/java.jspx

summer



Re: Como faço para instalar o Java Virtual Machine

2006-10-23 Thread Claudio Rocha de Jesus
Voce baixou o arquivo binario do site da Sun?Ramon Trigo Jr [EMAIL PROTECTED] escreveu: On Mon, 23 Oct 2006 10:21:29 -0300Nelson Moreno Machado <[EMAIL PROTECTED]> wrote: Olá,  Gostaria de saber outro jeito de instalar o Java Virtual Machine pois tentei pelo apt e pelo ddownload do site o pacote linux, mas nenhum funcionou.  obrigado,  Nelson M. Machado   Ola,http://www.crazysquirrel.com/computing/debian/java.jspxsummer-- -   -Claudio Rocha de Jesus|.|-|.| Analista de Suporte Tecnico   -[EMAIL PROTECTED] Linux user number
 433834-- 
		 
Yahoo! Search 
Música para ver e ouvir: You're Beautiful, do James Blunt

Re: Como faço para instalar o Java Virtual Machine

2006-10-23 Thread Hugo Guimarães
Eu resolvi seguindo os passos desse link. Pegou firmeza ele. Espero que ajude você também!

http://www.dicas-l.com.br/dicas-l/20060327.php

Abraço!

Hugo Guimarães
Em 23/10/06, Nelson Moreno Machado [EMAIL PROTECTED] escreveu:
Olá, Gostaria de saber outro jeito de instalar o Java Virtual Machine poistentei pelo apt e pelo ddownload do site o pacote linux, mas nenhum
funcionou.obrigado,Nelson M. Machado-- Hugo Guimarães 


Java Virtual Machine

2005-09-13 Thread Leonardo Rosa
Tarde pessoal
Bem, eu instalei o br-cdd e baixei o pacote jre-1_5_0_04-linux-i586.bin.
Criei uma pasta /usr/java/
Mudei a permissão para chmod a+x jre-1_5_0_04-linux-i586.bin
Executei ./jre-1_5_0_04-linux-i586.bin
Instalou tudo tranquilo
Fui até a pasta /usr/lib/mozilla-firefox/plugins/ e criei um link 
ln -s /usr/java/jre1.5.0_04/plugin/i386/ns7-gcc29/libjavaplugin_oji.so .
O mozilla Firefox não abre.
Pra voltar a funcionar removi o link novamente.
Quer dizer, não funcionou o que eu fiz.
Onde está o erro?
Alguém pode jogar a boia?
Tô sentindo que está começando a afundar.
[ ]ão e no aguardo.
leo.info.deb


Re: Java Virtual Machine

2005-09-13 Thread Leonardo Coelho
Xara, veja se na arvore do java ao inves de usar o ns7-gcc29 nao tem so o ns7

[ ] 's

On 9/13/05, Leonardo Rosa [EMAIL PROTECTED] wrote:
 Tarde pessoal
  Bem, eu instalei o br-cdd e baixei o pacote jre-1_5_0_04-linux-i586.bin.
  Criei uma pasta /usr/java/
  Mudei a permissão para chmod a+x jre-1_5_0_04-linux-i586.bin
  Executei ./jre-1_5_0_04-linux-i586.bin
  Instalou tudo tranquilo
  Fui até a pasta /usr/lib/mozilla-firefox/plugins/ e criei
 um link 
  ln -s
 /usr/java/jre1.5.0_04/plugin/i386/ns7-gcc29/libjavaplugin_oji.so
 .
  O mozilla Firefox não abre.
  Pra voltar a funcionar removi o link novamente.
  Quer dizer, não funcionou o que eu fiz.
  Onde está o erro?
  Alguém pode jogar a boia?
  Tô sentindo que está começando a afundar.
  [ ]ão e no aguardo.
  leo.info.deb
  


-- 
First they ignore you, then they laugh at you, then they fight you,
then you win. - Mahatma Gandhi
Linux User #373408
GPGkey ID  8AEEAAEB -- http://pgp.mit.edu


Re: Java Virtual Machine

2005-09-13 Thread Fabio Guerrazzi
Veja se te ajuda:
http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html#debs

Fabio.


quote quem=Leonardo Rosa
 Tarde pessoal
 Bem, eu instalei o br-cdd e baixei o pacote jre-1_5_0_04-linux-i586.bin.
 Criei uma pasta /usr/java/
 Mudei a permissão para chmod a+x jre-1_5_0_04-linux-i586.bin
 Executei ./jre-1_5_0_04-linux-i586.bin
 Instalou tudo tranquilo
 Fui até a pasta /usr/lib/mozilla-firefox/plugins/ e criei um link
 ln -s /usr/java/jre1.5.0_04/plugin/i386/ns7-gcc29/libjavaplugin_oji.so .
 O mozilla Firefox não abre.
 Pra voltar a funcionar removi o link novamente.
 Quer dizer, não funcionou o que eu fiz.
 Onde está o erro?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Could not create the Java virtual machine

2005-08-23 Thread Chris Bozic
All,

After doing some security updates on stable today, I can no longer run
the sun jre (1.4 or 1.5) installed on my system.  I've also tried the
blackdown packages but both produce the same error.  When I run java
-v, I get Could not create the Java virtual machine.   Is anyone
else having this problem?

Interestingly, free-java-sdk will run but is not an acceptable
solution since particular features of my customers application do not
work with that jre.

Can anyone help?

Thanks,
Chris Bozic



Re: Could not create the Java virtual machine

2005-08-23 Thread Roberto C. Sanchez
On Tue, Aug 23, 2005 at 01:50:29PM -0400, Chris Bozic wrote:
 All,
 
 After doing some security updates on stable today, I can no longer run
 the sun jre (1.4 or 1.5) installed on my system.  I've also tried the
 blackdown packages but both produce the same error.  When I run java
 -v, I get Could not create the Java virtual machine.   Is anyone
 else having this problem?
 
 Interestingly, free-java-sdk will run but is not an acceptable
 solution since particular features of my customers application do not
 work with that jre.
 
 Can anyone help?
 

Have you tried actually compiling or running a program?  On my system,
I get the same error for `java -v`, but that is because -v is not a
valid option to the Sun JVM.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


pgpSr8yDDhsSt.pgp
Description: PGP signature


RE: Could not create the Java virtual machine

2005-08-23 Thread Kretzer, Jason R (Big Sandy)
The Sun JVM uses

java -version 

-Jason


 

-Original Message-
From: Roberto C. Sanchez [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 23, 2005 3:44 PM
To: debian-user@lists.debian.org
Subject: Re: Could not create the Java virtual machine

On Tue, Aug 23, 2005 at 01:50:29PM -0400, Chris Bozic wrote:
 All,
 
 After doing some security updates on stable today, I can no longer run
 the sun jre (1.4 or 1.5) installed on my system.  I've also tried the
 blackdown packages but both produce the same error.  When I run java
 -v, I get Could not create the Java virtual machine.   Is anyone
 else having this problem?
 
 Interestingly, free-java-sdk will run but is not an acceptable
 solution since particular features of my customers application do not
 work with that jre.
 
 Can anyone help?
 

Have you tried actually compiling or running a program?  On my system,
I get the same error for `java -v`, but that is because -v is not a
valid option to the Sun JVM.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto



Re: Could not create the Java virtual machine

2005-08-23 Thread Chris Bozic
Yeah, you are all right.  :)  Have you ever had one of those days.  
...Or one of those emails to a world wide distribution list that you
wish could just be silently ignored.

The real bug in my java application was caused by something I did in
code.  The java -v was just more stupidity on my part.  On the
bright side, it made for a great laugh around the office.  Maybe
you'll get a laugh out of it too.

Thanks for the help and understanding.

Chris Bozic

On 8/23/05, Kretzer, Jason R (Big Sandy) [EMAIL PROTECTED] wrote:
 The Sun JVM uses
 
 java -version
 
 -Jason
 
 
 
 
 -Original Message-
 From: Roberto C. Sanchez [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, August 23, 2005 3:44 PM
 To: debian-user@lists.debian.org
 Subject: Re: Could not create the Java virtual machine
 
 On Tue, Aug 23, 2005 at 01:50:29PM -0400, Chris Bozic wrote:
  All,
 
  After doing some security updates on stable today, I can no longer run
  the sun jre (1.4 or 1.5) installed on my system.  I've also tried the
  blackdown packages but both produce the same error.  When I run java
  -v, I get Could not create the Java virtual machine.   Is anyone
  else having this problem?
 
  Interestingly, free-java-sdk will run but is not an acceptable
  solution since particular features of my customers application do not
  work with that jre.
 
  Can anyone help?
 
 
 Have you tried actually compiling or running a program?  On my system,
 I get the same error for `java -v`, but that is because -v is not a
 valid option to the Sun JVM.
 
 -Roberto
 
 --
 Roberto C. Sanchez
 http://familiasanchez.net/~roberto
 




Re: java virtual machine

2004-04-20 Thread caio ferreira
On Wed, 14 Apr 2004 13:45:40 -0300
olavo junior [EMAIL PROTECTED] wrote:

 Alguem conhece um bom tutorial  para instalar java?  não cosigo entrar 
 no go.icq.com e nem instalar o Limewire pois aprarece mensagem de erro 
 tentei alguns tutoriais q achei no google mas nõ foram eficientes ou 
 estou errando em algum ponto só não sei onde.  valeu a ajuda...
 
 :/opt# ./LimeWireLinux.bin
 Preparing to install...
 Extracting the installation resources from the installer archive...
 Configuring the installer for this system's environment...
 No Java virtual machine could be found from your PATH
 environment variable.  You must install a VM prior to
 running this program.

Coloca os seguintes comandos no arquivo .bashrc


JAVA_HOME=/usr/local/java
PATH=$PATH:$JAVA_HOME/bin:$JAVA_HOME/lib
export JAVA_HOME PATH
export CLASSPATH=.:/usr/local/java/jre/lib/rt.jar

-- 

 .''`.   Caio Abreu Ferreira
: :'  :  GNU/Linux Debian
`. `'`   Gnupg ID 0x01186BE1
  `-



How to install Java Virtual Machine with Apt-Get?

2004-04-15 Thread users
Debian Version : Testing/Unstable

[EMAIL PROTECTED]:~$ dpkg -l java*
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-===-===-

==
un java-common none (no description available)
un java-compiler none (no description available)
un java-cup none (no description available)
un java-runtime none (no description available)
un java-virtual-machine none (no description available)
un java-virtual-machine-dummy none (no description available)
un java1-runtime none (no description available)
un java2-runtime none (no description available)
un java2html none (no description available)
un javalex none (no description available)

[b:6073293ca2]Comments: java-virtual-machine is not
installed.[/b:6073293ca2]

[EMAIL PROTECTED]:~$ apt-cache show java-virtual-machine

[i:6073293ca2][b:6073293ca2]Comments: However, my apt-cache does not
have the package
'java-virtual-machine'.[/b:6073293ca2][/i:6073293ca2]

[EMAIL PROTECTED]:~$ apt-cache search java-virtual-machine
gij-3.3 - The GNU Java bytecode interpreter
java-virtual-machine-dummy - Dummy Java virtual machine
sablevm - Free implementation of Java Virtual Machine (JVM) second
edition

[i:6073293ca2][b:6073293ca2]Comments: Not in the apt-cache search
either.[/b:6073293ca2][/i:6073293ca2]

david:/home/david# apt-get install java-virtual-machine
Reading Package Lists... Done
Building Dependency Tree... Done
Package java-virtual-machine is a virtual package provided by:
sablevm 1.1.0-5
java-virtual-machine-dummy 0.3
gij-3.3 1:3.3.3-6
You should explicitly select one to install.
E: Package java-virtual-machine has no installation candidate

[i:6073293ca2][b:6073293ca2]Comments: Anyway, I tried installing the
java-virtual-machine package. Read from another thread that any one
of the three packages (sablevm, java-virtual-dummy, gij) should
install java-virtual-machine. So I installed
sablevm.[/b:6073293ca2][/i:6073293ca2]

[EMAIL PROTECTED]:~$ dpkg -l java*
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-===-===-

==
ii java-common 0.22 Base of all Java packages
un java-compiler none (no description available)
un java-cup none (no description available)
un java-runtime none (no description available)
un java-virtual-machine none (no description available)
un java-virtual-machine-dummy none (no description available)
un java1-runtime none (no description available)
un java2-runtime none (no description available)
un java2html none (no description available)
un javalex none (no description available)

[i:6073293ca2][b:6073293ca2]Comments: After installing sablevm,
Java-common package is shown as installed above. However,
java-virtual-machine is still shown as not installed. Do I need to
install all three packages? Web pages that require
java-virtual-machine still prompt me to install
it.[/b:6073293ca2][/i:6073293ca2]

What is the correct method to install java-virtual-machine with
apt-get?

Thanks !

Message posted via www.linuxforums.org
.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



java virtual machine

2004-04-14 Thread olavo junior
Alguem conhece um bom tutorial  para instalar java?  não cosigo entrar 
no go.icq.com e nem instalar o Limewire pois aprarece mensagem de erro 
tentei alguns tutoriais q achei no google mas nõ foram eficientes ou 
estou errando em algum ponto só não sei onde.  valeu a ajuda...


:/opt# ./LimeWireLinux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable.  You must install a VM prior to
running this program.


--
#-#
|  .''`.   [EMAIL PROTECTED]|
| : :'  :   www.skyegg.ubbi.com.br|
| `. `'`icq: 217018342|
|   `-msn:[EMAIL PROTECTED]|
#-#




Re: java virtual machine

2004-04-14 Thread Eduardo Crestani
On Wednesday 14 April 2004 13:45, olavo junior wrote:
 Alguem conhece um bom tutorial  para instalar java?  não cosigo entrar
 no go.icq.com e nem instalar o Limewire pois aprarece mensagem de erro
 tentei alguns tutoriais q achei no google mas nõ foram eficientes ou
 estou errando em algum ponto só não sei onde.  valeu a ajuda...

pq vc não instala o licq? apt-get -y install licq


 :/opt# ./LimeWireLinux.bin

 Preparing to install...
 Extracting the installation resources from the installer archive...
 Configuring the installer for this system's environment...
 No Java virtual machine could be found from your PATH
 environment variable.  You must install a VM prior to
 running this program.


 --
 #-#

 |  .''`.   [EMAIL PROTECTED]|
 |
 | : :'  :   www.skyegg.ubbi.com.br|
 |
 | `. `'`icq: 217018342|
 |   `-msn:[EMAIL PROTECTED]|

 #-#

-- 

/\
|EDUARDO CRESTANI|
|Programador | Giant Cargo   |
|Tel: 11 5581-0113 r. 152|
|Debian 3.0r1 | FreeBSD 5.2.1|
\/



Re: java virtual machine

2004-04-14 Thread Still
Olavo;
* Musashi corta a msg que olavo junior enviou para Still:
 Alguem conhece um bom tutorial  para instalar java?  não cosigo entrar 
 no go.icq.com e nem instalar o Limewire pois aprarece mensagem de erro 
 tentei alguns tutoriais q achei no google mas nõ foram eficientes ou 
 estou errando em algum ponto só não sei onde.  valeu a ajuda...
 

Nao sei qual a sua experiencia com Linux, mas segue o conselho
do pessoal da lista para instalar o java. Veja quais pacotes estao
disponiveis com o comando:

apt-cache search java

e depois escolha o jre e de um apt-get install jre

[]'s,

Still
--
Nelson Luiz Campos  .''`. | I hear; I forget.
Engenheiro Eletricista : :'  :| I see; I remember.
Linux User #89621 UIN 11464303 `. `'` | I do; I understand.
gnupgID: 55577339`-   | Chinese Proverb


signature.asc
Description: Digital signature


Re: java virtual machine

2004-04-14 Thread marco almeida
fala aê

instala a java virtual machine e certifique-se que ela(posterior a
instalação) está no PATH. se não estiver, terá que colocá-la antes de
instalar o limewire.

apt-get install j2re1.3 

[]'s

||

  .,p***=b_  Marco Almeida da Silva
 ?P  .__ `*b  Technology / Tech Support
|P  .d?'`, 9| Rits - Network Information of Third Sector
M:  |}|-   H'[EMAIL PROTECTED]
|  `#?_._oH'+55-21-2527-5494
`H.   ``'  
 `#?.
   `^~.

|||


-Original Message-
From: Eduardo Crestani [EMAIL PROTECTED]
To: olavo junior [EMAIL PROTECTED],
debian-user-portuguese@lists.debian.org
Date: Wed, 14 Apr 2004 14:06:39 -0300
Subject: Re: java virtual machine

 On Wednesday 14 April 2004 13:45, olavo junior wrote:
  Alguem conhece um bom tutorial  para instalar java?  não cosigo
 entrar
  no go.icq.com e nem instalar o Limewire pois aprarece mensagem de
 erro
  tentei alguns tutoriais q achei no google mas nõ foram eficientes
 ou
  estou errando em algum ponto só não sei onde.  valeu a ajuda...
 
 pq vc não instala o licq? apt-get -y install licq
 
 
  :/opt# ./LimeWireLinux.bin
 
  Preparing to install...
  Extracting the installation resources from the installer archive...
  Configuring the installer for this system's environment...
  No Java virtual machine could be found from your PATH
  environment variable.  You must install a VM prior to
  running this program.
 
 
  --
  #-#
 
  |  .''`.   [EMAIL PROTECTED]|
  |
  | : :'  :   www.skyegg.ubbi.com.br|
  |
  | `. `'`icq: 217018342|
  |   `-msn:[EMAIL PROTECTED]|
 
  #-#
 
 -- 
 
 /\
 |EDUARDO CRESTANI|
 |Programador | Giant Cargo   |
 |Tel: 11 5581-0113 r. 152|
 |Debian 3.0r1 | FreeBSD 5.2.1|
 \/



Re: java virtual machine

2004-04-14 Thread Mike Tesliuk
voce tem que entrar no site da sun, e baixar o j2re pra linux, ai e bem
simples de instalar, basta ler o readme dele, ele so te pergunta onde
quer instalar essas coisas!!!


Em Qua, 2004-04-14 às 13:45, olavo junior escreveu:
 Alguem conhece um bom tutorial  para instalar java?  não cosigo entrar 
 no go.icq.com e nem instalar o Limewire pois aprarece mensagem de erro 
 tentei alguns tutoriais q achei no google mas nõ foram eficientes ou 
 estou errando em algum ponto só não sei onde.  valeu a ajuda...
 
 :/opt# ./LimeWireLinux.bin
 Preparing to install...
 Extracting the installation resources from the installer archive...
 Configuring the installer for this system's environment...
 No Java virtual machine could be found from your PATH
 environment variable.  You must install a VM prior to
 running this program.
 
 
 -- 
 #-#
 |  .''`.   [EMAIL PROTECTED]|
 | : :'  :   www.skyegg.ubbi.com.br|
 | `. `'`icq: 217018342|
 |   `-msn:[EMAIL PROTECTED]|
 #-#
-- 
Debian para as massas!!!
Liberdade para Todos!!!
Vive le Punk!!!

Linux user number 352368
UIN 165399143
HomePage: http://debianmike.dyndns.org:8080
--- se nao funcionar e porque nao paguei a
brasil telecom!!!



Re: Welche Java-Virtual-Machine?

2003-12-07 Thread Til Schubbe
Hallo Andreas,

am 04.12. meintest Du:

  Da sind nur Plugins für Netscape 4 + 6.1.0 dabei. Kann ich eine
  application/x-java-vm also nur darstellen, wenn ich Netscape laufen
  habe?
 
 Hast du doch. Galeon basiert auf der Mozilla Rendering Engine, das
 heisst Mozilla-Plugins laufen auch mit Galeon.

Ok, hab die 3 Plugins ausprobiert:

ns4:
Unterstützt nicht 'x-java-vm'.

ns610:
Galeon steigt sofort nach dem Start aus:
QUOTE
INTERNAL ERROR on Browser End: No manager for initializing factory?

System error?:: Success
/QUOTE

ns610-gcc32:
Damit kann ich die Java-App auf http://ostermarathon.de darstellen und
benutzen. Auch das Login-Fenster (Abfrage von ID + Passwort) von meiner
Bank wird geladen und angezeigt. Wenn ich allerdings in den beiden
Feldern etwas eintrage und Return drücke, schmiert galeon mit diesen
Meldungen ab:

QUOTE
Warning: Cannot convert string MetaCtrlKeyInsert to type
VirtualBinding
INTERNAL ERROR on Browser End: Plugin instance index out of bounds
17216

System error?:: Resource temporarily unavailable
/QUOTE


 Ausserdem kann auch der
 Konqueror mit NS-Plugins umgehen.

Das mag sein, er sagt dafür aber: The protocol https is not
supported :-(


Wie bekomme ich Homebanking (leider mit Java) ans laufen?

TIA + Gruß
Til


PS:
$ galeon --version
Gnome galeon 1.3.9

$ konqueror --version
Qt: 2.3.1
KDE: 2.2.2
Konqueror: 2.2.2


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Welche Java-Virtual-Machine?

2003-12-04 Thread Til Schubbe
Hallo Michael,

am 27.11. meintest Du:

 Du kannst das SUN JRE oder JDK installieren, das enthält ein plugin für
^^^
 verschiedene Browser.

Da sind nur Plugins für Netscape 4 + 6.1.0 dabei. Kann ich eine
application/x-java-vm also nur darstellen, wenn ich Netscape laufen
habe?

Dann müßte ich ja nur deswegen wieder den riesigen Dinosaurier
installieren :-(   Ich dachte, Java soll überall laufen.

TIA
Til


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Welche Java-Virtual-Machine?

2003-12-04 Thread Joerg Rieger
On Thu, Dec 04, 2003 at 11:44:32PM +0100, Til Schubbe wrote:
 am 27.11. meintest Du:
 
  Du kannst das SUN JRE oder JDK installieren, das enthält ein plugin für
 ^^^
  verschiedene Browser.
 
 Da sind nur Plugins für Netscape 4 + 6.1.0 dabei. Kann ich eine
 application/x-java-vm also nur darstellen, wenn ich Netscape laufen
 habe?

Galeon basiert AFAIK auf Mozilla.
 
 Dann müßte ich ja nur deswegen wieder den riesigen Dinosaurier
 installieren :-(   Ich dachte, Java soll überall laufen.

http://galeon.sourceforge.net/support/answers.php?faq=java


-- 


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Welche Java-Virtual-Machine?

2003-12-04 Thread Andreas Pakulat
On 04.Dec 2003 - 23:44:32, Til Schubbe wrote:
 Hallo Michael,
 
 am 27.11. meintest Du:
 
  Du kannst das SUN JRE oder JDK installieren, das enthält ein plugin für
 ^^^
  verschiedene Browser.
 
 Da sind nur Plugins für Netscape 4 + 6.1.0 dabei. Kann ich eine
 application/x-java-vm also nur darstellen, wenn ich Netscape laufen
 habe?

Hast du doch. Galeon basiert auf der Mozilla Rendering Engine, das
heisst Mozilla-Plugins laufen auch mit Galeon. Ausserdem kann auch der
Konqueror mit NS-Plugins umgehen.

 Dann müßte ich ja nur deswegen wieder den riesigen Dinosaurier
 installieren :-(   Ich dachte, Java soll überall laufen.

Ja, aber du brauchst trotzdem ne virtuelle Machine, die den Bytecode
von Java ausfuehren kann und die wird in keinem Browser mitgeliefert.

Andreas

-- 
What is wanted is not the will to believe, but the will to find out,
which is the exact opposite.
-- Bertrand Russell, Skeptical Essays, 1928


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Welche Java-Virtual-Machine?

2003-11-29 Thread Roland M. Kruggel
Am Donnerstag November 27 2003 20:29 schrieb Til Schubbe:
 Hi all,

 ich möchte gerne Online-Banking nutzen. Bei mir läuft Galeon
 1.3.9 auf einer sarge. Im Browser wird eine
 'application/x-java-vm' nicht dargestellt. Also habe ich gesagt:

Nimm das JRE/VM von Sun. Die ist ok.
cu

-- 
Roland Kruggel  mailto: [EMAIL PROTECTED]
System: AMD 1200Mhz, Debian woody, 2.4.20, KDE 3.1.4


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Welche Java-Virtual-Machine?

2003-11-27 Thread Til Schubbe
Hi all,

ich möchte gerne Online-Banking nutzen. Bei mir läuft Galeon 1.3.9 auf
einer sarge. Im Browser wird eine 'application/x-java-vm' nicht
dargestellt. Also habe ich gesagt:


# apt-get install java-virtual-machine
[...]
Package java-virtual-machine is a virtual package provided by:
  java-virtual-machine-dummy 0.3
  sablevm 1.0.8-4
  gij-3.3 1:3.3-2
  gij-3.2 1:3.2.3-0pre9
  gij-3.0 1:3.0.4-7
  ibm-jdk1.1-installer 1.1.8-5
You should explicitly select one to install.


Welches der Pakete soll ich nehmen? Worin liegen die Unterschiede? Bzw.
was muß ich installieren, um diese application darstellen zu können?

Java ist in den Prefernces eingeschaltet. Muß ich außerdem noch ein
Plugin installieren (wenn ja: wie)?

TIA + Gruß
Til


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Welche Java-Virtual-Machine?

2003-11-27 Thread Michael Koch
On Thu, Nov 27, 2003 at 08:29:47PM +0100, Til Schubbe wrote:
 Hi all,
 
 ich möchte gerne Online-Banking nutzen. Bei mir läuft Galeon 1.3.9 auf
 einer sarge. Im Browser wird eine 'application/x-java-vm' nicht
 dargestellt. Also habe ich gesagt:
 
 
 # apt-get install java-virtual-machine
 [...]
 Package java-virtual-machine is a virtual package provided by:
   java-virtual-machine-dummy 0.3
   sablevm 1.0.8-4
   gij-3.3 1:3.3-2
   gij-3.2 1:3.2.3-0pre9
   gij-3.0 1:3.0.4-7
   ibm-jdk1.1-installer 1.1.8-5
 You should explicitly select one to install.
 
 
 Welches der Pakete soll ich nehmen? Worin liegen die Unterschiede? Bzw.
 was muß ich installieren, um diese application darstellen zu können?

Keines von denen.

 Java ist in den Prefernces eingeschaltet. Muß ich außerdem noch ein
 Plugin installieren (wenn ja: wie)?

Du kannst das SUN JRE oder JDK installieren, das enthält ein plugin für
verschiedene Browser.

Ich persönlich schreibe auch ein Plugin das auf GIJ aufbaut. Es
funktieniert aber momentan nur mit Mozilla CVS und GCC/GIJ CVS


Michael


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Java Virtual Machine

2003-04-22 Thread Leandro Guimarães Faria Corsetti Dutra
On Sun, 30 Mar 2003 18:05:17 -0500, Rodolfo Alves Barbosa wrote:

 Bem, estou tendo problemas para instalar o Java Virtual Machine da Sun.
 Depois que eu instalo o pacote o mozilla simplesmente não reconhece o
 plugin.Eu fiz tudo o que é pedido no manual de instalação, inclui o
 link simbólico do executpável do plug-in na pasta plugins do mozilla,
 mas quando eu digito about-plugin o plug-in do Java Virtual Machine
 simplesmente não aparece na lista.

Usou blackdown ou kaffe?  Dê preferência ao kaffe, que é 
integrado ao Debian e livre.  Depois blackdown, que está no formato .deb. 
Só então pense no da Sun.


-- 
  _   Leandro Guimarães Faria Corsetti Dutra+41 (21) 648 11 34
 / \  Lausanne, Vaud, Suisse+41 (78) 778 11 34
 \ /  Brasil+55 (11) 5686 2219
 / \  http://geocities.yahoo.com.br/lgcdutra/



Re: Java Virtual Machine

2003-04-22 Thread Douglas
On Tuesday 22 April 2003 06:01, Leandro Guimarães Faria Corsetti Dutra wrote:

Comigo tbm aconteceu esse problema, ai eu instalei o blackdown, no about 
plugin do mozilla aparecia os nomes dos plugins so q quando eu entrava num 
site que usa java o navegador fecha do nada...

 
 On Sun, 30 Mar 2003 18:05:17 -0500, Rodolfo Alves Barbosa wrote:
  Bem, estou tendo problemas para instalar o Java Virtual Machine da Sun.
  Depois que eu instalo o pacote o mozilla simplesmente não reconhece o
  plugin.Eu fiz tudo o que é pedido no manual de instalação, inclui o
  link simbólico do executpável do plug-in na pasta plugins do mozilla,
  mas quando eu digito about-plugin o plug-in do Java Virtual Machine
  simplesmente não aparece na lista.

   Usou blackdown ou kaffe?  Dê preferência ao kaffe, que é
 integrado ao Debian e livre.  Depois blackdown, que está no formato .deb.
 Só então pense no da Sun.


 --
   _   Leandro Guimarães Faria Corsetti Dutra+41 (21) 648 11 34
  / \  Lausanne, Vaud, Suisse+41 (78) 778 11 34
  \ /  Brasil+55 (11) 5686 2219
  / \  http://geocities.yahoo.com.br/lgcdutra/



Java Virtual Machine

2003-03-30 Thread Rodolfo Alves Barbosa
Caros

Antes de tudo, agradeço aos que me ajudaram na dúvida anterior.

Bem, estou tendo problemas para instalar o Java Virtual Machine da Sun. Depois 
que eu instalo o pacote o mozilla simplesmente não reconhece o plugin.Eu fiz 
tudo o que é pedido no manual de instalação, inclui o link simbólico do 
executpável do plug-in na pasta plugins do mozilla, mas quando eu digito 
about-plugin o plug-in do Java Virtual Machine simplesmente não aparece na 
lista.

Eu utilizo o mozilla 1.0.0 woody.

-- 
Rodolfo Alves Barbosa
Ciência da Computação - UFLA
[EMAIL PROTECTED] ICQ:30126428
Em defesa do Software Livre!


__
Try AOL and get 1045 hours FREE for 45 days!
http://free.aol.com/tryaolfree/index.adp?375380

Get AOL Instant Messenger 5.1 for FREE! Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promos=380455



Re: Java Virtual Machine

2003-03-30 Thread Paulo Rogério Ormenese
Em Sun, 30 Mar 2003 18:05:17 -0500
[EMAIL PROTECTED] (Rodolfo Alves Barbosa) escreveu:

 Caros
 
 Antes de tudo, agradeço aos que me ajudaram na dúvida anterior.
 
 Bem, estou tendo problemas para instalar o Java Virtual Machine da
 Sun. Depois que eu instalo o pacote o mozilla simplesmente não
 reconhece o plugin.Eu fiz tudo o que é pedido no manual de instalação,
 inclui o link simbólico do executpável do plug-in na pasta plugins do
 mozilla, mas quando eu digito about-plugin o plug-in do Java Virtual
 Machine simplesmente não aparece na lista.

http://lists.debian.org/debian-user-portuguese/2003/debian-user-portuguese-200302/msg01527.html

 Eu utilizo o mozilla 1.0.0 woody.
 
 -- 
 Rodolfo Alves Barbosa
 Ciência da Computação - UFLA
 [EMAIL PROTECTED] ICQ:30126428
 Em defesa do Software Livre!

Até mais.

-- 
Paulo R. Ormenese
GNU/Linux User #200782
Jundiaí-SP



java-virtual-machine-dummy

2003-02-11 Thread Vineet Kumar
* Paul Mackinney ([EMAIL PROTECTED]) [030211 02:36]:
 
  * Calber Chainy [EMAIL PROTECTED] [2003-02-08 12:54]:
  Mmmm, I cannot find [Jedit] in my sources, is it a command line program?
  
  No, it's an editor written in Java. I don't know whether there is a
  debian package available.
  
  
  Thorsten
 
 Well I was _going_ to say that you have to download this thingy.bin
 installer from http://www.jedit.org, and make it executable and run it
 and you can't tell what it does except the program gets installed to
 /usr/share. 
 
 But then I looked on source forge and saw that there's a
 .deb for it. Now I get to reinstall and pray that somehow it likes my
 1.4.1 Java installation that dpkg is entirely ignorant of...

apt-get install java-virtual-machine-dummy

java-virtual-machine-dummy - Dummy Java virtual machine
This package is only to respect the dependencies rules.
Install it only if you have a real Java virtual machine.

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
If we do not believe in freedom of speech for those we despise we do not
believe in it at all.  --Noam Chomsky



msg30194/pgp0.pgp
Description: PGP signature


Java Virtual Machine

2001-10-24 Thread Patrick Lane
What do I need to do to get java working in Galeon and/or Mozilla? I'm 
using unstable with current packages (not cvs). Thanks in advance.


--Patrick



Re: Java Virtual Machine

2001-10-24 Thread Danie Roux
On Wed, Oct 24, 2001 at 12:51:31AM -0700, Patrick Lane wrote:
 What do I need to do to get java working in Galeon and/or Mozilla? I'm 
 using unstable with current packages (not cvs). Thanks in advance.

You put a line like this in your sources.list:

# Blackdown Java
deb http://www.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/debian woody 
non-free

And then 

apt-get update  apt-get install j2re1.3

Which will give you a Java Runtime Environment. Note that this is
non-free software.

-- 
Danie Roux *shuffle* Adore Unix



Re: Java Virtual Machine

2001-10-24 Thread david
On Wed, Oct 24, 2001 at 12:51:31AM -0700, Patrick Lane wrote:
 What do I need to do to get java working in Galeon and/or Mozilla? I'm 
 using unstable with current packages (not cvs). Thanks in advance.


This worked for me (using the IBM JDK under Mandrake (currently moving
that machine over to Woody)):

cd /usr/lib/mozilla/plugins/
ln -s /opt/IBMJava2-13/jre/bin/libjavaplugin_oji.so ./libjavaplugin_oji.so



Re: Java Virtual Machine

2001-10-24 Thread Andrea Vettorello
On Wed, 2001-10-24 at 09:51, Patrick Lane wrote:
 What do I need to do to get java working in Galeon and/or Mozilla? I'm 
 using unstable with current packages (not cvs). Thanks in advance.
 

I've java working in both (i think) using the Blackdown j2re,look on
http://www.blackdown.org; for (correct me if i'm wrong) unofficial
packages.


Andrea



Re: Java Virtual Machine

2001-10-24 Thread Hall Stevenson
snip
 Which will give you a Java Runtime Environment. Note
 that this is non-free software.

Where can one get a truly 'free' version of Java ?? This would
certainly appeal to Debian folks...

Hall



Re: Java Virtual Machine

2001-10-24 Thread Andrea Vettorello
On Wed, 2001-10-24 at 14:13, Hall Stevenson wrote:
 snip
  Which will give you a Java Runtime Environment. Note
  that this is non-free software.
 
 Where can one get a truly 'free' version of Java ?? This would
 certainly appeal to Debian folks...

I will look for the kaffe package...


Andrea
 




Re: Java Virtual Machine

2001-10-24 Thread the Edward Blevins
On Wed, Oct 24, 2001 at 10:21:56AM +0200, Danie Roux wrote:
 On Wed, Oct 24, 2001 at 12:51:31AM -0700, Patrick Lane wrote:
  What do I need to do to get java working in Galeon and/or Mozilla? I'm 
  using unstable with current packages (not cvs). Thanks in advance.
 
 You put a line like this in your sources.list:
 
 # Blackdown Java
 deb http://www.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/debian woody 
 non-free

Is there a powerpc version of the Blackdown Java for Debian?

-- 
the Edward Blevins   [EMAIL PROTECTED](512) 436-9576
/(0\ mi tavla fo la lojban .i xu do go'i? 
\1)/ .i.e'u ko vitke fi zoi .url. http://www.lojban.org .url.
Today is Boomtime, the 5th day of The Aftermath, 3167. 
Celebrate Maladay



Re: Java Virtual Machine

2001-10-24 Thread Andrea Vettorello
On Wed, 2001-10-24 at 16:45, the Edward Blevins wrote:
 On Wed, Oct 24, 2001 at 10:21:56AM +0200, Danie Roux wrote:
  On Wed, Oct 24, 2001 at 12:51:31AM -0700, Patrick Lane wrote:
   What do I need to do to get java working in Galeon and/or Mozilla? I'm 
   using unstable with current packages (not cvs). Thanks in advance.
  
  You put a line like this in your sources.list:
  
  # Blackdown Java
  deb http://www.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/debian woody 
  non-free
 
 Is there a powerpc version of the Blackdown Java for Debian?
 

I've tried a debian package in a mac g4 (j2re1.3_1.3.0-1_powerpc.deb)
but hasn't worked, at least with mozilla...


Andrea
 




Re: Java Virtual Machine

2001-10-24 Thread Donald R. Spoon
Patrick Lane wrote:

 What do I need to do to get java working in Galeon and/or Mozilla? I'm 
 using unstable with current packages (not cvs). Thanks in advance.
 
 --Patrick
 

The newer versions of Mozilla (0.9.x) have an automatic plugin d/l
feature.  If you go to a site that requires the Java VM, and you don't
have it installed, you will be asked if you want to install the plugin
from Netscape, which provides this feature.  I have done this quite
sucessfully several times here on Mozilla 0.9.1 - 0.9.5, all currently
available in unstable.  My Bank's web page requires this feature. 
This only works for the i386 arch!!  IMPORTANT if you are using a CPU
other than Intel or Clone!!

Alternatively, you can install any of the JREs from SUN, Blackdown, or
IBM and get this feature.  This takes up a bit more disk space.  I know
for a fact that the JRE from Blackdown works.  Once again, other Archs
may NOT be supported.  On my DEC Alpha, The JRE is only available from
Compaq, but the plugin needed for Netscape/Mozilla to work is not
included..yet.

Don't know much about Galeon...haven't used it here.

Cheers,
-Don Spoon-



Re: Java Virtual Machine

2001-10-24 Thread dman
On Wed, Oct 24, 2001 at 02:30:27PM +0200, Andrea Vettorello wrote:
| On Wed, 2001-10-24 at 14:13, Hall Stevenson wrote:
|  snip
|   Which will give you a Java Runtime Environment. Note
|   that this is non-free software.
|  
|  Where can one get a truly 'free' version of Java ?? This would
|  certainly appeal to Debian folks...
| 
| I will look for the kaffe package...

Or gcj.

Neither of these is at the same maturity or feature level as Sun's JDK
though.  (I think they're somewhere between 1.1 and 1.2)  Some people
have said good things about IBM's JVM, but I don't think it is free.

-D



Re: Java virtual machine in .debs

2000-08-25 Thread Christopher Mosley


On 25 Aug 2000, Christopher Mosley wrote:

 
 To install a genuine java virtual machine. That is, as sun compliant
 as possible what .debs should be installed and where can they be found.
 This is for slink. I am ftping from a shell account and need to know
 the aprox  name  of the files. I would suspect they are in 
 contrib or nonfree and under ??? dir.
 
 Also any warnings or hints in installing and setting up the virtual
 machine would be appreciated.  
 
 
  Thanks
   cmos   

I don't mind but why was this email submitted from list again? 
 

 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



Java virtual machine in .debs

2000-08-23 Thread Christopher Mosley

To install a genuine java virtual machine. That is, as sun compliant
as possible what .debs should be installed and where can they be found.
This is for slink. I am ftping from a shell account and need to know
the aprox  name  of the files. I would suspect they are in 
contrib or nonfree and under ??? dir.

Also any warnings or hints in installing and setting up the virtual
machine would be appreciated.  


 Thanks
  cmos   





Re: Java compiler and Java Virtual Machine

2000-08-11 Thread Riku Saikkonen
Goeman Stefan [EMAIL PROTECTED] writes:
Does anybody know where I can find a good Java compiler and Java Virtual
Machine for Debian/Linux?

Install the packages jdk1.1 and jdk1.1-dev to get Sun's JDK 1.1.

There are also some free solutions packaged in Debian: jikes is a
pretty nice Java compiler, and kaffe is a VM. There are others too,
try apt-get search Java.

-- 
-=- Rjs -=- [EMAIL PROTECTED]



Java compiler and Java Virtual Machine

2000-08-01 Thread Goeman Stefan
Hello Everybody,


Does anybody know where I can find a good Java compiler and Java Virtual
Machine for
Debian/Linux?

Greetings,

Stefan.



RE: Java compiler and Java Virtual Machine

2000-08-01 Thread J.T. Wenting
Sun (http://java.sun.com/j2se/) 
Blackdown (http://www.blackdown.org/)
IBM (???)

 -Original Message-
 From: Goeman Stefan [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, August 01, 2000 15:44
 To: 'debian-user@lists.debian.org'
 Subject: Java compiler and Java Virtual Machine
 
 
 Hello Everybody,
 
 
 Does anybody know where I can find a good Java compiler and Java Virtual
 Machine for
 Debian/Linux?
 
 Greetings,
 
 Stefan.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe 
 [EMAIL PROTECTED]  /dev/null