Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/05/2016, 08:41
Avatar de Profesor_Falken
Profesor_Falken
 
Fecha de Ingreso: agosto-2014
Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 9 años, 8 meses
Puntos: 182
Respuesta: Problema al crear un new File(path)

Buenas,

Si haces:

Código Java:
Ver original
  1. [...]
  2. String property = props.getProperty("JBOSS_CERTIFICATE").replace("/", Matcher.quoteReplacement(File.separator));
  3. System.out.println(property);
  4. File file = new File(property);
  5. [...]

Que valor te devuelve la consola?

Un saludo
__________________
If to err is human, then programmers are the most human of us