Re: java developer feedback

2000-11-14 Thread lisuke

hi,erveryone here
 Does someone know how to develop a web browser ActiveX plug-in ? Such as 
realplayer embedded in the webpage.
Thank a lot. 



¡CRP‚D€Dzf¢–Ú#jö¥Š{±­ê®zËcjö›•§$vŒ'¢¸0ŠØZ²æãyËh~éì¹»®&ÞNº.nW‚¢{ZrÙ®VåiÉ£   è®


Re: CVS vs RCS vs ? Thanks

2000-11-14 Thread Barnet Wagman

Thanks for the advice.  CVS is clearly the system to use.

It does appear to lack one feature: I'd like to have projects that
contain files in more than one directory subtree (due to relationship
between Java package and directories), but since everyone else lives
with this, I can to.

Barnet Wagman wrote:

> I need to choose a version control system and I'd like to know what
> other people are using.
>
> Currently, I do most of my devlopment with xemacs/JDE, so I'm leaning
> towards RCS, since emacs supports it.  But CVS seems more common in the
> Linux world.   Are there other choices?
>
> Thanks,
>
> Barnet Wagman
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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




Re: CVS vs RCS vs ? Thanks

2000-11-14 Thread Joi Ellis

On Tue, 14 Nov 2000, Barnet Wagman wrote:

> Thanks for the advice.  CVS is clearly the system to use.
> 
> It does appear to lack one feature: I'd like to have projects that
> contain files in more than one directory subtree (due to relationship
> between Java package and directories), but since everyone else lives
> with this, I can to.

What I do is place such shared files into a java project/CVS Module of
their own and reference them from the other projects.  IE APP1, APP2,
and LIBS.

-- 
Joi EllisSoftware Engineer
Aravox Technologies  [EMAIL PROTECTED], [EMAIL PROTECTED]

No matter what we think of Linux versus FreeBSD, etc., the one thing I
really like about Linux is that it has Microsoft worried.  Anything
that kicks a monopoly in the pants has got to be good for something.
   - Chris Johnson


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




Re: CVS vs RCS vs ? Thanks

2000-11-14 Thread Pete Brower

Sorry,

I'm confused.  What do you mean by more than one subtree?

My CVS project has sub-trees.

My tree looks something like:

appx/
appx/build/
appx/java/
appx/java/start/
appx/java/comm/
appx/java/comm/msg/
appx/java/view/
appx/scripts/
appx/scripts/unix/
appx/scripts/windows/
appx/docs/

These all have files in them.

Pete 
[EMAIL PROTECTED]


>> Original Message <<

On 11/14/00, 11:59:11 AM, Barnet Wagman <[EMAIL PROTECTED]> wrote 
regarding Re: CVS vs RCS vs ? Thanks:


> Thanks for the advice.  CVS is clearly the system to use.

> It does appear to lack one feature: I'd like to have projects that
> contain files in more than one directory subtree (due to relationship
> between Java package and directories), but since everyone else lives
> with this, I can to.

> Barnet Wagman wrote:

> > I need to choose a version control system and I'd like to know what
> > other people are using.
> >
> > Currently, I do most of my devlopment with xemacs/JDE, so I'm leaning
> > towards RCS, since emacs supports it.  But CVS seems more common in the
> > Linux world.   Are there other choices?
> >
> > Thanks,
> >
> > Barnet Wagman
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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


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




Re: CVS vs RCS vs ? Thanks

2000-11-14 Thread Nathan Meyers

On Tue, Nov 14, 2000 at 10:59:11AM -0600, Barnet Wagman wrote:
> Thanks for the advice.  CVS is clearly the system to use.
> 
> It does appear to lack one feature: I'd like to have projects that
> contain files in more than one directory subtree (due to relationship
> between Java package and directories), but since everyone else lives
> with this, I can to.

Huh? Nothing about CVS prevents you from managing a complex source tree.

Nathan

> 
> Barnet Wagman wrote:
> 
> > I need to choose a version control system and I'd like to know what
> > other people are using.
> >
> > Currently, I do most of my devlopment with xemacs/JDE, so I'm leaning
> > towards RCS, since emacs supports it.  But CVS seems more common in the
> > Linux world.   Are there other choices?
> >
> > Thanks,
> >
> > Barnet Wagman
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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




jar in blackdown

2000-11-14 Thread Francisco Gongora

Hello:
We are trying to run a jar file in Linux with jdk of Blackdown:

java -jar Jarfile.jar

but we have error saying -jar is not valid option.  Is there any way to run
a .jar using jdk of Blackdown?

Thanks
Francisco


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




Re: jar in blackdown

2000-11-14 Thread Nathan Meyers

On Tue, Nov 14, 2000 at 03:42:06PM -0500, Francisco Gongora wrote:
> Hello:
> We are trying to run a jar file in Linux with jdk of Blackdown:
> 
>   java -jar Jarfile.jar
> 
> but we have error saying -jar is not valid option.  Is there any way to run
> a .jar using jdk of Blackdown?

Sounds like you're running the wrong java executable. Have you got
Kaffe installed?

Nathan

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


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




Re: jar in blackdown

2000-11-14 Thread Kristian Soerensen


Hi

On Tue, 14 Nov 2000, Francisco Gongora wrote:

> Hello:
> We are trying to run a jar file in Linux with jdk of Blackdown:
> 
>   java -jar Jarfile.jar
> 
> but we have error saying -jar is not valid option.  Is there any way to run
> a .jar using jdk of Blackdown?

-jar is available in the Blackdown JDK from version 1.2.x and onwards.
You must be using an older version of the JDK.

Add the jar to the classpath and start the application as with any other
java application: java full.package.name.to.application

---   http://www.elof.dk   --
Kristian Elof Soerensen  [EMAIL PROTECTED]   (+45) 45 93 92 02 


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




[ANNOUNCE] JMF 2.1.1-beta2 for Linux/i386

2000-11-14 Thread Juergen Kreileder


The Blackdown Java-Linux Team is happy to announce the availability of
the JMF 2.1.1-beta2 Performance Pack for Linux/i386:

The Java Media Framework (JMF) is an API for incorporating audio,
video and other time-based media into Java applications and
applets. It is an optional package that extends the multimedia
capabilities on the Java2 platform.

Please see
http://www.blackdown.org/java-linux/jdk1.2-status/jmf-status.html 
for requirements and installation instructions.

For general information about JMF and documentation visit
http://java.sun.com/products/java-media/jmf/index.html


Blackdown Java-Linux Team

-- 
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux.html
JVM'01: http://www.usenix.org/events/jvm01/


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




Re: CVS vs RCS vs ? Thanks

2000-11-14 Thread Greg Lewis

Barnet Wagman wrote:
> Thanks for the advice.  CVS is clearly the system to use.

Well, noone else has really put forward any other alternatives ;).  You
could also look at similar systems such as

Aegis 
PRCS 
etc.

You can find a comprehensive list in the "Configuration Management Tool 
Summary" at http://www.iac.honeywell.com/Pub/Tech/CM/CMTools.html

- Greg


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