Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Java ScriptEngine?

  1. #1
    Member
    Join Date
    Feb 2013
    Posts
    78
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Java ScriptEngine?

    Hey guys. So, I was wondering... I recently wrote my own simple scripting language parsed and ran by java from scratch. It isn't very good... I saw that java has a ScriptEngine system... I was wondering if anyone knew a good tutorial on using them? I have looked and I don't really see how you do things with it...

    http://scripting.dev.java.net/ is down...


  2. #2
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: Java ScriptEngine?

    What happened when you typed "java scriptengine tutorial" into google?
    Improving the world one idiot at a time!

  3. #3
    Member
    Join Date
    Feb 2013
    Posts
    78
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Java ScriptEngine?

    well, i got one tutorial on making your own script engine and it didnt really show how to do things...

  4. #4
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: Java ScriptEngine?

    When I tried the very first hit was a link to the Oracle docs. Probably a good place to start.
    Improving the world one idiot at a time!

  5. #5
    Member
    Join Date
    Feb 2013
    Posts
    78
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Java ScriptEngine?

    they dont talk about implementing one, but yeah.