IDL on the web? [message #67915] |
Sun, 06 September 2009 14:11  |
Petula Lau
Messages: 4 Registered: September 2009
|
Junior Member |
|
|
Hi all,
I currently work for a science institute, and I have been assigned a
task to provide an IDL program on our public website.
The IDL program is a solar energy calculator. It requires inputs such
as latitude, longitude, tilt of the solar panels, months of the year
to calculate etc. It outputs a graph which shows you the expected
position of the sun relative to where you live.
I have been searching for over a day now, but haven't found anything
as to how to put this program on the web.
I thought of maybe two possibilities:
1. Create php front-end input form and shell out to the machine with
IDL installed (we will have to be running IDL the whole time). This
will require us purchasing another IDL licence.
2. Use the IDL VM somehow?
Appreciate your response.
Cheers,
Petula
|
|
|
|
Re: IDL on the web? [message #68115 is a reply to message #67915] |
Wed, 16 September 2009 13:33  |
Petula Lau
Messages: 4 Registered: September 2009
|
Junior Member |
|
|
Thanks Scott - I did use the -DIDL_LOAD_DEBUG and that was very
helpful. The problem was that it was using the 32 bit IDL, but I was
using jvm 1.6.0 (64 bit).
On Sep 17, 3:46 am, Scott <srel...@viawest.net> wrote:
> When you go to your eclipse project's Properties -> Java Build Path ->
> Libraries tab, is javaidlb.jar there and properly resolved?
>
> You can also try adding -DIDL_LOAD_DEBUG to your run configuration's
> jvm arguments to possibly get more debugging info.
>
> -Scott
|
|
|
Re: IDL on the web? [message #68117 is a reply to message #67980] |
Wed, 16 September 2009 08:46  |
Scott[1]
Messages: 33 Registered: September 2009
|
Member |
|
|
When you go to your eclipse project's Properties -> Java Build Path ->
Libraries tab, is javaidlb.jar there and properly resolved?
You can also try adding -DIDL_LOAD_DEBUG to your run configuration's
jvm arguments to possibly get more debugging info.
-Scott
|
|
|