Portál AbcLinuxu, 6. listopadu 2025 10:34
Nechci to delat pres novy project. To jde. Chci jen otevrit vice souboru a vyzkouset si co delaji.
Proc v Linuxu v Netbeans, nemuzu otevrit jeden soubor a zkompilovat a spustit. Jedna se jen o testovaci zpravu hello world.
// Fig. 2.1: Welcome1.java
// Text-printing program.
public class Welcome1
{
// main method begins execution of Java application
public static void main( String args[] )
{
System.out.println( "Welcome to Java Programming!" );
} // end method main
} // end class Welcome1
/**************************************************************************
* (C) Copyright 1992-2005 by Deitel & Associates, Inc. and *
* Pearson Education, Inc. All Rights Reserved. *
* *
* DISCLAIMER: The authors and publisher of this book have used their *
* best efforts in preparing the book. These efforts include the *
* development, research, and testing of the theories and programs *
* to determine their effectiveness. The authors and publisher make *
* no warranty of any kind, expressed or implied, with regard to these *
* programs or to the documentation contained in these books. The authors *
* and publisher shall not be liable in any event for incidental or *
* consequential damages in connection with, or arising out of, the *
* furnishing, performance, or use of these programs. *
*************************************************************************/
javac? Semtam píšu v jave a vystačím si s make, javac a vimem
Netbeans sice mám nainstalované, ale neumím s tím
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.