0

我编写了一个 java 程序,它进行一些计算然后发送电子邮件。我已经把它打包成一个罐子了。我需要每周四的午夜运行这个程序。我的电脑很可能不会一直打开,所以我需要它从某个主机上运行。我的问题是 - 是否有支持 cron 和 java 的免费托管场所?

嗯,我查看了应用程序引擎,但在尝试为 Eclipse 安装 Google 插件时遇到了问题。点击安装后出现错误。。

Cannot complete the install because one or more required items could not be found.
Software being installed: Google Web Toolkit SDK 2.4.0 2.4.0.v201208080120-rel-r37 (com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group 2.4.0.v201208080120-rel-r37)
Missing requirement: Google App Engine Plugin 3.1.0.v201208080120-rel-r37 (com.google.appengine.eclipse.core 3.1.0.v201208080120-rel-r37) requires 'bundle org.eclipse.wst.sse.core 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Google Plugin for Eclipse 3.7 3.1.0.v201208080120-rel-r37 (com.google.gdt.eclipse.suite.e37.feature.feature.group 3.1.0.v201208080120-rel-r37)
To: com.google.appengine.eclipse.core [3.1.0.v201208080120-rel-r37]
Cannot satisfy dependency:
From: Google Web Toolkit SDK 2.4.0 2.4.0.v201208080120-rel-r37 (com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group 2.4.0.v201208080120-rel-r37)
To: com.google.gdt.eclipse.suite.e37.feature.feature.group 3.1.0
4

3 回答 3

0

启动 Amazon 微型实例服务器。它们是免费的,让您可以完全控制机器,包括设置 cron 作业。

AWS

于 2012-10-25T14:10:50.307 回答
0

查看 Google App Engine: https ://developers.google.com/appengine/

它支持Java,并且在一定配额内是免费的。

请注意,它不支持运行桌面应用程序,但由于您使用 Java 编写代码,因此它很可能是可移植的,您还可以利用 App Engine 平台服务,例如发送电子邮件。它还有一个 cron 服务。

于 2012-10-25T14:07:42.907 回答
0

查看 OpenShift ( https://openshift.redhat.com/app/ )。

它提供了一系列满足小需求的免费工具,以及从那里扩大规模的能力。

于 2012-10-25T14:23:18.943 回答