Re: manpages in chinese

2003-01-30 Thread Arnaud Vandyck
 ___
/ Mark Devin <[EMAIL PROTECTED]> wrote:
| I just installed the blackdown j2re1.4 on a new system and the manpages
| seem to be in Chinese.
| 
| All other manpages on my system are in English.  However, when I type
| man java I get:

[...]

| I can't read this so how do I fix it?  This must be how the Chinese feel
| when everything is in English :-(

So do I, it also seems that there is a problem with HtmlEncoder and
JavaPluginControlCenter, conflicts with those of the jdk1.3 (from
BlackDown also).

It'd be better if update-alternatives was used for those.

Should someone fill a bug?

-- Arnaud Vandyck




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




running eclipse on sid

2003-01-30 Thread Caoilte O'Connor
Hi,
I'm trying to evaluate eclipse on my machine, but have failed to get the 
unofficial debs or my own compiled version to run correctly. Has anyone ever 
reported the problem I'm having.

Eclipse starts for me, and I can do most things, but certain stuff will hang 
it indefinately. It seems to be anything involving a progress bar. ie,
-- building a project
-- shutting down eclipse (which has the side effect of eclipse always starting 
with the 'completing install splash')

It's impossible to find the problem and I've scanned various archives without 
success, for other people with the problem - I'm guessing it's specific to 
Debian/ my JVM setup. I've even tried Blackdown jdk1.3 and 1.4, Sun jdk1.4 
and compiling from source myself. Eclipse always hangs as soon as I try to 
quit or compile something (at the exact point where it completes compiling 
and the progress bar completes).

I'm running i386 sid, and have java running fine for everything else (inc. 
tomcat4).

any ideas or suggestions appreciated,

c


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: running eclipse on sid

2003-01-30 Thread Caoilte O'Connor
ahh. I just did find a bug report for this on the eclipse site. Apparently, 
only the M4 builds work in Debian now.

http://dev.eclipse.org/bugs/show_bug.cgi?id=29622

could you update your page Mr Tora. 

sorry, i'll try compiling M4 now,

caoilte

On Thursday 30 January 2003 11:05 am, Caoilte O'Connor wrote:
> Hi,
> I'm trying to evaluate eclipse on my machine, but have failed to get the
> unofficial debs or my own compiled version to run correctly. Has anyone
> ever reported the problem I'm having.
>
> Eclipse starts for me, and I can do most things, but certain stuff will
> hang it indefinately. It seems to be anything involving a progress bar. ie,
> -- building a project
> -- shutting down eclipse (which has the side effect of eclipse always
> starting with the 'completing install splash')
>
> It's impossible to find the problem and I've scanned various archives
> without success, for other people with the problem - I'm guessing it's
> specific to Debian/ my JVM setup. I've even tried Blackdown jdk1.3 and 1.4,
> Sun jdk1.4 and compiling from source myself. Eclipse always hangs as soon
> as I try to quit or compile something (at the exact point where it
> completes compiling and the progress bar completes).
>
> I'm running i386 sid, and have java running fine for everything else (inc.
> tomcat4).
>
> any ideas or suggestions appreciated,
>
> c


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: running eclipse on sid

2003-01-30 Thread Wolfgang Bär
Caoilte O'Connor wrote:

ahh. I just did find a bug report for this on the eclipse site. Apparently, 
only the M4 builds work in Debian now.

http://dev.eclipse.org/bugs/show_bug.cgi?id=29622

could you update your page Mr Tora. 

sorry, i'll try compiling M4 now,

caoilte


Also the bug seems to exist - I never had problems with the 2.0 builds 
on Debian. I run Eclipse 2.0.2 GTK2 on Woody at work and on Sarge at home.

Normally, I use the j2sdk 1.4.1 from sun. But had also no problems when 
I sometimes used the blackdown 1.4 beta sdk.

Regards,

Wolfgang



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Dependency problem with libbcel-java

2003-01-30 Thread Arnaud Vandyck
Takashi,

-- bcel-5.0.99.cvs20030103/debian/control --
Depends: j2sdk1.3 | j2re1.3
-- bcel-5.0.99.cvs20030103/debian/control --

Shouldn't it be:

Depends: j2sdk (>= 1.3) | java-common (or java2-common?)

Takashi, I send it to the list because I'm not shure for the
dependency of java?-common.

Thanks for your Eclipse packages.

-- Arnaud Vandyck





msg02365/pgp0.pgp
Description: PGP signature


Re: running eclipse on sid

2003-01-30 Thread Wolfgang Bär
franck routier wrote:

Wolfgang Bär wrote:


Caoilte O'Connor wrote:


ahh. I just did find a bug report for this on the eclipse site. 
Apparently, only the M4 builds work in Debian now.

http://dev.eclipse.org/bugs/show_bug.cgi?id=29622

could you update your page Mr Tora.
sorry, i'll try compiling M4 now,

caoilte


Also the bug seems to exist - I never had problems with the 2.0 builds 
on Debian. I run Eclipse 2.0.2 GTK2 on Woody at work and on Sarge at 
home.

Normally, I use the j2sdk 1.4.1 from sun. But had also no problems 
when I sometimes used the blackdown 1.4 beta sdk.

Regards,

Wolfgang



Is it me, or is eclipse unavailable on linux ppc ? It should be written 
once and run anywhere, but there is a list of available platforms on 
their site, and linux ppc is not one of them ...

Can someone explain me ?

Franck


Hello Franck,

seems like I am the only one received your mail (not the list).
Maybe you only hit the reply button ?

For explanation: Eclipse uses a native gui framework called swt which is 
currently only ported to the platforms listed in the download area.

I don't know if you can download the source code and simply compile on 
your platform - I am not familiar with C. Maybe another one on the list 
can say anything about that.

Sorry for the bad news,

Wolfgang





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dependency problem with libbcel-java

2003-01-30 Thread Ben Burton

> Shouldn't it be:
> 
> Depends: j2sdk (>= 1.3) | java-common (or java2-common?)

Hi.  I think (assuming the package requires java2 to run) that what you
want is:

  Depends: j2re1.4 | java2-runtime

Only the JVMs themselves actually depend on java{,2}-common.  The apps
depend on java{1,2}-runtime instead.

See the java policy for details (don't know the URL offhand but it's
linked to from http://www.debian.org/devel/).

Ben.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Questions about using libpgjava

2003-01-30 Thread Anthony Green
On Wed, 2003-01-29 at 20:42, Tom Tromey wrote:
> Brett> I know that free PostgreSQL JDBC drivers exist in the libpgjava
> Brett> package, and have them installed.  I would like to find out,
> Brett> however, whether it's possible to use these drivers with any
> Brett> free Java implementations
> 
> I believe Anthony Green has used this package with gcj in the past.
> I haven't done it myself.

That's right - it works very well.  If you're using a recent version of
gcj, you should be able to check the sources out from
http://sources.redhat.com/rhug and simply configure/make/install a
shared library version of this driver.

AG





Re: manpages in chinese

2003-01-30 Thread Arnaud Vandyck
 ___
/ Mark Devin <[EMAIL PROTECTED]> wrote:
| I just installed the blackdown j2re1.4 on a new system and the manpages
| seem to be in Chinese.
| 
| All other manpages on my system are in English.  However, when I type
| man java I get:

[...]

| I can't read this so how do I fix it?  This must be how the Chinese feel
| when everything is in English :-(

So do I, it also seems that there is a problem with HtmlEncoder and
JavaPluginControlCenter, conflicts with those of the jdk1.3 (from
BlackDown also).

It'd be better if update-alternatives was used for those.

Should someone fill a bug?

-- Arnaud Vandyck






running eclipse on sid

2003-01-30 Thread Caoilte O'Connor
Hi,
I'm trying to evaluate eclipse on my machine, but have failed to get the 
unofficial debs or my own compiled version to run correctly. Has anyone ever 
reported the problem I'm having.

Eclipse starts for me, and I can do most things, but certain stuff will hang 
it indefinately. It seems to be anything involving a progress bar. ie,
-- building a project
-- shutting down eclipse (which has the side effect of eclipse always starting 
with the 'completing install splash')

It's impossible to find the problem and I've scanned various archives without 
success, for other people with the problem - I'm guessing it's specific to 
Debian/ my JVM setup. I've even tried Blackdown jdk1.3 and 1.4, Sun jdk1.4 
and compiling from source myself. Eclipse always hangs as soon as I try to 
quit or compile something (at the exact point where it completes compiling 
and the progress bar completes).

I'm running i386 sid, and have java running fine for everything else (inc. 
tomcat4).

any ideas or suggestions appreciated,

c




Re: running eclipse on sid

2003-01-30 Thread Caoilte O'Connor
ahh. I just did find a bug report for this on the eclipse site. Apparently, 
only the M4 builds work in Debian now.

http://dev.eclipse.org/bugs/show_bug.cgi?id=29622

could you update your page Mr Tora. 

sorry, i'll try compiling M4 now,

caoilte

On Thursday 30 January 2003 11:05 am, Caoilte O'Connor wrote:
> Hi,
> I'm trying to evaluate eclipse on my machine, but have failed to get the
> unofficial debs or my own compiled version to run correctly. Has anyone
> ever reported the problem I'm having.
>
> Eclipse starts for me, and I can do most things, but certain stuff will
> hang it indefinately. It seems to be anything involving a progress bar. ie,
> -- building a project
> -- shutting down eclipse (which has the side effect of eclipse always
> starting with the 'completing install splash')
>
> It's impossible to find the problem and I've scanned various archives
> without success, for other people with the problem - I'm guessing it's
> specific to Debian/ my JVM setup. I've even tried Blackdown jdk1.3 and 1.4,
> Sun jdk1.4 and compiling from source myself. Eclipse always hangs as soon
> as I try to quit or compile something (at the exact point where it
> completes compiling and the progress bar completes).
>
> I'm running i386 sid, and have java running fine for everything else (inc.
> tomcat4).
>
> any ideas or suggestions appreciated,
>
> c




Re: running eclipse on sid

2003-01-30 Thread Wolfgang Bär
Caoilte O'Connor wrote:
ahh. I just did find a bug report for this on the eclipse site. Apparently, 
only the M4 builds work in Debian now.

http://dev.eclipse.org/bugs/show_bug.cgi?id=29622
could you update your page Mr Tora. 

sorry, i'll try compiling M4 now,
caoilte
Also the bug seems to exist - I never had problems with the 2.0 builds 
on Debian. I run Eclipse 2.0.2 GTK2 on Woody at work and on Sarge at home.

Normally, I use the j2sdk 1.4.1 from sun. But had also no problems when 
I sometimes used the blackdown 1.4 beta sdk.

Regards,
Wolfgang



Dependency problem with libbcel-java

2003-01-30 Thread Arnaud Vandyck
Takashi,

-- bcel-5.0.99.cvs20030103/debian/control --
Depends: j2sdk1.3 | j2re1.3
-- bcel-5.0.99.cvs20030103/debian/control --

Shouldn't it be:

Depends: j2sdk (>= 1.3) | java-common (or java2-common?)

Takashi, I send it to the list because I'm not shure for the
dependency of java?-common.

Thanks for your Eclipse packages.

-- Arnaud Vandyck




pgpfOWOO4Ip1C.pgp
Description: PGP signature


Re: running eclipse on sid

2003-01-30 Thread Wolfgang Bär
franck routier wrote:
Wolfgang Bär wrote:
Caoilte O'Connor wrote:
ahh. I just did find a bug report for this on the eclipse site. 
Apparently, only the M4 builds work in Debian now.

http://dev.eclipse.org/bugs/show_bug.cgi?id=29622
could you update your page Mr Tora.
sorry, i'll try compiling M4 now,
caoilte
Also the bug seems to exist - I never had problems with the 2.0 builds 
on Debian. I run Eclipse 2.0.2 GTK2 on Woody at work and on Sarge at 
home.

Normally, I use the j2sdk 1.4.1 from sun. But had also no problems 
when I sometimes used the blackdown 1.4 beta sdk.

Regards,
Wolfgang

Is it me, or is eclipse unavailable on linux ppc ? It should be written 
once and run anywhere, but there is a list of available platforms on 
their site, and linux ppc is not one of them ...

Can someone explain me ?
Franck
Hello Franck,
seems like I am the only one received your mail (not the list).
Maybe you only hit the reply button ?
For explanation: Eclipse uses a native gui framework called swt which is 
currently only ported to the platforms listed in the download area.

I don't know if you can download the source code and simply compile on 
your platform - I am not familiar with C. Maybe another one on the list 
can say anything about that.

Sorry for the bad news,
Wolfgang




Re: Dependency problem with libbcel-java

2003-01-30 Thread Ben Burton

> Shouldn't it be:
> 
> Depends: j2sdk (>= 1.3) | java-common (or java2-common?)

Hi.  I think (assuming the package requires java2 to run) that what you
want is:

  Depends: j2re1.4 | java2-runtime

Only the JVMs themselves actually depend on java{,2}-common.  The apps
depend on java{1,2}-runtime instead.

See the java policy for details (don't know the URL offhand but it's
linked to from http://www.debian.org/devel/).

Ben.