[Scilab-Dev] Another reason for message "Scilab cannot create Scilab Java Main-Class"

Yung-Jang Lee yjlee123 at gmail.com
Fri Jan 2 14:16:48 CET 2009


> I opened a cmd shell and ran
>     md c:\æøå
>     set TMP=c:\æøå
> and started scilab from this shell:
>     "c:\Program Files\scilab-5.0.3\bin\WScilex.exe"
>
> Scilab starts without problem and getenv('TMP') returns c:\æøå as it should.
> So does the TMPDIR variable (  c:\æøå\SCI_TMP_3860_ ).
>
> The fun part is that running  chdir(TMPDIR)  works:
>
> -->TMPDIR
>  TMPDIR  =
>
>  c:\æøå\SCI_TMP_3860_
>
> -->chdir(TMPDIR)
>  ans  =
>
>   T
>
> -->pwd
>  ans  =
>
>  c:\æøå\SCI_TMP_3860_
>
> BUT this command does not work:
>
> -->chdir('c:\æøå\SCI_TMP_3860_')
> Can't go to directory c:\æøå\SCI_TMP_3860_.

Thanks.

Errors about filename/path name already be fixed in current GIT
master. And I am now working on get/set  environment variables between
OS/C/Java/TCL because I find it need encoding conversion, hope this
will resolve the problem.


Yung-Jang Lee


More information about the dev mailing list