I have a problem I am trying to make a link between the jsp files (in WebContent) and the java files in Java Resources directory . In the Html page URL I am unable to replace %20 with space.
<form action="<%= (request.getContextPath() + "/Java Resources/src/utilities").replaceAll("%20", " ") %>/Login.java" method="post" >