Hi,
In my experience, clients/servers running on a Linux box have trouble finding the
osagent. If you haven't already, try adding ORBagentAddr= to the VM
System Properties, either using the -D flag, or directly in code. Not clear why one
needs that darned osagent when using the CosNaming service,
Steve,
> OK, the alphaworks site is now back up. I know people told me to
wait
> until Monday to get the latest but I wanted to try it now.
Well I've just been there as well and have collected 0.41 which is
the very latest.
> The first error came up because I didn't have the right version of
>
On Fri, Dec. 4 1998 Marcel Ruff wrote:
> 1)
> I tried running our CORBA-VisiBroker stuff on Linux,
> it compiles well, but my clients and servers can't find
> the Naming Service running on a AIX box (with a running
> osagent/gatekeeper)
> How does this URL-naming look like ???
> The same code run
David Warnock wrote:
> > > The address is http://www.alphaworks.ibm.com/formula/Jikes/ (it's
> > > available as a link from the blackdown site).
>
> > Either this URL is wrong or their server is down. I cannot
> connect.
>
> Steve,
>
> I am pretty sure the url is correct but I also could not
I'm really sorry if my question was not supposed to be posted here . I did
try to search help from other appropriate sources(comp.lang.java.programmer
and the like, even JDC) before attempting to post it here (with the hope
that someone has run to this problem and can share that ).
I know that fo
You might be happier trying a regular Java discussion list in
comp.lang.java.programmer or the like.
But, saying that, my opinion is that I don't like your applet if it runs
even if I leave the page. That's like a rogue applet that runs even when I
leave the page that is supposed to have the app
Hi,
I have an applet that serves as an entry point for a web application
(loading a main frame with all tabbed panel and so on) . Everything should
be working on this main frame , not the applet; however, one of function of
my whole application is to be able to open a URL if user provides input a
Hello..
I'm running HotJava 1.1.5 with jdk 1.1.6v5... Whenever I get a framed
page in HJB and I click on a link in one frame, it doesn't seem to
want to
open up that link in the other specified target frame... Is there a quick
way to fix this??
Thanks...Paul...
Paul Schroeder
JavaOS Softw
Hi,
1)
I tried running our CORBA-VisiBroker stuff on Linux,
it compiles well, but my clients and servers can't find
the Naming Service running on a AIX box (with a running
osagent/gatekeeper)
How does this URL-naming look like ???
The same code runs well if invoked on AIX.
2)
I tried running the
It would appear from the stack-trace you provided that your servlet is
never executing. Its probably not even being loaded. The exception ...
>Failed to locate native function:
>java/util/zip/Inflater.init(Z)V
>java.lang.UnsatisfiedLinkError
>at java/util/zip/ZipFile.getInputStream(line unknown
> > The address is http://www.alphaworks.ibm.com/formula/Jikes/ (it's
> > available as a link from the blackdown site).
> Either this URL is wrong or their server is down. I cannot
connect.
Steve,
I am pretty sure the url is correct but I also could not connect just
now. As John has said a
Use a JWindow instead of a JFrame, but see put the logic to set a
reasonable window size in overriden `setPreferredSize()'
In this example I set up a maximum size limitation:
public class PetesSplash extends JWindow
private JLabel labelImage;
private JLabel copyLabel
private Im
[EMAIL PROTECTED] writes:
> On Fri, 4 Dec 1998, David Warnock wrote:
> > Can I suggest you download the JIKES compiler from IBM. It's free, it
> > runs an order of magnitude faster than JAVAC and so far as I can see
> > the -depend works. You may want to use the +E compiler switch to get
> > err
To run a servlet one need a servlet enabled server.
There are few such beasts written in Java check sun site and also
javasoft site for servlet enabled server written in pure Java they come
with
full readable instruction.
I saw the codes for one of them it was a server listening on port 8080
and
Hi,
I got news about ORACLE server for linux. Does Oracle finish
porting ORACEL SERVER to Linux? When is it available to us?
Jinpeng
Rob Nugent wrote:
> Try a Window instead of a Frame.
>
> Anguel Anguelov wrote:
>
> > Hi
> >
> > how kan i show one Frame without border?
>
Attention!
Windows and JWindows under Linux and also Solaris have a bug! -> see bug
# 91 at the blackdown's bug-page and also bug # 4121501 and # 4094957
David Warnock wrote:
> Steve,
>
> > I find that I'm unable to get rid of the following errors when I do
> a
> > javac depend of my whole project:
>
> I have read soimewhere sometime that javac -depend is not reliable.
>
> Can I suggest you download the JIKES compiler from IBM. It's free, it
> run
The JFrame vs. Window discussion prompted me with a few enquiries. (Totally
off-topic, please delete if you are offended :)
I've just started with a Window and JInternalFrame hack last night.
Basically I'm adding a JInternalFrame to a Window to give the "Java look &
feel" to an application. This
Hi,
Servlet package is written in the 100% pure JAVA, So you can get it
from Sun's site.
Please check
http://java.sun.com/products/servlet/index.html
You can get informations for servlet.
And it is also good for you to check
http://java.sun.com/products
have fun.
from hiro
Hi,
David Warnock wrote:
___ snip
> I find that I'm unable to get rid of the following errors when I do
a
> javac depend of my whole project:
I have read soimewhere sometime that javac -depend is not reliable.
Can I suggest you download the JIKES compiler from IBM. It's free, it
runs an
Try a Window instead of a Frame.
Anguel Anguelov wrote:
> Hi
>
> how kan i show one Frame without border?
--
Rob Nugent
Development Manager
UniKix Technologies Europe
[EMAIL PROTECTED]
Tel: +44 (0) 1489 585503
Fax: +44 (0) 1489 881363
On Fri, 4 Dec 1998, David Warnock wrote:
> Steve,
>
> > I find that I'm unable to get rid of the following errors when I do
> a
> > javac depend of my whole project:
>
> I have read soimewhere sometime that javac -depend is not reliable.
>
> Can I suggest you download the JIKES compiler from I
Hi
how kan i show one Frame without border?
OS : Redhat 5.0
JDK : JDK1.17
JSDK :JSDK2.0
I installed JDK1.1.7 and JSDK2.0.
and I test application program and It's OK
but I test servlet program.. but It has some problems.
I din't see this problem before in Othre OS(Solaris or NT)
and I have a trouble in this problem.
the Problem is
the sou
On Thu, 3 Dec 1998, Kontorotsui wrote:
>
> On 03-Dec-98 John Summerfield wrote:
> >> [About parse method]
> >> Should I do a bug report to the Java developers?
> >
> >That is a good idea.
> >It would be sensible first to verify it in an applet in Netscape (which
> >does not use the Blackdown por
On Fri, 4 Dec 1998, Markus Fritz wrote:
> If you want to run servlets with your apache-webserver, you need
> a servlet-engine like JServ (java.apache.org) or JRun
> (www.livesoftware.com).
> Both come with JSDK (JavaServletDevelopmentKit from SUN) included.
>
the JSDK with jserv is oldish. You
On Fri, 4 Dec 1998, Steve Cohen wrote:
> I find that I'm unable to get rid of the following errors when I do a
> javac depend of my whole project:
>
> error: File /usr/local/java/xyz/Scheduler.java does not contain nested
> class xyz.Scheduler. 1 as expected. Please adjust the class path so that
Steve,
> I find that I'm unable to get rid of the following errors when I do
a
> javac depend of my whole project:
I have read soimewhere sometime that javac -depend is not reliable.
Can I suggest you download the JIKES compiler from IBM. It's free, it
runs an order of magnitude faster than JAV
On 03-Dec-98 John Summerfield wrote:
>> [About parse method]
>> Should I do a bug report to the Java developers?
>
>That is a good idea.
>It would be sensible first to verify it in an applet in Netscape (which
>does not use the Blackdown port).
I verified that the bug is there also in a Solaris
If you want to run servlets with your apache-webserver, you need
a servlet-engine like JServ (java.apache.org) or JRun
(www.livesoftware.com).
Both come with JSDK (JavaServletDevelopmentKit from SUN) included.
Ramesh Babu A. wrote:
> I want to run Servlets on my Linux m/c.
> Is there anyting to
Hi,
I'm trying to run a java application under Linux 2.0.35 with JDK1.0.2 (i
need to use this old version by now !!!) The application opens many
windows. This is the error I get when I run the application :
SIGSEGV 11* segmentation violation
stackbase=0xb68c, stackpointer=0xb52c
Full
Just download the Jave Servlet Development Kit from http://java.sun.com
---
Vennlig hilsen
Tov Are Jacobsen
On Fri, 4 Dec 1998, Ramesh Babu A. wrote:
>
> Hi,
>
> I have RH4.1 Kernal 2.0.27, JDK1.1.5
>
> I want to run Servlets on my Linux m/c.
>
> Is there anyting to ins
Hi,
I have RH4.1 Kernal 2.0.27, JDK1.1.5
I want to run Servlets on my Linux m/c.
Is there anyting to install on Linux m/c, to run Java Servlets ???
Help me.
Ramesh Babu A.
33 matches
Mail list logo