Timeline for Cron tab to run a java file
Current License: CC BY-SA 4.0
25 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 10, 2022 at 12:07 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 11, 2022 at 8:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 12, 2021 at 7:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Aug 13, 2021 at 14:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 14, 2021 at 6:47 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 13, 2020 at 10:05 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Aug 9, 2020 at 1:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 9, 2020 at 16:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Mar 10, 2020 at 9:56 | history | edited | Jeff Schaller♦ | CC BY-SA 4.0 |
appended answer 342880 as supplemental
|
| Mar 10, 2020 at 8:30 | review | Close votes | |||
| Mar 17, 2020 at 3:05 | |||||
| Mar 10, 2020 at 8:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Nov 10, 2019 at 17:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jul 8, 2019 at 20:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Mar 1, 2019 at 7:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Nov 18, 2018 at 6:28 | history | edited | Rui F Ribeiro | CC BY-SA 4.0 |
deleted 105 characters in body; edited title
|
| Feb 6, 2017 at 16:25 | comment | added | Hannah.S | Ahhh i didn't know - it still isn't working I'm afraid unless i still have a typo, iv changed the script file to: #!/bin/bash export PATH=/usr/share/doc/openjdk-6-jre-headless:$PATH java -jar /usr/local/bin/javatest.jar but it isn't running :( | |
| Feb 6, 2017 at 16:06 | comment | added | ka3ak | Do you think you have to define JAVA_HOME each time you run a java app? You don't have to. Just use the absolute path to java: /usr/share/doc/openjdk-6-jre-headless/java -jar ... | |
| Feb 6, 2017 at 13:50 | answer | added | SYN | timeline score: 2 | |
| Feb 6, 2017 at 13:43 | comment | added | andcoz | @hannah-s check the mailbox of the user that owns the crontab for error log emails, | |
| Feb 6, 2017 at 13:40 | comment | added | andcoz | Welcome to Unix Stackexchange! You can take the tour first and the learn How to Ask a good question. That makes it easier for us to help you. | |
| Feb 6, 2017 at 13:39 | history | edited | andcoz | CC BY-SA 3.0 |
added 1 character in body
|
| Feb 6, 2017 at 13:35 | review | First posts | |||
| Feb 6, 2017 at 13:56 | |||||
| S Feb 6, 2017 at 13:33 | history | edited | andcoz | CC BY-SA 3.0 |
added 25 characters in body
|
| Feb 6, 2017 at 13:32 | review | Suggested edits | |||
| S Feb 6, 2017 at 13:33 | |||||
| Feb 6, 2017 at 13:31 | history | asked | Hannah.S | CC BY-SA 3.0 |