Changes for page Development-Common Pitfalls and Troubleshooting
                  Last modified by Pascal Robert on 2010/09/13 00:24
              
      
      From version  6.1 
    
    
              edited by Pascal Robert
        
on 2007/09/03 15:19
     on 2007/09/03 15:19
      Change comment:
              There is no comment for this version
          
         
      To version  2.1 
    
    
              edited by Quinton Dolan
        
on 2007/07/12 20:22
     on 2007/07/12 20:22
      Change comment:
              There is no comment for this version
          
         Summary
- 
          Page properties (3 modified, 0 added, 0 removed)
 
Details
- Page properties
 - 
      
- Title
 -   
... ... @@ -1,1 +1,1 @@ 1 -Web Applications-Development-Common Pitfalls and Troubleshooting 1 +Programming__WebObjects-Web Applications-Development-Common Pitfalls and Troubleshooting  - Author
 -   
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.qdolan  - Content
 -   
... ... @@ -1,6 +1,6 @@ 1 -== Debugging Classpath Problems == 1 +== Debugging Classpath Problems == 2 2 3 -=== Chuck Hill === 3 +=== Chuck Hill === 4 4 5 5 I recently found this useful and thought others might too: 6 6 ... ... @@ -15,7 +15,7 @@ 15 15 16 16 {{/code}} 17 17 18 -Add this to public static void main(String argv) before the call to WOApplication.main(argv, Application.class) and add these imports: 18 +Add this to public static void main(String argv[[]]) before the call to WOApplication.main(argv, Application.class) and add these imports: 19 19 20 20 {{code}} 21 21 ... ... @@ -23,3 +23,5 @@ 23 23 import java.net.*; 24 24 25 25 {{/code}} 26 + 27 +Category:WebObjects