[talk-au] loading JOSM

2013-10-26 Thread Arthur Geeson

Hi,

Firstly a thank you to the replies I got about the missing bench seats 
that were not appearing on the map.


I have been trying to get JOSM working and it implied that I had a 
version of java that was too old.  I then spend several hours to get a 
new version of java and now when I try to run JOSM it just falls over.  
I am using Ubuntu 12.04 and get the following problems:


arthur@arthur-Aspire-5750G:/usr/lib/jvm/java-7-openjdk-i386/bin$ java 
-version

java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK Server VM (build 23.7-b01, mixed mode)

arthur@arthur-Aspire-5750G:/$ josm
Using /usr/lib/jvm/java-7-openjdk-i386/bin/java to execute josm.
java.awt.HeadlessException
at 
java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)

at java.awt.Window.(Window.java:535)
at java.awt.Frame.(Frame.java:420)
at javax.swing.JFrame.(JFrame.java:218)
at 
org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:316)


I have tried reloading JOSM and the plugins but it seems there maybe 
something wrong with java?


Thanks - Arthur (geesona)

___
Talk-au mailing list
Talk-au@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-au


[talk-au] Loading JOSM

2013-10-28 Thread Arthur Geeson

Thank you to the replies I got for my problems with JOSM/Java.

Yesterday I removed everything java from my machine and reloaded java 
with "sudo apt-get install" but it totally refused to start and didn't 
seem to be even loaded correctly.  I tried updates etc. all to no 
avail.  Today I located 
http://roger.steneteg.org/535/how-to-install-oracle-java-on-ubuntudebian/"; 
and followed it through and this resulted in jre1.7.0_45 working 
correctly.  So I now have JOSM up and running.


Thanks again for the help.

Arthur (geesona)

___
Talk-au mailing list
Talk-au@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] loading JOSM

2013-10-26 Thread John Henderson

On 27/10/13 12:27, Arthur Geeson wrote:


Firstly a thank you to the replies I got about the missing bench
seats that were not appearing on the map.

I have been trying to get JOSM working and it implied that I had a
version of java that was too old.  I then spend several hours to get
 a new version of java and now when I try to run JOSM it just falls
over.



I am using Ubuntu 12.04


Did you use "apt-get" to install java?  Eg,

sudo apt-get install java-1.7.0-openjdk

If not, there may be a missing dependency.

I'm no expert on "apt-get" or Ubuntu.  I use Fedora, which uses the
"yum" command instead.

However, josm works just fine on my system, with java-1.7.0-openjdk

[john@localhost ~]$ java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (fedora-2.3.12.1.fc17-i386)
OpenJDK Server VM (build 23.7-b01, mixed mode)

John


___
Talk-au mailing list
Talk-au@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] loading JOSM

2013-10-27 Thread David Bannon
Arthur, the HeadlessException might relate to a situation where Java
cannot use you X env correctly. I guess you are not using in a situation
where you are (eg) SSH-ing into the machine ? If so, need to add -X or
-Y to tell it to send its xwindow back to you. And, of course have a
good X server running locally.

Can you start other Java GUI things ?

If you have been working hard on that Java installation, quite possible
there are bits of Java scattered around your system, maybe pointing in
the wrong direction ?  

Probably important you check that other Java apps work OK before you
concentrate too much on JOSM.

David

On Sun, 2013-10-27 at 12:27 +1100, Arthur Geeson wrote:
> I have been trying to get JOSM working and it implied that I had a 
> version of java that was too old.  I then spend several hours to get a 
> new version of java and now when I try to run JOSM it just falls over.  
> I am using Ubuntu 12.04 and get the following problems:
> 
> arthur@arthur-Aspire-5750G:/usr/lib/jvm/java-7-openjdk-i386/bin$ java 
> -version
> java version "1.7.0_25"
> OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
> OpenJDK Server VM (build 23.7-b01, mixed mode)
> 
> arthur@arthur-Aspire-5750G:/$ josm
> Using /usr/lib/jvm/java-7-openjdk-i386/bin/java to execute josm.
> java.awt.HeadlessException
>  at 
> java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
>  at java.awt.Window.(Window.java:535)
>  at java.awt.Frame.(Frame.java:420)
>  at javax.swing.JFrame.(JFrame.java:218)
>  at 
> org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:316)
> 
> I have tried reloading JOSM and the plugins but it seems there maybe 
> something wrong with java?
> 
> Thanks - Arthur (geesona)
> 
> ___
> Talk-au mailing list
> Talk-au@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk-au



___
Talk-au mailing list
Talk-au@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] loading JOSM

2013-10-30 Thread Ross Scanlon

Revert to java 6

The message on the start up screen has been there for ages and it's 
sometime soon.


I'm using ubuntu 12.04 as well and have no problems running josm with 
java 6.


Cheers
Ross


On 27/10/13 11:27, Arthur Geeson wrote:

Hi,

Firstly a thank you to the replies I got about the missing bench seats
that were not appearing on the map.

I have been trying to get JOSM working and it implied that I had a
version of java that was too old. I then spend several hours to get a
new version of java and now when I try to run JOSM it just falls over. I
am using Ubuntu 12.04 and get the following problems:

arthur@arthur-Aspire-5750G:/usr/lib/jvm/java-7-openjdk-i386/bin$ java
-version
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK Server VM (build 23.7-b01, mixed mode)

arthur@arthur-Aspire-5750G:/$ josm
Using /usr/lib/jvm/java-7-openjdk-i386/bin/java to execute josm.
java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
at java.awt.Window.(Window.java:535)
at java.awt.Frame.(Frame.java:420)
at javax.swing.JFrame.(JFrame.java:218)
at
org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:316)

I have tried reloading JOSM and the plugins but it seems there maybe
something wrong with java?

Thanks - Arthur (geesona)

___
Talk-au mailing list
Talk-au@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-au



___
Talk-au mailing list
Talk-au@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] loading JOSM

2013-10-30 Thread Brett Russell
Hi
I am using JOSM on a Bodhi Unix which is a "light" version of ubuntu.  The 
process I used was to install it using the package manager which put up a very 
old version of JOSM but it worked.   Then download version 6319 and moved it 
over the top of the old version and this appears to have worked extremely well. 
 Yes, I get the warning that the version of Java I am using will soon not be 
supported (version) but no issues.
It was rather a rough process so I did not keep notes on the exact process but 
by using the package installer it set up the menu items in the operating system 
interface under Education applications.  The copy straight over the top struck 
me as rather rough but t worked.
Cheers Brett

> Date: Sun, 27 Oct 2013 11:54:37 +1000
> From: i...@4x4falcon.com
> To: ag200...@gmail.com
> CC: talk-au@openstreetmap.org
> Subject: Re: [talk-au] loading JOSM
> 
> Revert to java 6
> 
> The message on the start up screen has been there for ages and it's 
> sometime soon.
> 
> I'm using ubuntu 12.04 as well and have no problems running josm with 
> java 6.
> 
> Cheers
> Ross
> 
> 
> On 27/10/13 11:27, Arthur Geeson wrote:
> > Hi,
> >
> > Firstly a thank you to the replies I got about the missing bench seats
> > that were not appearing on the map.
> >
> > I have been trying to get JOSM working and it implied that I had a
> > version of java that was too old. I then spend several hours to get a
> > new version of java and now when I try to run JOSM it just falls over. I
> > am using Ubuntu 12.04 and get the following problems:
> >
> > arthur@arthur-Aspire-5750G:/usr/lib/jvm/java-7-openjdk-i386/bin$ java
> > -version
> > java version "1.7.0_25"
> > OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
> > OpenJDK Server VM (build 23.7-b01, mixed mode)
> >
> > arthur@arthur-Aspire-5750G:/$ josm
> > Using /usr/lib/jvm/java-7-openjdk-i386/bin/java to execute josm.
> > java.awt.HeadlessException
> > at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
> > at java.awt.Window.(Window.java:535)
> > at java.awt.Frame.(Frame.java:420)
> > at javax.swing.JFrame.(JFrame.java:218)
> > at
> > org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:316)
> >
> > I have tried reloading JOSM and the plugins but it seems there maybe
> > something wrong with java?
> >
> > Thanks - Arthur (geesona)
> >
> > ___
> > Talk-au mailing list
> > Talk-au@openstreetmap.org
> > https://lists.openstreetmap.org/listinfo/talk-au
> 
> 
> ___
> Talk-au mailing list
> Talk-au@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk-au
  ___
Talk-au mailing list
Talk-au@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] loading JOSM

2013-10-30 Thread Ian Sergeant
HI Brett,

Remember that josm has its own repository for the latest version.

So if you are running a ubuntu derivative, look at the instructions here

http://josm.openstreetmap.de/wiki/Download#Ubuntu

You can use the ubuntu tools, and keep your josm at the latest without
having to do any copying over.

Ian.

On 31 October 2013 11:28, Brett Russell  wrote:
> Hi
>
> I am using JOSM on a Bodhi Unix which is a "light" version of ubuntu.  The
> process I used was to install it using the package manager which put up a
> very old version of JOSM but it worked.   Then download version 6319 and
> moved it over the top of the old version and this appears to have worked
> extremely well.  Yes, I get the warning that the version of Java I am using
> will soon not be supported (version) but no issues.
>
> It was rather a rough process so I did not keep notes on the exact process
> but by using the package installer it set up the menu items in the operating
> system interface under Education applications.  The copy straight over the
> top struck me as rather rough but t worked.
>
> Cheers Brett
>
>> Date: Sun, 27 Oct 2013 11:54:37 +1000
>> From: i...@4x4falcon.com
>> To: ag200...@gmail.com
>> CC: talk-au@openstreetmap.org
>> Subject: Re: [talk-au] loading JOSM
>>
>> Revert to java 6
>>
>> The message on the start up screen has been there for ages and it's
>> sometime soon.
>>
>> I'm using ubuntu 12.04 as well and have no problems running josm with
>> java 6.
>>
>> Cheers
>> Ross
>>
>>
>> On 27/10/13 11:27, Arthur Geeson wrote:
>> > Hi,
>> >
>> > Firstly a thank you to the replies I got about the missing bench seats
>> > that were not appearing on the map.
>> >
>> > I have been trying to get JOSM working and it implied that I had a
>> > version of java that was too old. I then spend several hours to get a
>> > new version of java and now when I try to run JOSM it just falls over. I
>> > am using Ubuntu 12.04 and get the following problems:
>> >
>> > arthur@arthur-Aspire-5750G:/usr/lib/jvm/java-7-openjdk-i386/bin$ java
>> > -version
>> > java version "1.7.0_25"
>> > OpenJDK Runtime Environment (IcedTea 2.3.10)
>> > (7u25-2.3.10-1ubuntu0.12.04.2)
>> > OpenJDK Server VM (build 23.7-b01, mixed mode)
>> >
>> > arthur@arthur-Aspire-5750G:/$ josm
>> > Using /usr/lib/jvm/java-7-openjdk-i386/bin/java to execute josm.
>> > java.awt.HeadlessException
>> > at
>> > java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
>> > at java.awt.Window.(Window.java:535)
>> > at java.awt.Frame.(Frame.java:420)
>> > at javax.swing.JFrame.(JFrame.java:218)
>> > at
>> >
>> > org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:316)
>> >
>> > I have tried reloading JOSM and the plugins but it seems there maybe
>> > something wrong with java?
>> >
>> > Thanks - Arthur (geesona)
>> >
>> > ___
>> > Talk-au mailing list
>> > Talk-au@openstreetmap.org
>> > https://lists.openstreetmap.org/listinfo/talk-au
>>
>>
>> ___
>> Talk-au mailing list
>> Talk-au@openstreetmap.org
>> https://lists.openstreetmap.org/listinfo/talk-au
>
> ___
> Talk-au mailing list
> Talk-au@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk-au
>

___
Talk-au mailing list
Talk-au@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-au