Results 1 to 7 of 7

Thread: How to use Oxygene for Java Command Line?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Ok, I was able to compile the above file in the Oxygene IDE, but not via the command line version...it still can't find the system.in or system.out

    I must be missing some parameters...

    Well, at least my Oxygene IDE is working now
    I would still like to see if I can get it working via command line though

  2. #2
    If it works trough IDE and not trough command line then it is big posibility that when using command line you don't specify proper folder locations for all necessary libraries. You should check wch parameters are usied when the project is being compiled by IDE.

  3. #3
    Quote Originally Posted by SilverWarior View Post
    If it works trough IDE and not trough command line then it is big posibility that when using command line you don't specify proper folder locations for all necessary libraries. You should check wch parameters are usied when the project is being compiled by IDE.
    Yeah you are probably right - I'm not sure what parameters here:
    http://wiki.oxygenelanguage.com/en/Oxygene.exe

    equate to the .oxygene file values though.

    Anyway, I think I will leave it for now and just use the IDE.

  4. #4
    I'm just guesing but wouldn't you need to use "allowimplicitout " parameter and set it to "yes" for System.Out and System.In for command line compiler to work with your code?
    Othervise I would suggest for you to read through IDE documentation to learn wich parameter must be used when you are compiling your project with command line debuger.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •