Guest User

Untitled

a guest
Oct 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public class Test {
  2.  
  3. public static void main(String args[]){
  4. System.out.println("This is a Test class");
  5. }
  6. }
  7.  
  8. C:UsersHPDesktopJAVA Code>javac Test.java
  9. Test.java:1: error: error while writing Test: Test.class (Le fichier spÚcifiÚ est introuvable)
  10. public class Test {
  11. ^
  12. 1 error
Add Comment
Please, Sign In to add comment