Differences between revisions 10 and 11
Revision 10 as of 2010-01-15 00:55:00
Size: 3059
Editor: c-67-173-57-172
Comment:
Revision 11 as of 2010-01-15 00:57:24
Size: 3147
Editor: c-67-173-57-172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 77: Line 77:

PS. Sorry about the upload, was merely curious and didn't think it would go through.

Jython Frequently Asked Questions


  • JythonFaq/GeneralInfo

    • What is Jython?
    • What is JPython
    • Is Jython the same language as Python?
    • What is the current status of Jython?
    • How fast is Jython?
    • Where do I learn more about Jython


  • JythonFaq/InstallingJython

    • Why do I get NoClassDefFoundError when running the installer

    • Why can't I use "from java import ..." on Windows?"
    • What is "python.path" and "python.prepath" mean in the Jython registry
    • Why no command-line history in Jython?
    • Why do I get the error, "can't create package cache dir, '/cachedir/packages'"
    • Where's the registry file
    • GUI-less installer?
    • Jython cannot find your Java class, even though it exists in the class path.


  • JythonFaq/ProgrammingJython

    • Why can't I multiply inherit from two Java classes?
    • Why does dir(someJavaObject) return the empty list?
    • I'm trying to execute a 'protected' or 'private' Java Instance Method or attribute in a Java package. How can I get access?
    • Can I reload a java class as is possible for python modules?
    • How can I access Java protected (static) members from a Jython subclass?
    • How can I use a Java null value in Jython?
    • Where's the -O switch
    • When I write to a file, it's empty. Why?
    • The Jython's os module is missing some functions, why?
    • How can I manipulate a java.util.Date object in Jython?
    • The future of jythonc with Jython v2.2b2 or greater


  • JythonFaq/JythonModules

    • What parts of the Python library are supported?
    • Can I use the python DB API from Jython?
    • Can I use the Numeric package from Jython?


  • JythonFaq/ExtendingJython

    • Java classes that emulate Jython Dictionaries and Sequences
    • Emulating Jython object attribute access with a Java class
    • Supporting *args and **kw in Java methods


  • JythonFaq/EmbeddingJython

    • How can I use jython classes from my java application?
    • My modules can not be found when imported from an embedded application



=====Note to admin(s)===== Trust is a generous thing to hand out freely on the internet. Obviously being involved in this project, you aren't new to such things, so surely there must be a reason for having this completely open to modification. I'm just curious what that reason is. I plan on setting up a wiki on my own site (thebeerlair.com), but I've only just gotten it online, and have much to do before that I feel needs doing first. Anyway, if there is some perk of doing things this way, please let me in on the secret - alkoweb (at) gmail (period) com - please. Or is my edited version merely being saved locally until it is 'approved', as is how I intend to set mine up.

PS. Sorry about the upload, was merely curious and didn't think it would go through.

JythonFaq (last edited 2010-01-15 13:38:17 by AndrewKuchling)