WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Java application & Tinycore  (Read 2948 times)

Offline malikawan

  • Full Member
  • ***
  • Posts: 243
Java application & Tinycore
« on: June 22, 2014, 08: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.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Java application & Tinycore
« Reply #1 on: June 22, 2014, 08:54:55 AM »
Not enough information to answer your question.
Is this an X application or a console application?

Offline malikawan

  • Full Member
  • ***
  • Posts: 243
Re: Java application & Tinycore
« Reply #2 on: June 22, 2014, 09:34:57 AM »
gerald_clark its X application

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Java application & Tinycore
« Reply #3 on: June 22, 2014, 10:00:17 AM »
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.