1822521 Members
2664 Online
109642 Solutions
New Discussion юеВ

Re: Display variable

 
Rahim Makhani
Advisor

Display variable

I am accessing HP-UX from x/deep 32 in windows xp... I am getting java.lang.nullpointerexception while installing oracle application

I have searched this error and found that I neeed to set display environment in remote and local machine... Can someone tell me how to do this

Thanx,
Rahim...
6 REPLIES 6
RAC_1
Honored Contributor

Re: Display variable

export DISPLAY=ip_address:0.0
There is no substitute to HARDWORK
Rahim Makhani
Advisor

Re: Display variable

It doesn't work

When I try xhost +
it gives me error
xhost: unable to open display :0.1
Rahim...
Rahim Makhani
Advisor

Re: Display variable

No Response :S
Deoncia Grayson_1
Honored Contributor

Re: Display variable

you must do as was noted
export Display=ip_address:0.0
then
xhost
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
RAC_1
Honored Contributor

Re: Display variable

From windows box once you login and open a telnet session, do who -um
The column will display ip address/hostanme.
Set display to that.
There is no substitute to HARDWORK
Moath Taslaq
New Member

Re: Display variable

Hello Rahim,

please can you try this:
export DISPLAY=:0.1
xhost+
0.1 :it means No. of your session,and i think from your output error it's 0.1 not 0.0 .