GithubHelp home page GithubHelp logo

appstart's People

appstart's Issues

Automatic configuration of logging

Appstart should configure automatically the logging frameworks that the 
application can use.
If appstart finds a log4j.properties, or a log4j.xml file in the application 
directory, then it will set the system property
log4j.configuration = <path_to_log4j_config>

If appstart finds a logging.properties file, then it will set the system 
property
java.util.logging.config.file = <path_to_logging.properties>

For Logback library, searches for logback.xml, and sets 
logback.configurationFile property

Original issue reported on code.google.com by [email protected] on 17 Jun 2010 at 10:37

Errors/exceptions on launching appstart.jar are not clear

What steps will reproduce the problem?
1. Launch appstart with erroneous configuration, i.e. a app.main.class property 
that points to an unexistent class

What is the expected output? What do you see instead?
appstart fails silently, without any visible errors in output. It is expected 
an error log file that logs any exception log

Please use labels and text to provide additional information.
Redirect System.out and System.err in the appstart main to a appstart.log file, 
to be written in ${user.home}

Original issue reported on code.google.com by [email protected] on 12 Sep 2010 at 11:27

OutOfMemory

Well, the Xms and Xmx arguments seems to be ignored, I get out of memory error.
If I launch the game from a batch file, with the same xms and xmx values, the 
game runs fine.

app.vm.options=-Xms1g -Xmx1g
app.libs.dir=
#app.class.path=
app.main.class=ui.MainClass
#app.follow=true

Setting app.libs.dir to empty means that the jar file is in the same directory 
as itself.

Original issue reported on code.google.com by [email protected] on 28 Nov 2013 at 1:42

Configure native libraries for the application

Allow Appstart to automatically configure native libraries paths, through the 
setting of the system property java.library.path .

The default path for the native libraries shall be 
${app.dir}/nativelib/
|- windows/
|- linux/
|- macosx/
|- solaris/
|- ...

The native library path can be customized, through the setting of the property 
key app.nativelib.dir in the file appstart.properties


Original issue reported on code.google.com by [email protected] on 17 Jun 2010 at 10:23

Add property app.main.jar

Put a new property in appstart.properties:
app.main.jar = jar_with_main_class.jar

the main class in the manifest.mf file of the specified jar file will be used 
as the main class of the application 


Original issue reported on code.google.com by [email protected] on 30 May 2010 at 9:26

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.