Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / December 2006

Tip: Looking for answers? Try searching our database.

getting started with java,need help.

Thread view: 
tomerdr@gmail.com - 25 Dec 2006 13:22 GMT
Hi,
I Want to debug an applet running inside internet explorer,
I could not find a way to do it either with neat beans nor with
eclipse.and the help i get from the documentation is poor.

Thanks in advance.
Daniel Pitts - 25 Dec 2006 18:44 GMT
> Hi,
> I Want to debug an applet running inside internet explorer,
> I could not find a way to do it either with neat beans nor with
> eclipse.and the help i get from the documentation is poor.
>
> Thanks in advance.

As far as I know, you'll have to debug it in the appletviewer program,
rather than the browser directly.
christopher@dailycrossword.com - 26 Dec 2006 04:38 GMT
depending on the java virtual machine and the version of internet
explorer and the internet options settings, there is a java console
available in internet explorer.  on my system it is under tools.  you
can have your applet output to the console (System.out.println() I
think) and you can set up points in your applet to display data.

> Hi,
> I Want to debug an applet running inside internet explorer,
> I could not find a way to do it either with neat beans nor with
> eclipse.and the help i get from the documentation is poor.
>
> Thanks in advance.
tomerdr@gmail.com - 26 Dec 2006 13:58 GMT
Is java a serious platform?!?
I don't need the output I need the breakpoints in the IDE.

Thanks

> depending on the java virtual machine and the version of internet
> explorer and the internet options settings, there is a java console
[quoted text clipped - 8 lines]
> >
> > Thanks in advance.
Daniel Dyer - 26 Dec 2006 14:13 GMT
> Is java a serious platform?!?
> I don't need the output I need the breakpoints in the IDE.
>
> Thanks

Are you using Microsoft's VM or Sun's?  If it's Sun's, you should be able  
to debug an applet from Eclipse.  I don't use Eclipse, but in IDEA you can  
set-up a debug profile to launch the applet in the appletviewer and you  
can then debug it as you would any other program.  I would be surprised if  
Eclipse does not have something similar.  I don't think you will be able  
to debug it running in the browser because of the security restrictions of  
the applet sandbox.  If you are using Microsoft's VM, I have no idea what  
options are available to you.

Dan.

Signature

Daniel Dyer
https://watchmaker.dev.java.net - Evolutionary Algorithm Framework for Java

tomerdr@gmail.com - 26 Dec 2006 20:28 GMT
Thanks.i can debug it in applet viewer.but this is not what i want,
any way i will try ms visual j++.

> > Is java a serious platform?!?
> > I don't need the output I need the breakpoints in the IDE.
[quoted text clipped - 15 lines]
> Daniel Dyer
> https://watchmaker.dev.java.net - Evolutionary Algorithm Framework for Java
Andrew Thompson - 27 Dec 2006 02:31 GMT
> Thanks.

Please refrain from top-posting.

> > > Is java a serious platform?!?

Sun's support of applets is less than enthusiastic.
I suspect they have put the host of applet problems
into the "too hard and won't everybody just make
AJAX based web-apps. instead?" basket.

> > > I don't need the output I need the breakpoints in the IDE.

The easiest way to develop applets is to make a
combined applet/application, an applet that can
be launched in a (J)Frame is a lot easier to debug
(in your IDE, with breakpoints).

Then once the application is nominally working,
run a few tests on a number of browsers (and ideally)
OS's, just to check the applet does not fall afoul
of any of the many problems that are caused by
interactions with a VM via a browser (and which
cannot be really reproduced in anything but 'that
version of that browser')

>...i can debug it in applet viewer.but this is not what i want,

After reading your posts, I am still not clear
on either what the applet needs or what, indeed
the problem is that you are investigating
(and having that information clear, would
probably help the quality of the answers.)

> any way i will try ms visual j++.

I cannot see that VJ++ could do anything here,
that other tools could not do better.

Andrew T.
John Ersatznom - 27 Dec 2006 00:18 GMT
> Is java a serious platform?!?

Are you kidding?


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.