I have a an application that acts in a certain way, when it is executed it uses the current class path set for java executable but unfortunately it doesn't make it the application work like it should, But when I alter this path by adding just an extra character the application works perfectly fine,
So I believe the application bypasses using the path which is why it works fine with an altered java class path. But the problem is some one else is using this path for their own application in other words i can only temporarily alter this path and will always have to put it back to the normal path.
But What I am thinking is that there should be a way for me to be able to create a file that has the Java Path inside which I could put in the folder when this application executes with this instead of the application looking at the first class path it only looks at the one in the folder.
Any idea on how this can be done ? Many thanks in advance.