openjdk app cmd java -jar application.jar gets error [The wizard cannot continue

If it doesn't fit in another category, ask it here.
Post Reply
ewood
Posts: 1
Joined: 2011/07/29 00:11:25

openjdk app cmd java -jar application.jar gets error [The wizard cannot continue

Post by ewood » 2011/07/29 00:42:23

After Centos 5.6 installation[which comes with openjdk 1.6 ] :-

install openjdk app via command [ java -jar application.jar ] result: gets error [The wizard cannot continue because of the following error: could not load wizard specified in /wizard.inf (184)]

Search the net found http://www.vivaolinux.com.br/dica/Problema-instalacao-do-ReceitaNet-IRPF-2011 which appears a match but it appear language is portuguese. I used babefish.yahoo.com to translate. It seems to say $ sudo update-alternatives --config java

Cannot seem to find sudo update-alternatives --config java Any suggestions ? One possible solution is download/install sun/oracle JDk 1.5/1.6 but am trying to see if can find openjdk solution.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

openjdk app cmd java -jar application.jar gets error [The wi

Post by pschaff » 2011/07/31 15:40:49

Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature.

Configuring alternatives is not going to help unless you have alternative Java versions (such as Oracle) installed. You may have a path issue with sudo. Try to [url=http://wiki.centos.org/TipsAndTricks/BecomingRoot]become root[/url] and see if it works.
[code]# which update-alternatives
/usr/sbin/update-alternatives
# rpm -qf `which update-alternatives`
chkconfig-1.3.47-1.el6.x86_64[/code]

I'd try the latest Oracle version to see if that works as a baseline before pursuing openjdk further. With alternatives you can switch back.

Post Reply