2425262728293031
* args * @throws SQLException * SQLException */ public static void main(final String[] args) throws SQLException { FenetreServeur fen = new FenetreServeur(); fen.setVisible(true); }
2728293031323334
*/ public static void main(final String[] args) throws SQLException { String strClassPath = System.getProperty("java.class.path"); System.out.println("Classpath is " + strClassPath); FenetreServeur fen = new FenetreServeur(); fen.setVisible(true); }