Deploying Ktor application
I have ktor application but i cant deploy it? is it neccecery to add some additional file to it?
11 Replies
Project ID:
N/A
N/A
please be more specific
I have developed the ktor project, and it works on local machine, I pushed the code on github, and then press deploy on railway app
@aleks java time
any update here
if aleks is unavailable then unfortunately there's nothing I can help with as I don't know java
Ah, I've seen this before, let me check
If I recall correctly, the first answer on this worked for me: https://stackoverflow.com/questions/32567167/gradle-no-main-manifest-attribute
Stack Overflow
Gradle - no main manifest attribute
I'm building a JAR file with Gradle. When I try to run it I get the following error
no main manifest attribute, in RxJavaDemo.jar
I tried manipulating the manifest property but I think I'm forget...
Try that and let me know if it's still broken - I'm not at my computer right now, so I can't test