win2003

View: New views
4 Messages — Rating Filter:   Alert me  

win2003

by Ahmed Nawar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Dear all,

Does jpype run on windows server 2003?

Thanks
Ahmed nawar

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Jpype-users mailing list
Jpype-users@...
https://lists.sourceforge.net/lists/listinfo/jpype-users

Re: win2003

by Steve Ménard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Assuming Java and python both do, then there is no reason for JPype not to.

On Mon, Mar 31, 2008 at 9:24 AM, Ahmed Nawar <Ahmed.Nawar@...> wrote:

Dear all,

Does jpype run on windows server 2003?

Thanks
Ahmed nawar

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Jpype-users mailing list
Jpype-users@...
https://lists.sourceforge.net/lists/listinfo/jpype-users



--
Steve Menard

------------------------------
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
Rick Cook, The Wizardry Compiled
------
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
-- Jeremy S. Anderson
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Jpype-users mailing list
Jpype-users@...
https://lists.sourceforge.net/lists/listinfo/jpype-users

Re: win2003

by Ahmed Nawar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear Steve,

I got this error on windows server 2003:
(I ran the same code on Linux and it is work)

from jpype import *

  File "C:\Python25\Lib\site-packages\jpype\__init__.py", line 17, in <module>
    from _jpackage import *

  File "C:\Python25\Lib\site-packages\jpype\_jpackage.py", line 18, in <module>
    import _jpype

ImportError: DLL load failed: The specified module could not be found.


Thanks
Ahmed nawar


-----Original Message-----
From: Steve Ménard [mailto:menard.steve@...]
Sent: Mon 3/31/2008 3:38 PM
To: Ahmed Nawar
Cc: jpype-users@...
Subject: Re: [Jpype-users] win2003
 
Assuming Java and python both do, then there is no reason for JPype not to.

On Mon, Mar 31, 2008 at 9:24 AM, Ahmed Nawar <Ahmed.Nawar@...>
wrote:

>
> Dear all,
>
> Does jpype run on windows server 2003?
>
> Thanks
> Ahmed nawar
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Jpype-users mailing list
> Jpype-users@...
> https://lists.sourceforge.net/lists/listinfo/jpype-users
>



--
Steve Menard

------------------------------
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning.
Rick Cook, The Wizardry Compiled
------
There are two major products that come out of Berkeley: LSD and UNIX. We
don't believe this to be a coincidence.
-- Jeremy S. Anderson


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Jpype-users mailing list
Jpype-users@...
https://lists.sourceforge.net/lists/listinfo/jpype-users

Re: win2003

by Steve Ménard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Seems like it is not finding the JVM dll.

print the result of the GetDefaultJVMPath() call, see if it corresponds to the location of yourt JDK.

Also, are you using win2003 32 or 64 bit ?

On Mon, Mar 31, 2008 at 10:01 AM, Ahmed Nawar <Ahmed.Nawar@...> wrote:
Dear Steve,

I got this error on windows server 2003:
(I ran the same code on Linux and it is work)

from jpype import *

 File "C:\Python25\Lib\site-packages\jpype\__init__.py", line 17, in <module>
   from _jpackage import *

 File "C:\Python25\Lib\site-packages\jpype\_jpackage.py", line 18, in <module>
   import _jpype

ImportError: DLL load failed: The specified module could not be found.


Thanks
Ahmed nawar


-----Original Message-----
From: Steve Ménard [mailto:menard.steve@...]
Sent: Mon 3/31/2008 3:38 PM
To: Ahmed Nawar
Cc: jpype-users@...
Subject: Re: [Jpype-users] win2003

Assuming Java and python both do, then there is no reason for JPype not to.

On Mon, Mar 31, 2008 at 9:24 AM, Ahmed Nawar <Ahmed.Nawar@...>
wrote:

>
> Dear all,
>
> Does jpype run on windows server 2003?
>
> Thanks
> Ahmed nawar
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Jpype-users mailing list
> Jpype-users@...
> https://lists.sourceforge.net/lists/listinfo/jpype-users
>



--
Steve Menard

------------------------------
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning.
Rick Cook, The Wizardry Compiled
------
There are two major products that come out of Berkeley: LSD and UNIX. We
don't believe this to be a coincidence.
-- Jeremy S. Anderson




--
Steve Menard

------------------------------
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
Rick Cook, The Wizardry Compiled
------
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
-- Jeremy S. Anderson
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Jpype-users mailing list
Jpype-users@...
https://lists.sourceforge.net/lists/listinfo/jpype-users
LightInTheBox - Buy quality products at wholesale price!