[Prévia] [Próxima] [Prévia por assunto] [Próxima por assunto]
[Índice cronológico] [Índice de assunto]

Re: [reverbel-sod] Dúvida



Apenas complementando o que o Rodolpho disse sobre o arquivo de
configuração do JacORB:

JacORB looks for the common properties file orb.properties in the
following places:
 1. in the lib directory of the JDK installation. (The JDK's home
directory denoted by the
    system property "java.home").
 2. in the user home directory. (This is denoted by the system
property "user.home". On
    Windows, this is c:\documents\username, on Unixes it's ~user. If
in doubt where
    your home directory is, write a small Java programm that prints
out this property.
 3. on the class path.

Um modelo de arquivo de configuração está disponível em
jacorb/etc/jacorb_properties.template.