The Artima Developer Community
Sponsored Link

Java Buzz Forum
Compiling Java code on the fly in Pnuts

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Toyokazu Tomatsu

Posts: 66
Nickname: tomatsu
Registered: Jul, 2003

Toyokazu Tomatsu is a developer of Pnuts.
Compiling Java code on the fly in Pnuts Posted: Apr 9, 2004 7:19 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Toyokazu Tomatsu.
Original Post: Compiling Java code on the fly in Pnuts
Feed Title: Pnuts Addict
Feed URL: http://pnuts.org/~tomatsu/jroller-rss.xml
Feed Description: Toyokazu Tomatsu's Weblog
Latest Java Buzz Posts
Latest Java Buzz Posts by Toyokazu Tomatsu
Latest Posts From Pnuts Addict

Advertisement
Changes in version 20040402:

  • 1) Added jdtc module,
    which allows you to compile Java code on-the-fly, using Eclipse's SDK (jdtcore.jar).
        use("jdtc")
        loadJava("class A {}")
        loadJava("public class B extends A {}")
        B()
    
  • 2) Fixed the thread-safety issue in Pnuts interpreter(#14, #15)
  • 3) Refactored the visual debugger
    • - Separated Model and View
    • - Added Toolbar
    • - Moved the hard-coded menus and labels to property files

Read: Compiling Java code on the fly in Pnuts

Topic: More fixed point library links Previous Topic   Next Topic Topic: Groovy + Small Lightweight Container = NanoWeb

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use