You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Java, you can specify .java as main and deploy .java source file directly. However, you can't use scala source directly. This following should be supported.
"main":"scala:demo/GameVerticle.scala",
The text was updated successfully, but these errors were encountered:
@purplefox We need at least one example to show the world. That's what we're trying to do with #30. Granted, we could just compile and run the example (haven't tried but should work...), but let's see how far we can get with @raniejade's effort.
In Java, you can specify .java as main and deploy .java source file directly. However, you can't use scala source directly. This following should be supported.
"main":"scala:demo/GameVerticle.scala",
The text was updated successfully, but these errors were encountered: