Hi all,
I have
I would like to know,
Whether Jini1.0 works on JDK1.1.7 loaded on Linux(Slackware3.5,
libc5.4.44,Kernel2.0.34) machine ?.Does Jini1.0 requires JDK1.2 only?.
Thanks in advance,
Nagaraj S.B.
Bells Softech Ltd,Bells House,1036,
26th Main,4th 'T' Block,
Jayanagar, Banglore - 560 041.Ph
Nathan Meyers wrote:
>
> Sergio Antoy wrote:
> >
> > You write:
> >
> > > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on
> > > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this
> > > Linux machine. When I execute any JAVA commands (java,javac etc) it is
> > >
I don't see why you need a security manager at the server end.
(The server may want to check its clients, but that seems
to be another issue entirely).
I don't set a security manager at the server, and therefore
get the default security manager - i.e null, so the server
can do anything. See docs/
If you have questions about licensing the JDK for redistribution, etc.
Please submit them to [EMAIL PROTECTED], not [EMAIL PROTECTED]
Thanks,
Karl
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe
Actually, you need to set the security manager at both ends. The tricky
part to all of this, which the RMI docs I've seen don't explain, is that
you have to have a .java.policy file in your home directory granting
permissions to the "untrusted" codebase (any code that's not in the
bootstrap classp
I've been having this problem as well, even with the "-green
-Djava.compiler= " flags.
--Jeff
Mark O'Donohue wrote:
>
> Hi
>
> I've been tracking through the java 1.2 tutorial on certificates and
> security, it all seems to work, up to the point where I have to use the
> policytool program.
>
> From: [EMAIL PROTECTED] (Nelson Minar)
> Technically, there is only one semantic for Threads in Java. In theory
> Java is a completely specified runtime, ...
Not at all! Java is _NOT_ completely specified. In fact, some things,
such as many details of threading, are explicitly _un_specifie
> From: Robert McConnell <[EMAIL PROTECTED]>
> Wait a minute! Didn't Microsoft argue and win the point in the Apple
> case that Look and Feel cannot be copyrighted or otherwise subject to
> proprietary limitations? Is this another case of the big bully wanting
> to have his cake and eat it too?
> Sergio Antoy writes:
Sergio> Here is a trace of what happens on my machine
Sergio> gray:/tmp[501] export PATH=/home/antoy/java2/jdk1.2/bin:$PATH
Sergio> gray:/tmp[502] export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
Sergio> gray:/tmp[503] ls -lt /usr/lib/libc.so.6
Juergen, thanks for the suggestion:
Juergen> > Nagaraj S B writes:
Juergen>
Juergen> Nagaraj> I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44)
Juergen> Nagaraj> loaded on 586(IBM) machine.I have loaded JDK1.2
Juergen> Nagaraj> (jdk1.2pre-v1.tar.bz2) on this Linux machine.
Does anyone know of an Java applet IRC client implementation whose source is
also available? I want to see how others have skinned this cat before trying
it myself.
Thanks,
Antonio
--
To UNSUBSCRIBE, email to [EMAIL PROTECT
> Nagaraj S B writes:
Nagaraj> I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44)
Nagaraj> loaded on 586(IBM) machine.I have loaded JDK1.2
Nagaraj> (jdk1.2pre-v1.tar.bz2) on this Linux machine.
The JDK 1.2 requires glibc 2.x.
Nagaraj> /nagaraj/jdk1.2/jre/bin/realpath :
Nathan writes:
>
> Sergio Antoy wrote:
> >
> > You write:
> >
> > > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on
> > > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this
> > > Linux machine. When I execute any JAVA commands (java,javac etc) it is
> > > givi
Hi,
>
> The following program causes the Linux JDK 1.1.7v3 to crash with a
> SIGFPE. This is because the x86 causes an arithmetic exception when
> you divide 0x8000 by -1; the JVM spec, however, says that the result
> of this should be 0x8000 with NO exception thrown. (The fix is to catch
Sergio Antoy wrote:
>
> You write:
>
> > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on
> > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this
> > Linux machine. When I execute any JAVA commands (java,javac etc) it is
> > giving following error : for 'java' :
You write:
> I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on
> 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this
> Linux machine. When I execute any JAVA commands (java,javac etc) it is
> giving following error : for 'java' :
>
Nelson Minar wrote:
> >> I ran the same piece of code on jdk1.1.6 in linux, and on jdk1.2 in
> >> NT. But the behaviour is quite different. In both cases the server
> >> and the client waits. Is it a porting problem or a feature?
> >Well, you've got me beat now! I've never seen rebind() wait on a
>> I ran the same piece of code on jdk1.1.6 in linux, and on jdk1.2 in
>> NT. But the behaviour is quite different. In both cases the server
>> and the client waits. Is it a porting problem or a feature?
>Well, you've got me beat now! I've never seen rebind() wait on any OS
>or any JDK !!
I have.
> My problem is using JDBC(ODBC) in POSTGRESQL. My machine has Red Hat
>Linux 5.2. In the Howto Postgres document it is written that JDBC driver
>is supplied with this CD. I created Database and tabels using psql
>interactive prompt. Then I wrote one java program to access the tabels
>created bef
Sitanshu Bhusan Nanda wrote:
> Hi
> My problem is using JDBC(ODBC) in POSTGRESQL. My machine has Red Hat
> Linux 5.2. In the Howto Postgres document it is written that JDBC driver
> is supplied with this CD. I created Database and tabels using psql
> interactive prompt. Then I wrote one java pr
The original statement I made was 1) source for free, 2) JCK not so free, and 3)
distribution not so free.
the issue with the majority of ur correspondence, was ur inability to understand
that u cannot do a port if ur not allowed to modify the '.java' source code. U
apparently misled some folks
Calvin Austin wrote:
> I would just like to set some facts straight.
>
> 1. Anyone can get the full java 2 source for research, evaluation and
> internal use (which roughly equates to the previous non-commerical license
> before). You couldn't get the full source without this license before
> Jav
Hi,
Well, you've got me beat now! I've never seen rebind() wait
on any OS or any JDK !!
Nick.
Pratip Kar wrote:
> Hi Nick,
>
> Thanks again. Your suggestion worked. Is it due to the green-thread implementation ?
> I guess, here the server is spawning a new thread and coming out. Even in the cl
Mark O'Donohue wrote:
> Hi
>
> I've been tracking through the java 1.2 tutorial on certificates and
> security, it all seems to work, up to the point where I have to use the
> policytool program.
>
> It runs and brings up a main screen. When I choose the add policy
>
> entry (menu or pushbutton)
Hi
My problem is using JDBC(ODBC) in POSTGRESQL. My machine has Red Hat
Linux 5.2. In the Howto Postgres document it is written that JDBC driver
is supplied with this CD. I created Database and tabels using psql
interactive prompt. Then I wrote one java program to access the tabels
created be
You have no methods in the interface ITTestRMI. There is nothing to do,
so maybe the server is "smart enough" to terminate. Normally one defines
one or more methods in the remote interface, then they are implemented
in the server and then called by the clients.
... larry
Pratip Kar wrote:
>
>
Hi,
Two points:
(1) You shouldn't exit main() ! One way is just to sleep
forever.
Another way is to wait for stdin after the rebind(),
something
like:
LineNumberReader in = new LineNumberReader( new
InputStreamReader( System.in
));
while( true ) {
try {
On Fri, 25 Jun 1999, Mark O'Donohue wrote:
> I've been tracking through the java 1.2 tutorial on certificates and
> security, it all seems to work, up to the point where I have to use the
> policytool program.
solution: don't use the policytool program, but rather just edit the policy
file direc
Hi,
Thanks for your reply. This is the code snippet for my server.
public class TestRMI extends UnicastRemoteObject implements ITestRMI
{
public static void main(String args[])
{
System.setSecurityManager(new RMISecurityManager() );
try
Hi
I've been tracking through the java 1.2 tutorial on certificates and
security, it all seems to work, up to the point where I have to use the
policytool program.
It runs and brings up a main screen. When I choose the add policy
entry (menu or pushbutton) a new screen (which has the right si
hi all,
I want to download JDK1.2 can any of you tell me the url where i
can download the software for linux.
Any help would be useful.
bye,
MUTHU.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject
31 matches
Mail list logo