Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Testmove"

Line 7: Line 7:
 
no disconnect after save
 
no disconnect after save
  
<source lang="php" >
+
<source lang="java" >
<?php
+
 
     v = "string";   // sample initialization
+
     class myfirstjavaprog
?>
+
html text
+
        public static void main(String args[])
<?
+
        {
    echo v;        // end of php code
+
          System.out.println("Hello World!");
?>
+
        }
 +
}
 +
 
 +
</source>

Revision as of 14:41, 7 January 2008

blah blah blah


waiting for timeout 2 minutes


no disconnect after save

    class myfirstjavaprog
{  
        public static void main(String args[])
        {
           System.out.println("Hello World!");
        }
}

Copyright © Eclipse Foundation, Inc. All Rights Reserved.