RE: [java-list] Arquivos .properties (Arquivos de propriedades)

2003-03-20 Por tôpico igor dos santos ferreira
Adolfo, Use o Log4J. Igor dos Santos Ferreira Application Developer Jr. Timnet.com 55 021 398 37221 55 021 811 24995 http://www.timnet.com -Original Message-From: Adolfo Gomes de Abreu [mailto:[EMAIL PROTECTED]Sent: terça-feira, 18 de março

RE: [java-list] Como remover a VM da Micro$oft da WIN

2003-03-20 Por tôpico igor dos santos ferreira
André, Tente ir no Internet Explorer - Internet Options - Advanced : e abilitar somente a vm da microsoft ou somente da sun ( a gosto ) . Igor dos Santos Ferreira Application Developer Jr. Timnet.com 55 021 398 37221 55 021 811 24995 http://www.timnet.com

RE: [java-list] Formatação decimal de uma String

2003-03-20 Por tôpico igor dos santos ferreira
e("pt","BR")); // pega a formatação utilizada no País System.out.println( nf.format( num ) ); Igor dos Santos Ferreira Application Developer Jr. Timnet.com 55 021 398 37221 55 021 811 24995 http://www.timnet.com -Original Message-

RE: [java-list] Problema no Tomcat 3.3

2002-10-31 Por tôpico igor dos santos ferreira
Tudo que vc colocar debaixo do diretório WEB-INF\classes é como se estivesse do CLASSPATH Igor dos Santos Ferreira ICQ...: 113918433 Tel: (021) 3309-0391 Cel: (021) 9756-0037 Email.:[EMAIL PROTECTED] -Original Message-From: Mário

RE: [java-list] JSP String !=

2002-10-14 Por tôpico Igor dos Santos Ferreira
Tire os aspas do null. String v_nome = request.getParameter("v_nome"); int v_total = 0; if (v_nome != null) { v_total = 50; } if (v_nome != "") { v_total = 50; } Igor dos Santos Ferreira[EMAIL PROTECTED] -Original Me

RE: [java-list] COMPILAR?

2002-10-14 Por tôpico Igor dos Santos Ferreira
javac -classpath C:\MEUS DOCUMENTOS\JAVA\ TESTE.JAVA Igor dos Santos Ferreira[EMAIL PROTECTED] -Original Message-From: Magno teixeira barbosa [mailto:[EMAIL PROTECTED]]Sent: terça-feira, 8 de outubro de 2002 01:12To: [EMAIL PROTECTED]Subject: [java

RE: [java-list] Arquivo Config.ini

2002-10-14 Por tôpico Igor dos Santos Ferreira
Dê uma olhada na classe java.util.Properties ... Igor dos Santos Ferreira [EMAIL PROTECTED] -Original Message- From: Mário Roberto Porto Filho [mailto:[EMAIL PROTECTED]] Sent: terça-feira, 1 de outubro de 2002 12:29 To: [EMAIL PROTECTED] Subject: [java-list

RE: [java-list] arquivo jar

2002-10-14 Por tôpico Igor dos Santos Ferreira
called classes.jar: jar cvf classes.jar Foo.class Bar.class Example 2: use an existing manifest file 'mymanifest' and archive all the files in the foo/ directory into 'classes.jar': jar cvfm classes.jar mymanifest -C foo/ . Igor dos Santos Ferreira