|
List Info
Thread: Orca Problems with Access-Bridge
|
|
| Orca Problems with Access-Bridge |

|
2007-03-16 12:48:16 |
Hi,
If this is not the correct venue for this question, please
let me know
where I should take this problem.
I am running Ubuntu Edgy. I'm afraid that I can't give you a
version
number for Gnome, since Orca will not read anything in the
about Gnome
window. However, it should be the most recent update
available through
apt-get. I am new to gnome, so if there is an easy way to
get the
version info, please let me know.
I downloaded Java Access-Bridge, version 1.5.0. I installed
packages
until configure returned no errors. (One issue, however...
the only
gnome-2.0 directory in the tree is /usr/share/gnome-2.0, so
I did not
pass a prefix into configure. If this indicates that there
is a package
that I need to install, please let me know.)
When I make install, I get the following output with Java
errors:
make[1]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/bridge'
Making all in impl
make[1]: Entering directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
Making all in org
make[2]: Entering directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
Making all in GNOME
make[3]: Entering directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
Making all in Accessibility
make[4]: Entering directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util javac DesktopImpl.java
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util javac EditableTextImpl.java
../../../../impl/org/GNOME/Accessibility/TextImpl.java:28:
org.GNOME.Accessibility.TextImpl is not abstract and does
not override
abstract method getDefaultAttributeSet() in
org.GNOME.Accessibility.TextOperations
public class TextImpl extends UnknownImpl implements
TextOperations {
^
EditableTextImpl.java:29:
org.GNOME.Accessibility.EditableTextImpl is
not abstract and does not override abstract method
getDefaultAttributeSet() in
org.GNOME.Accessibility.TextOperations
public class EditableTextImpl extends TextImpl implements
EditableTextOperations {
^
2 errors
make[4]: *** [EditableTextImpl.class] Error 1
make[4]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
make: *** [all-recursive] Error 1
Any assistance will be greatly appreciated.
dave
_______________________________________________
Orca-list mailing list
Orca-list gnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
|
|
| Re: Orca Problems with Access-Bridge |

|
2007-03-16 15:15:45 |
Hello,
On Fr, Mär 16, 2007 at 11:48:16 -0600, David E. Price
wrote:
> Hi,
>
> If this is not the correct venue for this question,
please let me know
> where I should take this problem.
>
> I am running Ubuntu Edgy. I'm afraid that I can't give
you a version
> number for Gnome, since Orca will not read anything in
the about Gnome
> window. However, it should be the most recent update
available through
> apt-get. I am new to gnome, so if there is an easy way
to get the
> version info, please let me know.
>
> I downloaded Java Access-Bridge, version 1.5.0. I
installed packages
> until configure returned no errors. (One issue,
however... the only
> gnome-2.0 directory in the tree is
/usr/share/gnome-2.0, so I did not
> pass a prefix into configure. If this indicates that
there is a package
> that I need to install, please let me know.)
>
> When I make install, I get the following output with
Java errors:
>
> make[1]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/bridge'
> Making all in impl
> make[1]: Entering directory
> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
> Making all in org
> make[2]: Entering directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
> Making all in GNOME
> make[3]: Entering directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
> Making all in Accessibility
> make[4]: Entering directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util javac DesktopImpl.java
>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util javac EditableTextImpl.java
>
../../../../impl/org/GNOME/Accessibility/TextImpl.java:28:
> org.GNOME.Accessibility.TextImpl is not abstract and
does not override
> abstract method getDefaultAttributeSet() in
> org.GNOME.Accessibility.TextOperations
> public class TextImpl extends UnknownImpl implements
TextOperations {
> ^
> EditableTextImpl.java:29:
org.GNOME.Accessibility.EditableTextImpl is
> not abstract and does not override abstract method
> getDefaultAttributeSet() in
org.GNOME.Accessibility.TextOperations
> public class EditableTextImpl extends TextImpl
implements
> EditableTextOperations {
> ^
> 2 errors
> make[4]: *** [EditableTextImpl.class] Error 1
> make[4]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
> make: *** [all-recursive] Error 1
>
>
> Any assistance will be greatly appreciated.
>
Your subject is perhaps wrong?
Thats not an orca problem!!
Check your javac installation by typing:
javac -version
on a linux console.
You need the java sdk from sun to get the accesbridge to
work.
HTH
Halim
_______________________________________________
Orca-list mailing list
Orca-list gnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
|
|
| Re: Orca Problems with Access-Bridge |

|
2007-03-16 15:26:46 |
Your subject is perhaps wrong?
Thats not an orca problem!!
Check your javac installation by typing:
javac -version
on a linux console.
You need the java sdk from sun to get the accesbridge to
work.
Sorry, I should have put that in the message. I am using
Sun's JDK
1.5.0_11.
I sent the message to this list because I thought it was the
most likely
place where I would find persons knowledgeable about
integrating
Access-Bridge into the Gnome desktop. Again, if there is
another list that
is more appropriate, please let me know.
Thanks,
dave
----- Original Message -----
From: "Halim Sahin" <halim.sahin t-online.de>
To: <orca-list gnome.org>
Sent: Friday, March 16, 2007 2:15 PM
Subject: Re: Orca Problems with Access-Bridge
Hello,
On Fr, Mär 16, 2007 at 11:48:16 -0600, David E. Price
wrote:
> Hi,
>
> If this is not the correct venue for this question,
please let me know
> where I should take this problem.
>
> I am running Ubuntu Edgy. I'm afraid that I can't give
you a version
> number for Gnome, since Orca will not read anything in
the about Gnome
> window. However, it should be the most recent update
available through
> apt-get. I am new to gnome, so if there is an easy way
to get the
> version info, please let me know.
>
> I downloaded Java Access-Bridge, version 1.5.0. I
installed packages
> until configure returned no errors. (One issue,
however... the only
> gnome-2.0 directory in the tree is
/usr/share/gnome-2.0, so I did not
> pass a prefix into configure. If this indicates that
there is a package
> that I need to install, please let me know.)
>
> When I make install, I get the following output with
Java errors:
>
> make[1]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/bridge'
> Making all in impl
> make[1]: Entering directory
> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
> Making all in org
> make[2]: Entering directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
> Making all in GNOME
> make[3]: Entering directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
> Making all in Accessibility
> make[4]: Entering directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util
> javac DesktopImpl.java
>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util
> javac EditableTextImpl.java
>
../../../../impl/org/GNOME/Accessibility/TextImpl.java:28:
> org.GNOME.Accessibility.TextImpl is not abstract and
does not override
> abstract method getDefaultAttributeSet() in
> org.GNOME.Accessibility.TextOperations
> public class TextImpl extends UnknownImpl implements
TextOperations {
> ^
> EditableTextImpl.java:29:
org.GNOME.Accessibility.EditableTextImpl is
> not abstract and does not override abstract method
> getDefaultAttributeSet() in
org.GNOME.Accessibility.TextOperations
> public class EditableTextImpl extends TextImpl
implements
> EditableTextOperations {
> ^
> 2 errors
> make[4]: *** [EditableTextImpl.class] Error 1
> make[4]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
> make: *** [all-recursive] Error 1
>
>
> Any assistance will be greatly appreciated.
>
Your subject is perhaps wrong?
Thats not an orca problem!!
Check your javac installation by typing:
javac -version
on a linux console.
You need the java sdk from sun to get the accesbridge to
work.
HTH
Halim
_______________________________________________
Orca-list mailing list
Orca-list gnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
_______________________________________________
Orca-list mailing list
Orca-list gnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
|
|
| Re: Orca Problems with Access-Bridge |

|
2007-03-16 16:51:39 |
Hi David:
Let's get you going, and also make sure our documentation is
up to
date. Does the following page help?
http://live.gnome.org
/Orca/JABG
If it doesn't, we'll need to update the page. Let me know
how things
work out.
Will
David E. Price wrote:
> Your subject is perhaps wrong?
> Thats not an orca problem!!
>
> Check your javac installation by typing:
> javac -version
> on a linux console.
> You need the java sdk from sun to get the accesbridge
to work.
>
> Sorry, I should have put that in the message. I am
using Sun's JDK
> 1.5.0_11.
>
> I sent the message to this list because I thought it
was the most likely
> place where I would find persons knowledgeable about
integrating
> Access-Bridge into the Gnome desktop. Again, if there
is another list that
> is more appropriate, please let me know.
>
> Thanks,
>
> dave
>
>
>
> ----- Original Message -----
> From: "Halim Sahin" <halim.sahin t-online.de>
> To: <orca-list gnome.org>
> Sent: Friday, March 16, 2007 2:15 PM
> Subject: Re: Orca Problems with Access-Bridge
>
>
> Hello,
> On Fr, Mär 16, 2007 at 11:48:16 -0600, David E. Price
wrote:
>
>> Hi,
>>
>> If this is not the correct venue for this question,
please let me know
>> where I should take this problem.
>>
>> I am running Ubuntu Edgy. I'm afraid that I can't
give you a version
>> number for Gnome, since Orca will not read anything
in the about Gnome
>> window. However, it should be the most recent
update available through
>> apt-get. I am new to gnome, so if there is an easy
way to get the
>> version info, please let me know.
>>
>> I downloaded Java Access-Bridge, version 1.5.0. I
installed packages
>> until configure returned no errors. (One issue,
however... the only
>> gnome-2.0 directory in the tree is
/usr/share/gnome-2.0, so I did not
>> pass a prefix into configure. If this indicates
that there is a package
>> that I need to install, please let me know.)
>>
>> When I make install, I get the following output
with Java errors:
>>
>> make[1]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/bridge'
>> Making all in impl
>> make[1]: Entering directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
>> Making all in org
>> make[2]: Entering directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
>> Making all in GNOME
>> make[3]: Entering directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
>> Making all in Accessibility
>> make[4]: Entering directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
>>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util
>> javac DesktopImpl.java
>>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util
>> javac EditableTextImpl.java
>>
../../../../impl/org/GNOME/Accessibility/TextImpl.java:28:
>> org.GNOME.Accessibility.TextImpl is not abstract
and does not override
>> abstract method getDefaultAttributeSet() in
>> org.GNOME.Accessibility.TextOperations
>> public class TextImpl extends UnknownImpl
implements TextOperations {
>> ^
>> EditableTextImpl.java:29:
org.GNOME.Accessibility.EditableTextImpl is
>> not abstract and does not override abstract method
>> getDefaultAttributeSet() in
org.GNOME.Accessibility.TextOperations
>> public class EditableTextImpl extends TextImpl
implements
>> EditableTextOperations {
>> ^
>> 2 errors
>> make[4]: *** [EditableTextImpl.class] Error 1
>> make[4]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
>> make[3]: *** [all-recursive] Error 1
>> make[3]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
>> make: *** [all-recursive] Error 1
>>
>>
>> Any assistance will be greatly appreciated.
>>
>>
> Your subject is perhaps wrong?
> Thats not an orca problem!!
>
> Check your javac installation by typing:
> javac -version
> on a linux console.
> You need the java sdk from sun to get the accesbridge
to work.
>
> HTH
> Halim
> _______________________________________________
> Orca-list mailing list
> Orca-list gnome.org
> http
://mail.gnome.org/mailman/listinfo/orca-list
>
> _______________________________________________
> Orca-list mailing list
> Orca-list gnome.org
> http
://mail.gnome.org/mailman/listinfo/orca-list
>
_______________________________________________
Orca-list mailing list
Orca-list gnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
|
|
| Re: Orca Problems with Access-Bridge |

|
2007-03-16 17:02:41 |
David E. Price wrote:
> Hi,
>
Hi Dave,
This is a good list to post your question, since the Java
Access Bridge
for Gnome is required to use Orca with Java applicatons.
The
installation instructions are here: http://live.g
nome.org/Orca/JABG#details
Please let me know if you find any problems with either the
installation
or documentation.
Best regards,
Lynn
> If this is not the correct venue for this question,
please let me know
> where I should take this problem.
>
> I am running Ubuntu Edgy. I'm afraid that I can't give
you a version
> number for Gnome, since Orca will not read anything in
the about Gnome
> window. However, it should be the most recent update
available through
> apt-get. I am new to gnome, so if there is an easy way
to get the
> version info, please let me know.
>
> I downloaded Java Access-Bridge, version 1.5.0. I
installed packages
> until configure returned no errors. (One issue,
however... the only
> gnome-2.0 directory in the tree is
/usr/share/gnome-2.0, so I did not
> pass a prefix into configure. If this indicates that
there is a package
> that I need to install, please let me know.)
>
> When I make install, I get the following output with
Java errors:
>
> make[1]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/bridge'
> Making all in impl
> make[1]: Entering directory
> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
> Making all in org
> make[2]: Entering directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
> Making all in GNOME
> make[3]: Entering directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
> Making all in Accessibility
> make[4]: Entering directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util javac DesktopImpl.java
>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util javac EditableTextImpl.java
>
../../../../impl/org/GNOME/Accessibility/TextImpl.java:28:
> org.GNOME.Accessibility.TextImpl is not abstract and
does not override
> abstract method getDefaultAttributeSet() in
> org.GNOME.Accessibility.TextOperations
> public class TextImpl extends UnknownImpl implements
TextOperations {
> ^
> EditableTextImpl.java:29:
org.GNOME.Accessibility.EditableTextImpl is
> not abstract and does not override abstract method
> getDefaultAttributeSet() in
org.GNOME.Accessibility.TextOperations
> public class EditableTextImpl extends TextImpl
implements
> EditableTextOperations {
> ^
> 2 errors
> make[4]: *** [EditableTextImpl.class] Error 1
> make[4]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
> make: *** [all-recursive] Error 1
>
>
> Any assistance will be greatly appreciated.
>
> dave
>
>
> _______________________________________________
> Orca-list mailing list
> Orca-list gnome.org
> http
://mail.gnome.org/mailman/listinfo/orca-list
>
_______________________________________________
Orca-list mailing list
Orca-list gnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
|
|
| Re: Orca Problems with Access-Bridge |

|
2007-03-16 18:41:31 |
Hi,
Hasn't development of the Sun Access Bridge been suspended?
I was under
the impression that Sun no longer maintains it. If I'm
wrong, someone
please let me know. I thought that the Gnome community had
or decided to
reingent the wheel, so to speak.
On Fri, 16 Mar 2007, David E. Price
wrote:
> Date: Fri, 16 Mar 2007 14:26:46 -0600
> From: David E. Price <deprice cs.utah.edu>
> To: Halim Sahin <halim.sahin t-online.de>,
orca-list gnome.org
> Subject: Re: Orca Problems with Access-Bridge
>
> Your subject is perhaps wrong?
> Thats not an orca problem!!
>
> Check your javac installation by typing:
> javac -version
> on a linux console.
> You need the java sdk from sun to get the accesbridge
to work.
>
> Sorry, I should have put that in the message. I am
using Sun's JDK
> 1.5.0_11.
>
> I sent the message to this list because I thought it
was the most likely
> place where I would find persons knowledgeable about
integrating
> Access-Bridge into the Gnome desktop. Again, if there
is another list that
> is more appropriate, please let me know.
>
> Thanks,
>
> dave
>
>
>
> ----- Original Message -----
> From: "Halim Sahin" <halim.sahin t-online.de>
> To: <orca-list gnome.org>
> Sent: Friday, March 16, 2007 2:15 PM
> Subject: Re: Orca Problems with Access-Bridge
>
>
> Hello,
> On Fr, Mär 16, 2007 at 11:48:16 -0600, David E. Price
wrote:
>> Hi,
>>
>> If this is not the correct venue for this question,
please let me know
>> where I should take this problem.
>>
>> I am running Ubuntu Edgy. I'm afraid that I can't
give you a version
>> number for Gnome, since Orca will not read anything
in the about Gnome
>> window. However, it should be the most recent
update available through
>> apt-get. I am new to gnome, so if there is an easy
way to get the
>> version info, please let me know.
>>
>> I downloaded Java Access-Bridge, version 1.5.0. I
installed packages
>> until configure returned no errors. (One issue,
however... the only
>> gnome-2.0 directory in the tree is
/usr/share/gnome-2.0, so I did not
>> pass a prefix into configure. If this indicates
that there is a package
>> that I need to install, please let me know.)
>>
>> When I make install, I get the following output
with Java errors:
>>
>> make[1]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/bridge'
>> Making all in impl
>> make[1]: Entering directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
>> Making all in org
>> make[2]: Entering directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
>> Making all in GNOME
>> make[3]: Entering directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
>> Making all in Accessibility
>> make[4]: Entering directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
>>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util
>> javac DesktopImpl.java
>>
CLASSPATH=../../../../idlgen:../../../../impl:../../../../br
idge:../../../../util
>> javac EditableTextImpl.java
>>
../../../../impl/org/GNOME/Accessibility/TextImpl.java:28:
>> org.GNOME.Accessibility.TextImpl is not abstract
and does not override
>> abstract method getDefaultAttributeSet() in
>> org.GNOME.Accessibility.TextOperations
>> public class TextImpl extends UnknownImpl
implements TextOperations {
>> ^
>> EditableTextImpl.java:29:
org.GNOME.Accessibility.EditableTextImpl is
>> not abstract and does not override abstract method
>> getDefaultAttributeSet() in
org.GNOME.Accessibility.TextOperations
>> public class EditableTextImpl extends TextImpl
implements
>> EditableTextOperations {
>> ^
>> 2 errors
>> make[4]: *** [EditableTextImpl.class] Error 1
>> make[4]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME/Accessibility'
>> make[3]: *** [all-recursive] Error 1
>> make[3]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GN
OME'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory
>>
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
>> make: *** [all-recursive] Error 1
>>
>>
>> Any assistance will be greatly appreciated.
>>
> Your subject is perhaps wrong?
> Thats not an orca problem!!
>
> Check your javac installation by typing:
> javac -version
> on a linux console.
> You need the java sdk from sun to get the accesbridge
to work.
>
> HTH
> Halim
> _______________________________________________
> Orca-list mailing list
> Orca-list gnome.org
> http
://mail.gnome.org/mailman/listinfo/orca-list
>
> _______________________________________________
> Orca-list mailing list
> Orca-list gnome.org
> http
://mail.gnome.org/mailman/listinfo/orca-list
>
>
eheil sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org
_______________________________________________
Orca-list mailing list
Orca-list gnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
|
|
| Re: Orca Problems with Access-Bridge |

|
2007-03-16 19:59:42 |
|
Erik Heil wrote:
otaku.freeshell.org"
type="cite">Hi,
Hasn't development of the Sun Access Bridge been suspended? I was
under the impression that Sun no longer maintains it. If I'm wrong,
someone please let me know. I thought that the Gnome community had or
decided to reingent the wheel, so to speak.
Hi,
Orca is still dependent on the Java Access Bridge for Gnome. It works
well as a bridge to Java applications, and I'm not aware of any efforts
to replace it.
The main limitation of the bridge is that a copy of the bridge needs to
be installed on each JDK on the system. So, each time a new JDK is
installed, the steps described at
http://live.gnome.org/Orca/JABG#details need to done. The installation
itself is not painful, but
knowing and remembering you have to do it is a problem.
Lynn
otaku.freeshell.org"
type="cite">
On Fri, 16 Mar 2007, David E. Price wrote:
Date: Fri, 16 Mar 2007 14:26:46 -0600
From: David E. Price cs.utah.edu"><deprice cs.utah.edu>
To: Halim Sahin t-online.de"><halim.sahin t-online.de>,
gnome.org">orca-list gnome.org
Subject: Re: Orca Problems with Access-Bridge
Your subject is perhaps wrong?
Thats not an orca problem!!
Check your javac installation by typing:
javac -version
on a linux console.
You need the java sdk from sun to get the accesbridge to work.
Sorry, I should have put that in the message. I am using Sun's JDK
1.5.0_11.
I sent the message to this list because I thought it was the most
likely
place where I would find persons knowledgeable about integrating
Access-Bridge into the Gnome desktop. Again, if there is another list
that
is more appropriate, please let me know.
Thanks,
dave
----- Original Message -----
From: "Halim Sahin" t-online.de"><halim.sahin t-online.de>
To: gnome.org"><orca-list gnome.org>
Sent: Friday, March 16, 2007 2:15 PM
Subject: Re: Orca Problems with Access-Bridge
Hello,
On Fr, Mär 16, 2007 at 11:48:16 -0600, David E. Price wrote:
Hi,
If this is not the correct venue for this question, please let me know
where I should take this problem.
I am running Ubuntu Edgy. I'm afraid that I can't give you a version
number for Gnome, since Orca will not read anything in the about Gnome
window. However, it should be the most recent update available through
apt-get. I am new to gnome, so if there is an easy way to get the
version info, please let me know.
I downloaded Java Access-Bridge, version 1.5.0. I installed packages
until configure returned no errors. (One issue, however... the only
gnome-2.0 directory in the tree is /usr/share/gnome-2.0, so I did not
pass a prefix into configure. If this indicates that there is a package
that I need to install, please let me know.)
When I make install, I get the following output with Java errors:
make[1]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/bridge'
Making all in impl
make[1]: Entering directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
Making all in org
make[2]: Entering directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
Making all in GNOME
make[3]: Entering directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GNOME'
Making all in Accessibility
make[4]: Entering directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GNOME/Accessibility'
CLASSPATH=../../../../idlgen:../../../../impl:../../../../bridge:../../../../util
javac DesktopImpl.java
CLASSPATH=../../../../idlgen:../../../../impl:../../../../bridge:../../../../util
javac EditableTextImpl.java
../../../../impl/org/GNOME/Accessibility/TextImpl.java:28:
org.GNOME.Accessibility.TextImpl is not abstract and does not override
abstract method getDefaultAttributeSet() in
org.GNOME.Accessibility.TextOperations
public class TextImpl extends UnknownImpl implements TextOperations {
^
EditableTextImpl.java:29: org.GNOME.Accessibility.EditableTextImpl is
not abstract and does not override abstract method
getDefaultAttributeSet() in org.GNOME.Accessibility.TextOperations
public class EditableTextImpl extends TextImpl implements
EditableTextOperations {
^
2 errors
make[4]: *** [EditableTextImpl.class] Error 1
make[4]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GNOME/Accessibility'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GNOME'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
make: *** [all-recursive] Error 1
Any assistance will be greatly appreciated.
Your subject is perhaps wrong?
Thats not an orca problem!!
Check your javac installation by typing:
javac -version
on a linux console.
You need the java sdk from sun to get the accesbridge to work.
HTH
Halim
_______________________________________________
Orca-list mailing list
gnome.org">Orca-list gnome.org
http://mail.gnome.org/mailman/listinfo/orca-list
_______________________________________________
Orca-list mailing list
gnome.org">Orca-list gnome.org
http://mail.gnome.org/mailman/listinfo/orca-list
sdf.lonestar.org">eheil sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org
_______________________________________________
Orca-list mailing list
gnome.org">Orca-list gnome.org
http://mail.gnome.org/mailman/listinfo/orca-list
|
[1-7]
|
|