Devpost
Participate in our public hackathons
Devpost for Teams
Access your company's private hackathons
Grow your developer ecosystem and promote your platform
Drive innovation, collaboration, and retention within your organization
By use case
Blog
Insights into hackathon planning and participation
Customer stories
Inspiration from peers and other industry leaders
Planning guides
Best practices for planning online and in-person hackathons
Webinars & events
Upcoming events and on-demand recordings
Help desk
Common questions and support documentation
Back to all discussions
Amit Dandawate • over 8 years ago
Would it be possible to deploy java project on nuclio ?
Tamar Gal Manager • over 8 years ago
Hi Amit,
nuclio does not yet support Java.
As a workaround until Java is supported, it is possible to invoke a Java Jar using the shell runtime, as if it were an executable. The following guide can serve as a baseline on how to do this:
https://github.com/nuclio/nuclio/blob/master/docs/concepts/writing-functions/shell/writing-a-shell-function.md
You may need to install all necessary components (e.g. JRE) so that the Jar is actually executable.
BTW, since nuclio is open source you can add new supported languages like Java :)
Comments are closed.
1 comment
Tamar Gal Manager • over 8 years ago
Hi Amit,
nuclio does not yet support Java.
As a workaround until Java is supported, it is possible to invoke a Java Jar using the shell runtime, as if it were an executable. The following guide can serve as a baseline on how to do this:
https://github.com/nuclio/nuclio/blob/master/docs/concepts/writing-functions/shell/writing-a-shell-function.md
You may need to install all necessary components (e.g. JRE) so that the Jar is actually executable.
BTW, since nuclio is open source you can add new supported languages like Java :)