Re: JNI and initialization of static C++ classes on Linux with JDK 1.3.1

2001-09-16 Thread Matthias Pfisterer
- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Take into account that great love and great achievements

Re: JMF external MIDI support?

2001-05-31 Thread Matthias Pfisterer
r ALSA. > > Thanks for any help! > > Versions: > alsa-driver-0.5.11 > j2sdk-1.3.0-FCS-linux-i386 > jmf-for-java2-2.1.1-fcs-linux-i386 > linux-2.4.4 > > Using ALSA's ymfpci driver. > > ---

Re: readInt() & byte order

2001-03-22 Thread Matthias Pfisterer
Matthias Pfisterer wrote: > > Ashish wrote: > > > > Answer is simple > > > > Java program expects file bytes in big-endian format, while C uses little > > endian > > Sorry, wrong. C uses the native byte order of the system. I.e. it > depends on the p

Re: readInt() & byte order

2001-03-21 Thread Matthias Pfisterer
, Joaquin > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your know

deployment error with j2ee

2000-11-25 Thread Matthias Pfisterer
bout my setup or I can help in debugging, please let me know. Thanks in advance, Matthias -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your knowledge. It's a way to achieve immortality. (from a nepalese mantra) Java Sound Examples:

Tritonus 0.3.0 (developer release) out

2000-09-25 Thread Matthias Pfisterer
ced on tritonus-announce. Many thanks to Florian Bomers and Stephane Letz for their development work. Have fun! Matthias -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your knowledge. It's a way to achieve immortality. (from a nepalese ma

Re: How to Read files belong to client

2000-07-25 Thread Matthias Pfisterer
-- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your knowledge. It's a way to achieve

iostream wrappers

2000-05-13 Thread Matthias Pfisterer
-- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your knowledge. It's a way to achieve immortality. (from a nepalese mantra) Java Sound Examples: http://rupert.informatik.uni-stuttgart.de/~pfistere/jsexamples/ Tritonus, the open source implementa

Re: Multiple Platforms

2000-05-09 Thread Matthias Pfisterer
- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your knowledge. It's a way to achieve immorta

Tritonus: CVS, mailing lists

2000-04-27 Thread Matthias Pfisterer
, subscribe to tritonus-user. If you want to be informed when there is new code in the CVS or you want to join the development of Tritonus, subscribe to tritonus-devel. Matthias -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your knowledge. It's a way

Re: JDK 1.3

2000-04-12 Thread Matthias Pfisterer
any answer > > Desiree > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]>

Re: JMF with Linux.

2000-04-11 Thread Matthias Pfisterer
UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your knowledge. It's a way to achieve immortality. (from a nepalese m

Tritonus 0.2.0

2000-04-10 Thread Matthias Pfisterer
ffort, you may have a look on the developer's page: http://tritonus.sourceforge.net/developer.html As usal, bug reports and suggestions are welcome. Have fun, Matthias -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your knowledge. It'

Tritonus 0.1.92

2000-04-03 Thread Matthias Pfisterer
, you may have a look on the developer's page: http://tritonus.sourceforge.net/developer.html As usal, bug reports and suggestions are welcome. Have fun, Matthias -- Matthias Pfisterer <mailto:[EMAIL PROTECTED]> Share your knowledge. It's a way to ach

Tritonus 0.1.91

2000-03-24 Thread Matthias Pfisterer
information can be found at: http://tritonus.sourceforge.net/ If you want to jion the effort, you may have a look on the developer's page: http://tritonus.sourceforge.net/developer.html As usal, bug reports and suggestions are welcome. Have fun, Matthias -- Matthias Pfisterer <mailt

Tritonus v 0.1.90 released

2000-03-18 Thread Matthias Pfisterer
://tritonus.sourceforge.net/roadmap.html If you want to jion the effort, you may have a look on the developer's page: http://tritonus.sourceforge.net/developer.html As usal, bug reports and suggestions are welcome. Have fun, Matthias -- Matthias Pfisterer <mailto:[EMAIL PROTECTED

Tritonus 0.1.82 available

2000-01-19 Thread Matthias Pfisterer
Hi, Tritonus, the open-source inplementation of JavaSound for Linux, has a new release. Major reasons for this release are: Easier Installation --- There is now a 'configure' script that automatically determines most parameters important for the build process. Installation i

Re: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable

2000-01-07 Thread Matthias Pfisterer
Hi Eric, the awt code always tries to connect to an X server. If the machine your program is running on has an X server running but you cant't connect it's because as a telnet user you don't own the console and therefore are not allowed to connect (it may be that you want to supervise other user'

Wanted: Testers for Tritonus MIDI I/O support

2000-01-06 Thread Matthias Pfisterer
Hi, ever wanted to use your MIDI stuff using Java on Linux? Now, there is the beginning of a chance: Tritonus, an open-source implementation of the JavaSound API for Linux, now includes experimental support for MIDI I/O. I've done several tricks but can't finally test it because I have no MIDI

Re: Jar file with JDBC

1999-12-29 Thread Matthias Pfisterer
ALPESH KOTHARI wrote: > > Hi, > > When I added 'System.out.printStackTrace()' it told > while compilation > Method printStackTrace() not found in class > java.io.PrintStream. > > System.out.printStackTrace(); It should be: e.printStackTrace(); where e comes from: catch (Exception e) Matthia

Re: can't be instantiated.

1999-12-21 Thread Matthias Pfisterer
Hi, if you mean something like "system event queue can't be instantiated", it's due to security restrictions, but doesn't hurt most Swing applications. Matthias > Siriphen Wikaisuksakul wrote: > > Hello, > > When I run swing/applet program on browser, it show "can't be > instantiated". > But

Re: SRC for COLIN PLUMBS package

1999-12-21 Thread Matthias Pfisterer
Hi, well, Java isn't open source (see the recent story around blackdown). But the Sun Community Source License (SCSL) at least allows you to look at the code, including the native one. You can download it from Sun's web pages (25 MB); follow the links on Community Program or something like that. B

ALPHA version of mp3 support for Tritonus

1999-12-17 Thread Matthias Pfisterer
Hi, the latest development version of Tritonus, the JavaSound implementation for Linux, now includes mp3 support. This is due to integration of javalayer 0.0.7, a pure-java mp3 decoder developed by the javalayer project. The big credit for this goes to Eric B. who wrote the decoder. The integrat

Tritonus 0.1.81 available

1999-12-13 Thread Matthias Pfisterer
Hi, there are good news for Linux-JavaSounders: Tritonus is moving towards a 0.2 release. Features planned for 0.2 include: - JavaSound 0.90 interface - support for the Enlightenment Sound Daemon - Clips and recording - volume and pan control - complete file handling stuff, including mp3 - format

Re: permissions

1999-12-10 Thread Matthias Pfisterer
Hi, it should be possible to determine this by trial-and-error. Remove that AllPermissions and run your program. Watch out for the first SecurityException. It usually can be derived from the error message which permission is missing. Grant this permissen, then run you prg again... Matthias Jos

[ANN] Now you can help Tritonus!

1999-12-07 Thread Matthias Pfisterer
Tritonus developer page available Tritonus is a freeware implementation of the JavaSound 0.9 API for Linux. Today, a developer's page was published, where people interested in helping can find which features are not implemented and where programming information or hints can be found. Tritonus Dev

Re: code question

1999-11-16 Thread Matthias Pfisterer
. For configureing apache to accept PUT requests, see http://www.apacheweek.com/features/put. Be aware that enabling PUT incorporates security risks. For production uses, I recommend POST requests. They also have security risks, but can be controlled much better. Matthias Pfisterer Yohans Mendoza

Re: java library

1999-11-16 Thread Matthias Pfisterer
Hi, have a look at the Java Media Framework (JMF). As far as I know, the latest version supports MP3. Matthias Pfisterer Abeezar wrote: > > hi > > is there exist a java class in which i can to transcoding , i,e from > mpeg to other file formats.(i.e audio) > > r

Re: Pass by Reference question.

1999-11-12 Thread Matthias Pfisterer
Hi Paul, "objects are passed by reference" is only half of the truth. In fact, this is implemented by passing the reference to the object (in C you would call it a pointer) by value. Your parameter Boolean b in changeBoolean() is this reference. By assigning to the reference, this reference will

Tritonus version 0.2 prerelease available

1999-10-23 Thread Matthias Pfisterer
Hi, there is some movement on the tritonus frontier. A release 0.2 is planned for end of this year. It will contain the following new features: - JavaSound 0.9 interface - support for the Enlightment Sound Daemon (esd) - Clips - volume control - own implementation of file handling stuff Now avai

Re: JAVA on LINUX (RedHat 6.0)

1999-10-02 Thread Matthias Pfisterer
. Matthias Pfisterer > "Patrick M. Alleyne" wrote: > > I was wondering anyone could help me and/or point me in right > direction to the following issue I have with Linux and JDK117/JDK1.2; > > I seem to have multiple process instances when ever I issue the >

Re: [OT] Good Java docs

1999-09-26 Thread Matthias Pfisterer
Hey man, it depends. There is no single resource covering all of Java. What are you looking for? JDBC? Swing? network programming? Personally, I found the O'Reilly books helpful. Matthias Pfisterer Kontorotsui wrote: > > Excuse for the OT, but after using extensively the Sun'

Re: Is there sound in java1.2 APPLICTAIONS ?

1999-09-17 Thread Matthias Pfisterer
Hi, I've started a Linux implementation of the JavaSound API. Take a look at: http://rupert.informatik.uni-stuttgart.de/~pfistere/tritonus/ Matthias Sebastian-Anton Ponovescu wrote: > > Is there any sound capability in java1.2 ? I am interesting in playing sound > from a java application and

Re: Can't play a wav file

1999-08-21 Thread Matthias Pfisterer
Hi, an implementation of the JavaSound API for Linux is on the way. Simple playback of .au, .wav and .aiff should work. Check http://rupert.informatik.uni-stuttgart.de/~pfistere/tritonus/ Matthias "Niessen ing. E.P.M." wrote: > > Hello, > > I installed the latest jdk1.2v2 on a redhat 6 insta

Re: JDK 1.2-pre2 on RedHat 5.2

1999-08-11 Thread Matthias Pfisterer
If I remember correctly, this means that you have to download the the version of JDK1.2 for glibc2.0. An alternative is to update your Linix installation to glibc2.1. Matthias Ted Neward wrote: > > I'm getting the following error when attempting to run javac from the > prompt: > > /usr/local/j

Re: Graphics Acceleration

1999-07-26 Thread Matthias Pfisterer
etter. Matthias Pfisterer [EMAIL PROTECTED] wrote: > > I am using Jdk1.2 in a standard Red Hat 5.1 and my computer is equipted > with Virge display card. When i am trying to use graphics in my programs i > am getting a drammatical reduction in the program speed while this is not &g

Re: Invalid DatagramSocket option

1999-07-25 Thread Matthias Pfisterer
Hi, I remember hearing that there was a problem with multicasting due to a bug in the Linux kernel 2.0.36. This should be solved with the 2.0.37 kernel (and perhaps a special patch, don't remember exactely). Try to check the blackdown site for details. Matthias Pfisterer Larry Hsiao

Re: Upper Case

1999-07-25 Thread Matthias Pfisterer
String for an appropriate method. Matthias Pfisterer Van Sy wrote: > > Hi, > > I'm new to Java and would like some advice on how to convert a string to > upper case. > Thanks in advance, > > Van Sy > >

Re: display text

1999-07-12 Thread Matthias Pfisterer
Hi, use: ta = new TextArea(new String(data)); Matthias Pfisterer R MUTHUSWAMY wrote: > > hi all, > i have a textarea and want to load the text into the area. in this > i give the filename and the filecontent has to be loaded into that. i have > tried it and ge

Re: How to detect a "blank" line.

1999-07-10 Thread Matthias Pfisterer
t is working that blank line is send as a blank line and other lines > are read as a normal line.The output is shown below. > > s[0]=this is a test file which can > s[1]= > s[2]=be deleted when not needed. > > bye, > MUTHU. > > On Fri, 9 Jul 1999, Matthias Pfister

Re: How to detect a "blank" line.

1999-07-09 Thread Matthias Pfisterer
cters read and not discarded, taken in order. By the way, I've tested the programm with my proposal. Matthias Pfisterer Larry Gates wrote: > > >Date: Thu, 08 Jul 1999 12:48:49 +0200 > >From: Matthias Pfisterer <[EMAIL PROTECTED]> > > > >Hi, > &g

Re: How to detect a "blank" line.

1999-07-08 Thread Matthias Pfisterer
can't figure out yourself, please mail again. Matthias Pfisterer Chien-Lung Wu wrote: > > Hi, > > The code in JAVA is as following: > [...] > C.L. > > On Wed, 7 Jul 1999, Matthias Pfisterer wrote: > > > Please show us the code you used. That would make it muc

Re: How to detect a "blank" line.

1999-07-07 Thread Matthias Pfisterer
Please show us the code you used. That would make it much easier to understand your problem and to help you. Matthias Pfisterer Chien-Lung Wu wrote: > > Hi, > I try to read in a text file like follow, > > # comments > # > line1 with information > line2 (blank)

Re: UnsatisfiedLinkErr in JNI

1999-07-06 Thread Matthias Pfisterer
Sorry, your error description is not very clear. Perhaps it's best to include code the next time. But a guess what can be the problem: JNI requires additional characters in the signature if methods are overloaded. Perhaps you have such overloaded methods, but did not use the modified signature in

Re: jdk1.2---JIT..?

1999-07-06 Thread Matthias Pfisterer
t this message. > normal users meet this message. > any idea? Seems to be a permission problem. Make shure that normal users are allowed to read an execute the JIT Compiler. Matthias Pfisterer -- To UNSUBSCRIBE, ema

Re: How to Map the network resources

1999-07-03 Thread Matthias Pfisterer
. But notice that this means you have to implement yourself remote procedure calls, the external data representation, and nfs itself. Unless your needs are very, very special, I strongly recommend not to try this, since it is work for months, if not years. Matthias Pfisterer LAIKOK wrote: > &g

Re: LD_LIBRARY_PATH

1999-07-01 Thread Matthias Pfisterer
Hi, besides checking for typos, try to check whether the libraries have the permissions to be read and executed. If this does not help, please give more information about your environment. Matthias Pfisterer Alejandro Lucero Palau wrote: > > Hi! > I try to execute a java program,

Re: Continuous Sound API

1999-01-16 Thread Matthias Pfisterer
10); channel.addAudioInputStream(ais); Matthias Pfisterer Johan Kotlinski wrote: > > Hi! > > I was planning to write a drum machine using audio samples, but found out that the >sleep() function had way too bad timing for this purpose. Do anyone know of a way to >create a midi/audio seque

Re: Java complains "Could not create Java VM"

1999-01-02 Thread Matthias Pfisterer
Hi Eric, in JDK 1.1.x, you have to include the standard classes in the CLASSPATH. Depending on your installation, include something like /usr/local/java/lib/classes.zip. With JDK1.2.x, this is no longer necessary. Another hint: swingall.jar contains all the other swing-related jars (swing.jar, wi