e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 21 through 30 of 356 (0.127 seconds)
Class: org.apache.naming.factory.EjbFactory  ©, Rating: 0% of 0, C2

129 } 130 } else { 131 String javaxEjbFactoryClassName = 132 System.getProperty("javax.ejb.Factory", 133 Constants.OPENEJB_EJB_FACTORY);

Class: org.apache.naming.ResourceRef  ©, Rating: 0% of 0, C1

122 return factory; 123 } else { 124 factory = System.getProperty(Context.OBJECT_FACTORIES); 125 if (factory != null) { 126 return null;

Class: org.apache.tools.ant.taskdefs.ProcessDestroyerTest  ©, Rating: 0% of 0, C1

47 try { 48 ProcessDestroyer processDestroyer = new ProcessDestroyer(); 49 Process process = 50 Runtime.getRuntime().exec( 51 "java -cp "

Class: org.apache.jorphan.io.TextFile  ©, Rating: 0% of 0, C2

143 public String getText() 144 { 145 String lineEnd = System.getProperty("line.separator"); 146 StringBuffer sb = new StringBuffer(); 147 Reader reader = null;

Class: javax.xml.soap.FactoryFinder  ©, Rating: 0% of 0, C2

138 139 try { 140 String propertiesFileName = System.getProperty("java.home") 141 + File.separator + "lib" 142 + File.separator + "jaxm.properties";

Class: javax.xml.soap.FactoryFinder  ©, Rating: 0% of 0, C2

130 131 try { 132 String factoryClassName = System.getProperty(factoryPropertyName); 133 134 if (factoryClassName != null) {

Class: org.apache.jmeter.NewDriver  ©, Rating: 0% of 0, C3

123 } 124 125 System.setProperty( 126 "java.class.path", 127 System.getProperty("java.class.path") + classpath.toString());

Class: org.apache.jmeter.NewDriver  ©, Rating: 0% of 0, C3

113 114 jars.add(new URL("file", "", s)); 115 classpath.append(System.getProperty("path.separator")); 116 classpath.append(s); 117 }

Class: org.apache.jmeter.NewDriver  ©, Rating: 0% of 0, C3

069 * If so, may need to fix them up later 070 */ 071 boolean usesUNC = System.getProperty("os.name").startsWith("Windows"); 072 073 StringBuffer classpath = new StringBuffer();

Class: org.apache.jmeter.NewDriver  ©, Rating: 0% of 0, C3

061 else 062 { 063 File userDir = new File(System.getProperty("user.dir")); 064 jmDir = userDir.getAbsoluteFile().getParent(); 065 }

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next