Tiny Core Linux

General TC => General TC Talk => Topic started by: malikawan on June 22, 2014, 11:46:02 AM

Title: Java application & Tinycore
Post by: malikawan on June 22, 2014, 11:46:02 AM
I want to run just java jar file on tinycore on start up all ok but is there any way to bost up my java applcation and i need to run just java so any sugestions that my java app run fast as possible.
Title: Re: Java application & Tinycore
Post by: gerald_clark on June 22, 2014, 11:54:55 AM
Not enough information to answer your question.
Is this an X application or a console application?
Title: Re: Java application & Tinycore
Post by: malikawan on June 22, 2014, 12:34:57 PM
gerald_clark its X application
Title: Re: Java application & Tinycore
Post by: gerald_clark on June 22, 2014, 01:00:17 PM
Then you need to put a launcher in /home/tc/.X.d.
The launcher must exit immediately after starting the aplication.
See chapter 19 of corebook.
There are examples in 25.3 and 29.2.