| Author |
A file path for an Appplication Build in JAVA(Windows platform) doesn't work on linux server
|
Bejoy Kaladhar
Greenhorn
Joined: Jul 09, 2008
Posts: 9
|
|
I have given a path in my xml file as
which works fine on my JAVA development environment on Windows.When I deployed my application on linux box i gave my path as
It is showing an error as such a directory doesn't exist.A directory of the same path exists in my server space when i checked it with filezilla.I have also tried out afew options as
But unfortunately none didn't work, can any one please guide me in this issue to provide a directory path in linux?.
|
Bejoy.K.S
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24054
|
|
|
Linux is case-sensitive, where Windows isn't, and also those double slashes are unnecessary on both platforms, and might not even work on Linux. So pay attention to letter case, and get rid of the double slashes.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32654
|
|
|
"Bejoy KS" please read the important administrative private message I have just sent you.
|
 |
 |
|
|
subject: A file path for an Appplication Build in JAVA(Windows platform) doesn't work on linux server
|
|
|