472,374 Members | 1,024 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,374 software developers and data experts.

Jython classpath question

Hi all,

Sorry for the newb question, but Googling and FAQing didn't work. Is it
correct that Jython can only access Java classes which are inside JAR
archives in the JYTHON_HOME directory? IT doesn't seem to be documented. I
ask because I want to do groovy prototyping using Jython, and save myself
a lot of coding overhead to try something a little out-of-the-box.

I have a working directory where all my code lives, and because my app is
under rapid development, I would prefer to avoid creating a JAR file every
time I want to do some Python scripting?

What do people suggest I do?

Thanks,
-Tennessee
Jul 18 '05 #1
5 15575
No it is not true. If you can access your class from java, in jar file
or not, (it has to be in the classpath), you can access it from jython.
I've been playing with jython and java a while ago, but I can remember I
had to do a little trying out, before I figured out how to access some
java class. As far as I can remember you can have more java classes in
one *.class file, so it is possible that you have to write:

import classfilename.classname

or similar, but do not blame me if I am wrong here, as far as I can
remember I had to to some trying out in this direction.

There is also a jython mailing list, and two books about jython.
"Tennessee James Leeuwenburg" <t.***********@removme.bom.gov.au> wrote
in message news:pa****************************@removme.bom.go v.au...
Hi all,

Sorry for the newb question, but Googling and FAQing didn't work. Is it correct that Jython can only access Java classes which are inside JAR
archives in the JYTHON_HOME directory? IT doesn't seem to be documented. I ask because I want to do groovy prototyping using Jython, and save myself a lot of coding overhead to try something a little out-of-the-box.

I have a working directory where all my code lives, and because my app is under rapid development, I would prefer to avoid creating a JAR file every time I want to do some Python scripting?

What do people suggest I do?

Thanks,
-Tennessee


Jul 18 '05 #2
On Thursday 17 July 2003 03:29, Tennessee James Leeuwenburg wrote:
Hi all,

Sorry for the newb question, but Googling and FAQing didn't work. Is it
correct that Jython can only access Java classes which are inside JAR
archives in the JYTHON_HOME directory? IT doesn't seem to be documented. I
ask because I want to do groovy prototyping using Jython, and save myself
a lot of coding overhead to try something a little out-of-the-box.


No you can import a java .class file. Just make sure it's on the python path
(sys.path) if both .py and .class files are in the same directory then you
need do nothing... if not then you could add the directory containing the
java class files to python sys.path like so:

import sys

sys.path.append("/path/to/java/class/files")
for more information / alternative suggestions look at :-

http://www.jython.org/docs/registry.html

Regards
Martin

Jul 18 '05 #3
Thanks All.

-Tennessee
Jul 18 '05 #4
I can now import every class except the one which I would most like to
import.

The fully-qualified classname is au.gov.bom.aifs.dv.dv.
I can import anything else from the au.gob.bom tree, and also other things
from the dv tree such as dv.LayerManager. It's just dv.dv that is causing
hassles.

Are there any pitfalls or required naming conventions that I should be
aware of?

Thanks,
-Tennessee
Jul 18 '05 #5
Never mind,

It was barfing on a dependant class that wasn't in the classpath. I was
just misreading the error message.

Thanks guys,
-T
Jul 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: angel | last post by:
A java runtime environment includes jvm and java class (for example classes.zip in sun jre). Of course jython need jvm,but does it need java class. Thanx
7
by: Jan Gregor | last post by:
Hello I found that jython catches exact java exceptions, not their subclasses. Is there some way to get around this limitation (or error) ? My program has class representing database source...
1
by: Nandan | last post by:
hello, can I ask a jython question here? when I use the jython interpreter I have no problem with the statement: from java import lang from javax import swing but when I put this in a...
1
by: scott | last post by:
I installed darwinports and did a "sudo port install jython" ------------------------- scott$ which jython /opt/local/bin/jython ------------------------- Jython works in interactive...
2
by: didier.prophete | last post by:
Ok, so I know this is probably a common jython error, but somehow I can't seem to find an answer to this trivial problem. Ok, I have the following (simple) directory structure: $TOP/...
12
by: Mark Fink | last post by:
I wrote a Jython class that inherits from a Java class and (thats the plan) overrides one method. Everything should stay the same. If I run this nothing happens whereas if I run the Java class it...
1
by: Mark Fink | last post by:
Hi there, I have a source file FailFixture.py in the folder D:\AUT_TEST\workspace\JyFIT\testutil. Now I want to import the file with "import testutil.FailFixture". Unfortunately I could not...
3
by: donkeyboy | last post by:
All, I'm having issues installing Jython on Windows XP. I've looked on the web and this newsgroup but to no avail. Any suggestions? The shell listing is below: NB I've got Cygwin installed,...
5
by: sarup26 | last post by:
Hello .. I would like to know more about Python and Jython? What is the difference between both of them? What is the future for Jython and which are the areas where it is used? Swot
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
by: F22F35 | last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.