Skip to content

Commit

Permalink
编译好可以使用的java包装程序
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagewang committed May 26, 2013
1 parent 322024e commit 0f2a47c
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 64 deletions.
31 changes: 0 additions & 31 deletions bin/jwrapper.xml

This file was deleted.

4 changes: 2 additions & 2 deletions project/jwrapper.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)..\bin"
OutputDirectory="$(SolutionDir)..\bin\$(ConfigurationName)_exe\"
IntermediateDirectory="$(SolutionDir)..\bin\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
Expand Down Expand Up @@ -94,7 +94,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)..\bin"
OutputDirectory="$(SolutionDir)..\bin\$(ConfigurationName)_exe\"
IntermediateDirectory="$(SolutionDir)..\bin\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
Expand Down
Binary file removed snapshot/20120611/jwrapper.exe
Binary file not shown.
Binary file removed snapshot/20120614/linux_x64/jwrapper
Binary file not shown.
Binary file removed snapshot/20120614/linux_x86/jwrapper
Binary file not shown.
Binary file removed snapshot/20120614/win32/jwrapper.exe
Binary file not shown.
62 changes: 31 additions & 31 deletions snapshot/20120611/jwrapper.xml → snapshot/20130526/jwrapper.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<java>
<debug>false</debug>

<javahome>${JAVA_HOME}</javahome>

<jvmtype>client</jvmtype>

<mainclass>com.github.vintage.wang.jwrapper.sample.HelloWorld</mainclass>

<properties>
<java.ext.dirs>${cpd}/../lib</java.ext.dirs>
<com.sun.management.jmxremote></com.sun.management.jmxremote>
<com.sun.management.jmxremote.port>9999</com.sun.management.jmxremote.port>
<com.sun.management.jmxremote.authenticate>false</com.sun.management.jmxremote.authenticate>
<com.sun.management.jmxremote.ssl>false</com.sun.management.jmxremote.ssl>
<log4j.configuration>${cpd}/log4j.properties</log4j.configuration>
</properties>

<classpaths>
<path>${cpd}/../samples/Hello/target/Hello-1.0-SNAPSHOT.jar</path>
</classpaths>

<options>
<-Xms512m></-Xms512m>
<-Xmx512m></-Xmx512m>
<-XX:NewSize>256M</-XX:NewSize>
<-XX:MaxNewSize>256M</-XX:MaxNewSize>
<-XX:PermSize>128M</-XX:PermSize>
<-XX:MaxPermSize>128M</-XX:MaxPermSize>
</options>
</java>
<java>
<debug>false</debug>

<javahome>${JAVA_HOME}</javahome>

<jvmtype>client</jvmtype>

<mainclass>com.github.vintage.wang.jwrapper.sample.HelloWorld</mainclass>

<properties>
<java.ext.dirs>${cpd}/../lib</java.ext.dirs>
<com.sun.management.jmxremote></com.sun.management.jmxremote>
<com.sun.management.jmxremote.port>9999</com.sun.management.jmxremote.port>
<com.sun.management.jmxremote.authenticate>false</com.sun.management.jmxremote.authenticate>
<com.sun.management.jmxremote.ssl>false</com.sun.management.jmxremote.ssl>
<log4j.configuration>${cpd}/log4j.properties</log4j.configuration>
</properties>

<classpaths>
<path>${cpd}/../samples/Hello/target/Hello-1.0-SNAPSHOT.jar</path>
</classpaths>

<options>
<-Xms512m></-Xms512m>
<-Xmx512m></-Xmx512m>
<-XX:NewSize>256M</-XX:NewSize>
<-XX:MaxNewSize>256M</-XX:MaxNewSize>
<-XX:PermSize>128M</-XX:PermSize>
<-XX:MaxPermSize>128M</-XX:MaxPermSize>
</options>
</java>

0 comments on commit 0f2a47c

Please sign in to comment.