Re: Issue with JxtaSocket example
Mohamed Abdelaziz <[email protected]>
| Newsgroups | gmane.comp.java.jxta.user |
|---|---|
| Message-ID | <[email protected]> |
I suggest you specify the full canonical path of the file instead.
IDE's usually alter the $CWD, which would result in the behavior you're
seeing.
Mohamed
Bruce Rosenthal wrote:
> Unfortuneatly, I have it in $CWD, $CWD/.jxta, $CWD/client (just to
> cover my bases).
>
> I also tried forcing the issue by invoking InputStream is as follows:
>
> InputStream is =
> getResourceInputStream(System.getProperty("user.dir") + "\\" + fname);
>
> and that also doesn't work.
>
> I can show you vai a WebEx if you want.
>
> Mohamed Abdelaziz wrote:
>
>> sounds like "PlatformConfig.master" does not exist in $CWD
>