ByteSkript icon indicating copy to clipboard operation
ByteSkript copied to clipboard

Compiled jars throwing error and not running.

Open ericd590 opened this issue 1 year ago • 0 comments

Describe the bug Compiled jars don't run and just give an error.

To Reproduce Steps to reproduce the behavior:

  1. Create a bsk file and write some code. I've used the code below
on load:
    trigger:
        print "hello"
  1. Use the jar command to create a jar.
  2. Run the new jar
  3. See error

Expected behavior It should work the same as when you use the run command by printing "hello"

Screenshots image

Desktop (please complete the following information):

  • OS: Windows 11
  • Version: latest

ericd590 avatar Feb 29 '24 00:02 ericd590