This content has been marked as final.
Show 5 replies
-
1. Re: Duke?s Bank code compile error
jaikiran Oct 12, 2007 2:32 AM (in response to benyw)jboss.home= D:\EE557ServerSide\ejb3\jboss
Try the forward slashjboss.home= D:/EE557ServerSide/ejb3/jboss
-
2. Re: Duke?s Bank code compile error
benyw Oct 12, 2007 11:48 AM (in response to benyw)thank you ,jaikiran !!! it does work. why was that ?
thanks!!! -
3. Re: Duke?s Bank code compile error
jaikiran Oct 13, 2007 8:20 AM (in response to benyw)why was that ?
When you had used D:\EE557ServerSide\ejb3\jboss, the error had shown thatD:\EE557ServerSide\ejb3\j2ee-1_4-doc-tutorial_2\j2eetutorial14\
examples\bank\EE557ServerSideejb3jboss\client not found.
Since the path was considered as a single word, i guessed it might have to do with the backslash(escape character). So i thought, using the frontslash is worth a try. -
4. Re: Duke?s Bank code compile error
benyw Oct 15, 2007 3:56 PM (in response to benyw)learn a lot. thank you again, jaikiran!!!
-
5. Re: Duke?s Bank code compile error
nirajsingh Apr 21, 2008 2:36 AM (in response to benyw)Hi All,
In Properties file, We never use backslash. Always use front slash. Actually it reads properties file as string and always search front slash as delimeter in file path. That's why backslash does not work.