JAVA

Sekcia: Konfigurácia 23.06.2006 | 12:48
Avatar miro277 Mandriva 2009.1  Používateľ
Nainstaloval som si JRE (Java Runtime Environment), instalacia podla navodu prebehla spravne, ale uz spustenie - java -jar subor.jar nefunguje....command not found Myslel som si, ze to je nastavenim PATH, aj ked doteraz neviem ako sa to robi, tak som ten prikaz napisal v adresari, kde su spustitelne subory tej javy - /usr/java/jre1.5.0_07/bin, ale stale to iste... Viete mi poradit, co robit?
http://www.grains.sk
    • Re: JAVA 23.06.2006 | 01:56
      WlaSaTy   Návštevník
      /usr/java/jre1.5.0_07/bin/java -jar subor.jar nefunguje? ak ano, tak si pridaj cestu. ten prispevok nie je az taky stary.
      • Re: Re: JAVA 23.06.2006 | 11:58
        Avatar miro277 Mandriva 2009.1  Používateľ
        inac, funguje toto: ked v adresari /usr/java/jre1.5.0_07/bin napisem ./java tak mi to vypise moznosti prikazu, ale ked len java alebo java -jar subor.jar, tak command not found toto je vypis mojho suboru ~/.bash_profile: # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin:/usr/java/jre1.5.0_07/bin export PATH unset USERNAME mam tu cestu uviest este niekde inde?
        http://www.grains.sk
        • Re: Re: Re: JAVA 23.06.2006 | 12:16
          WlaSaTy   Návštevník
          operacne systemy ktore pouzivaju plnohodnotny shell nemaju implementovanu standardnu bezpecnostnu dieru znamu z dos/windows, uz len koli znamym hrackam zo suid flagom. ak chces spustit program, musis ho mat v ceste. inac ho mozes spustit s relativnou alebo absolutnou cestou. ale musis si uvedomit kde mas ten javovy bazmeg. ten ti nebude predsa hladat na celom disku. takze tebe by mal teraz stacit len relogin alebo : . ~/.bash_profile java -jar java.jar ak si v adresari kde je ten java.jar ...
          • Re: Re: Re: Re: JAVA 23.06.2006 | 12:48
            Avatar miro277 Mandriva 2009.1  Používateľ
            vdaka ;) ide to, uz by mi to aj predtym slo, ale nevedel som, ze treba spustit aj ten .bash_profile (resp. relogin), funguje to ;)
            http://www.grains.sk