> Robb Shecter writes:
> Peter Pilgrim wrote:
>>
>> Could you print this glibc version info on the shrinked wrapped boxes
>> for SuSE 6.3 and for all forthcoming SuSEs.
> Hi - while on the topic of Suse, Java and glibc versions,
> [ob java+linux]
> I want to check out this "Java/Web" v
Absolutely not true! Posting answers (and, yes, being wrong once in a while)
is the best way to expand your knowledge! Trust me (from personal
experience, and LOTS of it), you'll NEVER forget the answers to the
questions you're wrong on! :)
Ted Neward
CTO, WebRaiser ( http://www.webraiser.com )
J
Note, when it says Warning, it isn't an error. You are doing finethere isn't a
problem...it just isn't using a JIT.
Cheers
James.
Don Hatch wrote:
> I can't seem to get my envireonment variables to work. When I run javac file.java I
>get his error:
> "Warning: JIT compiler "sunwjit" not
Hey!
Guess it was a big mistake trying to post a reply for the first time. Theres
like 49 answers telling me that im wrong. Sorry bout that!
martin
On Tue, 16 Nov 1999,
corey wrote: > > Hello!
> > You cant read anything on the local machine with java, just from the server
> > that contains the c
On Tue, 16 Nov 1999 [EMAIL PROTECTED] wrote:
> Hi:
>
> I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux.
> There is no problem to compile a simple java application (hello.java). But
> got compile error when compile an application with Swing component. The
> error messa
The package name changed to javax.swing. That's also the case with
reasonably recent releases of Swing1.1 for JDK1.1.
Nathan
On Tue, Nov 16, 1999 at 04:33:36PM -0600, [EMAIL PROTECTED] wrote:
> Hi:
>
> I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux.
> There is no proble
On Tue, 16 Nov 1999 16:33:36 -0600, [EMAIL PROTECTED] wrote:
>Hi:
>
>I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux.
>There is no problem to compile a simple java application (hello.java). But
>got compile error when compile an application with Swing component. The
>err
Hi:
I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux.
There is no problem to compile a simple java application (hello.java). But
got compile error when compile an application with Swing component. The
error message is "Package com.sun.java.swing.* not found in import". W
Is there any work being done on porting JDK 1.2 to Linux on Alpha?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi Johans,
this is normally done via the web server using the http protocol. To
read files, this can be done the usual way. Writing files is nore
complicated. There are two possibilities: PUT requests and POST
requests. I've attached a program that demonstrates hot to use PUT
requests. For config
On Tue, Nov 16, 1999 at 01:41:14PM -0700, Yohans Mendoza wrote:
> Thanks for the responses but what I actually need to access the file
> system in the server, not the
> local machine where the applet is being executed.
Ah, well, that's a pretty important piece of missing information.
The questio
I'm stuck against a problem and I'm not sure which way to take,
example :
Thread 1
Thread 2
Thread 3
ThreadGroup 2543543 (random number)
Reader Thread
AsyncInputStream
Thread
Writer Thread
ThreadGroup 32453453 (random number)
Reader Thread
AsyncInputStre
Thanks for the responses but what I actually need to access the file
system in the server, not the
local machine where the applet is being executed.
Thanks again
~
Yohans Mendoza Unix Administrator
Peter Pilgrim wrote:
>
> Could you print this glibc version info on the shrinked wrapped boxes
> for SuSE 6.3 and for all forthcoming SuSEs.
Hi - while on the topic of Suse, Java and glibc versions,
[ob java+linux]
I want to check out this "Java/Web" version of Sniff+, and have a Suse 6.0
syste
Well, not quite. Check out the Netscape capabilities classes to learn about
signing applets and obtaining needed capabilities:
http://developer.netscape.com:80/docs/manuals/signedobj/capabilities/contents.htm
Nathan
On Tue, Nov 16, 1999 at 05:33:18PM +0100, Martin Kavalar wrote:
> Hell
[EMAIL PROTECTED] wrote:
>
> I read that announcement as well... but it said "With the help of the
> Blackdown team Sun hopes to... yadda yadda" so from what I understand,
> Blackdown will still be doing the ports.
>
> Can anyone clarify this along with anwering my original question of how
> d
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)
>
> regards
> abeezar
> ms student
[EMAIL PROTECTED] wrote:
>
> I expected the following to work since Objects are supposedly
> pass-by-reference. Am I doing something wrong here?
>
> I'm just trying to change a Boolean value inside of a method and return
> as pass-by-reference to the caller.
>
> My environment is:
> Blackdow
> Hello!
> You cant read anything on the local machine with java, just from the server
> that contains the class files. This is because of secuity.
> cya
> Martin
This is not true. As long as the security model in the
browser is set properly you can read and write files
[EMAIL PROTECTED] wrote:
>
> > ermirza erekose writes:
>
> Please quote correctly.
>
> >> On Mon, 8 Nov 1999, Oliver Fels wrote:
> >> >6.0 is (still) libc5,
> >> 6.0 is glibc 2.0.
>
> > hmmm ... I believe 6.0 is glibc 2.1
>
> Don't mix the distributions: SuSE 6.0 (and we're discuss
Martin Kavalar wrote:
> You cant read anything on the local machine with java, just from the server
> that contains the class files. This is because of secuity.
Well actually you can but it depends which browser you're using:
- in Netscape (and probably IE) you need a digital certificate
- in
On Wed, 17 Nov 1999 01:02:22 +0800, David Li wrote:
>Hi, I am facing a strange behavior with JDK 1.2.
>
>String(byte[]) is supposed to construct a string from a byte array.
>using default encoding. The default encoding in terms comes from
>sun.io.ByteToCharConverter's getDefault(). I am wondering
Hi, I am facing a strange behavior with JDK 1.2.
String(byte[]) is supposed to construct a string from a byte array.
using default encoding. The default encoding in terms comes from
sun.io.ByteToCharConverter's getDefault(). I am wondering what determine
what's return by the getDefault in ByteToC
Is there any way that I can quickly hack up the
java.net.Socket.setReceiveBufferSize() method in jdk1.1? I know the
method exists in jdk1.2 but the pre-release versions are too unstable to
run my application right now. I've been looking at the jdk1.1 sources but
I can't seem to find the native f
Hello!
You cant read anything on the local machine with java, just from the server
that contains the class files. This is because of secuity.
cya
Martin
On Mon, 15 Nov 1999,
Yohans Mendoza wrote: > hi all, >
> is it possible to open, read and write files froma an applet?
>
> I know it's off
hi
is there exist a java class in which i can to transcoding , i,e from
mpeg to other file formats.(i.e audio)
regards
abeezar
ms student ,
india.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe"
On Thu, 11 Nov 1999, Greg Tomalesky wrote:
> Hi Gang:
>
> Does anyone know where I can get some examples of printing under JDK
> 1.2?
The trick is to use the java.awt.PrintJob class.
Take a look at my retepPDF library. Although it's not directly printing,
it extends PrintJob, so the exampl
27 matches
Mail list logo