[EMAIL PROTECTED] wrote:
>
> SAYS WHO???
>
> The BEST IDE for JAVA (better than SVC), is NETBEANS...
>
> try http://www.netbeans.com... it is 100% swing based. u need JDK1.1.6 (not
> 1.1.7/1.1.5).
Actually, I'm running NetBeans on JDK1.1.7v1a with TYA. Its a little
flakey. Some of the dialogs
Ok, ok, I admit that I have never added JDE to Emacs or XEmacs to see how
it would perform. I used to use XEmacs extensively when I used a Solaris
machine at work, and I enjoyed it. If I would call Kawa an IDE, I suppose
XEmacs could also be called an IDE. However, my main distinction between
a
Blackdown-Linux developers-
I'm having trouble figuring out which layer of code
(JDK, Linux, XFree86, etc) is responsible for some
anomalous behavior. I'm having trouble with
java.awt.TextFields (and TextAreas) that don't
capture a less-than character typed in by the user
(it appears as a great
Steve,
If you get version 3 or even 2.5a, you can add any JDK you like. I'm waiting
for version 3 to arrive so I can check out the debugging capabilities for
JDK1.2. I'm sure it will be as good (if not better) than the great support
it had for JDK1.1.5. I'll write again to let you all know how
[EMAIL PROTECTED] wrote:
>
> SAYS WHO???
>
> The BEST IDE for JAVA (better than SVC), is NETBEANS...
not sure if it's the best, but I've found I like it, too.
> try http://www.netbeans.com... it is 100% swing based. u need JDK1.1.6 (not
> 1.1.7/1.1.5).
Hmmm...I'm sure I've run it with 1.1.7.
When you started the RMIRegistry did it get the correct classpath to find
your _stub and _skel files? This message says no... The message is probably
very appropriate; it is saying that on the remote side of the RMI connection
(which would be the RMIRegistry) there was an unmarshalling excpetion,
On Tue, 22 Dec 1998, John Goerzen wrote:
> On Tue, Dec 22, 1998 at 11:11:08AM +0100, Artur Biesiadowski wrote:
>
> > John Goerzen wrote:
> >
> > I personally do not use highly integrated IDEs and it seems that you do
> > not also, but do not think that Xemacs is an IDE - it is just very smart
>
SN costs too much... and last I checked the free version did not save.
--jason
On 22-Dec-98 David Lucas wrote:
> Have not looked at it in a while, but Source Navigator from Cygnus folks
> might be worth looking at.
>
> Check out www.cygnus.com for more info.
>
> Later,
> Dave
>
> --
>
> +-
Full_Name: Richard Hidalgo Lorite
JDK_Version: 1.1.7v1a
JDK_Arch: i386 (x86)
Linux_Dist: Debian
Linux_Dist_Ver: 1.3.1 Kernel 2.0.30
Libc_Ver: libc5
Ld_Ver:
Dyn_Java: no
Toolkit: Motif
Toolkit_Ver:
Bug_Example: http://
Submission from: 195.53.63.12 (195.53.63.12)
Linux distribution: D
SAYS WHO???
The BEST IDE for JAVA (better than SVC), is NETBEANS...
try http://www.netbeans.com... it is 100% swing based. u need JDK1.1.6 (not
1.1.7/1.1.5).
and linux kernel > 2.0.32
banibrata dutta.
research engg.
CDOT, Delhi.
-Original Message-
From: Kirk Hutchinson <[EMAIL PROTECTE
> I believe there is a family of development tools referred to as RAD .
> Apparently VisualAge and Visual Cafe are members of this family.
> A RAD gives you the tool to drag and drop GUI elements such as labels
> buttons. I would love to see a RAD for linux.
I invite you to download and tryout Si
I believe there is a family of development tools referred to as RAD . Apparently
VisualAge and Visual Cafe are members of this family.
A RAD gives you the tool to drag and drop GUI elements such as labels buttons. I
would love to see a RAD for linux.
Other than Visual Cafe the rest of the IDE and
Have not looked at it in a while, but Source Navigator from Cygnus folks
might be worth looking at.
Check out www.cygnus.com for more info.
Later,
Dave
--
++
| David Lucas mailto:[EMAIL PROTECTED]|
| Lucas So
On Tue, Dec 22, 1998 at 11:11:08AM +0100, Artur Biesiadowski wrote:
> John Goerzen wrote:
>
> I personally do not use highly integrated IDEs and it seems that you do
> not also, but do not think that Xemacs is an IDE - it is just very smart
> editor. What it lacks ?
>
> Graphical composition of
Try JSafe class library from RSA.
www.rsa.com
optima wrote:
> how can I get a ssl package of java
> I just want make a test of ssl with java
Symantec Visual Cafe 3.0 supports any JDK version ( Including Java 2 and the
latest Swing components ) through a JVM plugin interface. This version also
supports remote debugging
with any Sun compliant JVM.
PS: I'm using this version right now on my current project.
Cheers
Chris
Steve Delahunty
This code
Frame parent = null;
...
parent = (Frame) getParent();
Compiles and runs on Linux. However, on OS/2, it gets a ClassCastException
if in fact the parent is an applet.
I've programmed my way round it:
if (p instanceof Frame)
{
On Mon, 21 Dec 1998, John Goerzen wrote:
> On Mon, Dec 21, 1998 at 10:06:10PM -0500, Kirk Hutchinson wrote:
>
> > First of all, XEmacs is not an IDE. It's a code editor - that's it.
>
> You obviously know little about it then. It has built-in and (virtually)
> seamless interfaces to compilers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi folks,
I have loaded the Java/Linux package on a Sparc running Red Hat Linux
(5.1) and everything looks hunkey dory until I
try and compile something.
I run "javac Server2.java" and there are no messages of any kind and the
program exits. I do
I've got a Linux box with 2 network cards. One network card is connected to
a cable modem. An Apache server handles HTML requests through the first
network card. The other network card is configured for IP masquerading (SP?)
and connects to a hub. I have 2 Windows (Don't stone me!) machines (95 an
Checkout
http://sunsite.auc.dk/jde/
it is an add on for xemacs that allows you to debug with jdb, among
hundreds of other useful coding aids.
Brad
On Tue, 22 Dec 1998, Ramesh Babu A. wrote:
>
> Hi,
> My friend running his c programs in Linux, and debugging all the
> c code thru' gdb in
Hi,
My friend running his c programs in Linux, and debugging all the
c code thru' gdb inside emacs and now I am also using gdb and debugging
all of c code. It is a very superb tool to debug.
Is there any tool like that for java in Linux. ?
I tried to use jdb in emacs. but
John Goerzen wrote:
> > It's really too bad that more IDEs are not available for Linux.
>
> What do these give you that XEmacs doesn't?
I personally do not use highly integrated IDEs and it seems that you do
not also, but do not think that Xemacs is an IDE - it is just very smart
editor. What i
optima wrote:
>
> how can I get a ssl package of java
> I just want make a test of ssl with java
have a look at:
http://jcewww.iaik.tu-graz.ac.at/iSaSiLk/isasilk.htm
it't not free, but there is a download option.
/Oliver
how can I get a ssl package of java
I just want make a test of ssl with java
On 22-Dec-98 Kirk Hutchinson wrote:
> First of all, XEmacs is not an IDE. It's a code editor - that's it.
True Emacs (XEmacs) was not necessarily designed to be an IDE, though it can
be used as one... which means that it is and IDE (and a whole lot more). Some
people can handle using Emacs as a
On Mon, Dec 21, 1998 at 10:06:10PM -0500, Kirk Hutchinson wrote:
> First of all, XEmacs is not an IDE. It's a code editor - that's it.
You obviously know little about it then. It has built-in and (virtually)
seamless interfaces to compilers, debuggers, and interpreters.
> It's really too bad
27 matches
Mail list logo