Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

02-FileIOExample ne compile pas #3

Open
quangdung opened this issue Apr 17, 2014 · 2 comments
Open

02-FileIOExample ne compile pas #3

quangdung opened this issue Apr 17, 2014 · 2 comments

Comments

@quangdung
Copy link

En Netbeans, voici les modifications pour compiler :

  • Créer le dossier "tmp" au même niveau que "src"
  • Fichier FileIOExample.java, méthode main :
    • generator.generateTestFile("/tmp/...", ...) --> ("tmp/...", ...)
    • is = new CountingFilterInputStream(...("/tmp/..."))) --> ("tmp/...")))
    • os = new SuperstitiousFilterOutputStream(...("/tmp/..."))) --> ("tmp/...")))
@wasadigi
Copy link
Owner

Merci pour le commentaire. Par contre, quand vous dites "ne compile pas", vous voulez dire "génère une erreur à l'exécution"? Vous pouvez confirmer?

Le code pose effectivement un problème sur Windows, puisque le chemin d'accès /tmp n'existe pas.

@quangdung
Copy link
Author

Oui, c'est plutôt une erreur à l'exécution : FileNotFoundException.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants