java with internet explorer under wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Viktor Nagy

java with internet explorer under wine

Post by Viktor Nagy »

Hi,

my bank requires a java certifiate that won't run under linux (I know that
most of the java applets are platform independent, but this one is not).
I've managed to get java running under Firefox with wine, but it turns out
that their java won't run properly under Firefox neither. (This was affirmed
by a windows user friend as well.) So my only remaining option is IE with
wine. It's easy to install IE6 with ies4linux, but installing java won't
work.

I've tried to install it as:
$ env WINEPREFIX="/home/nagyv/.ies4linux/ie6" wine
jre-6u11-windows-i586-p-s.exe
err:service:RPC_Init RpcServerUseProtseq failed with error 1703
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code 1703

Any ideas?

Thanks, Viktor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: java with internet explorer under wine

Post by vitamin »

Viktor Nagy wrote:Any ideas?
Ask on ies4linux forum/ML. It has nothing to do with Wine.
PS.
Change your bank if it's software doesn't work with anything but windows. I wouldn't keep my money there.
penna

java with internet explorer under wine

Post by penna »

Hi Viktor,

I have managed to install SUN Java 1.4 under wine + IE. I can't
remember how I did it because it was some time ago, but IIRC I just typed:
WINEPREFIX="$HOME/.ies4linux/ie6" wine some_java_setup.exe

I also have the whole package: IE+Java in a targz ball. If you
wish I can sent it to you. Just give me the directions on how to do it. It
is about 40 MB ....

Regards.
---------------------------------------------------------
Ulisses de Sousa Penna
Analista de TI - Banco do Brasil
Fone: +55-61-3310-6320
---------------------------------------------------------
Viktor Nagy

java with internet explorer under wine

Post by Viktor Nagy »

Hi,

my bank requires a java certifiate that won't run under linux (I know that
most of the java applets are platform independent, but this one is not).
I've managed to get java running under Firefox with wine, but it turns out
that their java won't run properly under Firefox neither. (This was affirmed
by a windows user friend as well.) So my only remaining option is IE with
wine. It's easy to install IE6 with ies4linux, but installing java won't
work.

I've tried to install it as:
$ env WINEPREFIX="/home/nagyv/.ies4linux/ie6" wine
jre-6u11-windows-i586-p-s.exe
err:service:RPC_Init RpcServerUseProtseq failed with error 1703
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code 1703

Any ideas?

Thanks, Viktor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
walt

java with internet explorer under wine

Post by walt »

Viktor Nagy wrote:
Hi,

my bank requires a java certifiate that won't run under linux (I know that
most of the java applets are platform independent, but this one is not).
I've managed to get java running under Firefox with wine, but it turns out
that their java won't run properly under Firefox neither...
That certainly wouldn't make Sun happy, as it violates the whole spirit
of java. M$ and Sun had a bit of a row over just that subject a few
years ago and M$ lost the argument in a big way :o)

When you say the java certificate "won't run", what exactly happens?
Have you tried using the java console when the problem occurs?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

You might try winetricks ie6 rather than ies4linux...
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

What would be the difference in running Windows Java in Windows Firefox or in IE6? Windows Java itself shouldn't be any different when running in either, so if it doesn't work in Windows Firefox it wouldn't run in IE6 either, right?

There's probably something with Wine's compatibility with Windows Java, or the extra Windows-only library / certificate(?) your bank might be using.

Still, this is a serious issue from the bank's side. Send them an email about this too, because they're pretty much denying some service on a client here. And that's not a good thing for a bank. :roll:
Locked