Memory prolems

1999-09-11 Thread -=Steve-o=-
Hi. I'm currently developing a Linux project with JDK1.1.7_v3 and JMF1.1 all-platforms release. Recently (well, today actually) I've had problems when I run the applet (which is JAR'd up) as when appletviewer tries to run it, it gets an OutOfMemory exception. I am aware of ways of increase

Re: media programming

1999-09-08 Thread -=Steve-o=-
You want to download the All-Platforms release, if you are using Linux (which I assume you are). This allows playback of .MOV videos, but not MPEG. I'm not sure about AVI. Sun's site does tellyou (I don't have the URL handy).. What media did you want to use, and by programming do you mean

RE: Javac error and ANOTHER QUESTION

1999-09-07 Thread -=Steve-o=-
I think it was either export PATH=/usr/local/jdk117_v3/bin:$PATH or setenv PATH /usr/local/jdk117_v3/bin:$PATH Steve. ** Please email replies to:[EMAIL PROTECTED] as when I leave Lancaster in a few weeks, the current address will be w

Re: Illegal Access

1999-08-29 Thread -=Steve-o=-
I've had this problem. It happens for some reason when you try to run a JAR'd up applet with appletviewer. One (short term) solution is to make sure that the CLASSPATH is set to somewhere where none of the classes are, for example on a Windows machine, I'd used CLASSPATH=z: and do NOT put ';

Illegal Access

1999-08-17 Thread -=Steve-o=-
Hi. I'm trying to write an applet that makes use of JMF1.1 and JDK 1.1.7, but have been getting a strange error. I can't run the program not in a JAR as it breaches security (not allowed to open a network socket). So I put it in a JAR and signed it, but when I try and run it using appletview

Re: jmf2.0ea and jdk1.1.7

1999-08-12 Thread -=Steve-o=-
I'm not sure about how all this works. I have had JMF 1.1 working with JDK117_v3 in playing back the sample MOV (audio AND video) and .AU (audio only) with SimplePlayer, the sample player with JMF1.1. The platform is Slackware Linux 2.2.6. Anyway, I HAVE had problems with using my own DataSo

Re: Windows and All-platorm JAVA release

1999-08-11 Thread -=Steve-o=-
ctory structure worked with the Win32 version I admit that I'm probably out of my depth with this, as my strength is in NOT tinkering with Linux ;-) Thanks for your help... Steve-o. ** Please email replies to:[EMAIL PROTECTED]

DataSource...

1999-08-11 Thread -=Steve-o=-
Hi. I have written my own datasource and SourceStream, and placed them in teh correct directories (javax/media/protocol/steveSourceStream). I have run the applet under win32 jdk1.1.8 and JMF1.1 (win32 optimised), and the applet finds the datasource class, and does the job. However, when porte

Windows and All-platorm JAVA release

1999-08-08 Thread -=Steve-o=-
Hi. I have written a small client/server application which streams audio across an already open network socket. I have my own DataSource and SourceStream class that does this. The windows version works OK (it plays MPEG audio and .AU audio, which is broadly what I want). I can have the JMF.

Re: Java Media Framework

1999-08-04 Thread -=Steve-o=-
> Jacob > > -=Steve-o=- wrote: > > > Sorry if I'm repeating myself, but I'm new to this mailing list... > > > > Anyway, does anyone have any tips or advice on getting Java Media Framework > > (All-platforms) and JDK 1.1.7 to work on Slackware Linux, or sh

Java Media Framework

1999-08-04 Thread -=Steve-o=-
Sorry if I'm repeating myself, but I'm new to this mailing list... Anyway, does anyone have any tips or advice on getting Java Media Framework (All-platforms) and JDK 1.1.7 to work on Slackware Linux, or should I move straight onto 1.2.2? Thanks for any help in advance. Steve Clifton. -