The Source for Java Technology Collaboration

Home » java.net Forums » Java Desktop Technologies » JDIC

Thread: JDICPlus

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
This question is not answered. Helpful answers available: 2. Correct answers available: 1.

Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 14 - Last Post: Aug 10, 2009 7:23 AM by: shreder Threads: [ Previous | Next ]
jwwwwl

Posts: 5
JDICPlus
Posted: Jul 18, 2008 3:47 PM
 
  Click to reply to this thread Reply

Hi all. JDICPlus is very nice library. Also i tested example browser included with library. It works enough good for many web sites. But when i went to www.mininova.com it loaded CPU to 100%. Have somebody some idea about resolving this problem?

kirillcool

Posts: 796
Re: JDICPlus
Posted: Jul 18, 2008 5:50 PM   in response to: jwwwwl
 
  Click to reply to this thread Reply

Not share illegally? :)

jwwwwl

Posts: 5
Re: JDICPlus
Posted: Jul 22, 2008 4:50 PM   in response to: kirillcool
 
  Click to reply to this thread Reply

What do you mean "share illegally"? I experimenting with Java technology. Some time before i programmed in C++. And i used COM, ActiveX. There was no problems with embedding IE in programs. But now i see that in Java i can't embedding any normal browser. I looked JRex, JxBrowser, NativeSwing Browser and last JDIC Browser. JRex dosn't work in Vista x64 and seems not supported already. JxBrowser even dosn't start. NativeSwing freezes application. Last and most stable of all is JDIC Browser. But i noticed that it load CPU up to 100% when i go to some web sites. So it seems that Java have no working browser.

kirillcool

Posts: 796
Re: JDICPlus
Posted: Jul 22, 2008 4:58 PM   in response to: jwwwwl
 
  Click to reply to this thread Reply

It was referring to the content of Mininova site, as in joke.

jwwwwl

Posts: 5
Re: JDICPlus
Posted: Jul 29, 2008 8:17 AM   in response to: kirillcool
 
  Click to reply to this thread Reply

> It was referring to the content of Mininova site, as
> in joke.

Oh no! I doesn't try to advertise this site. It was only example where JDICPlus Browser load CPU 100%. For example when i go to google, yahoo, yandex, rambler, msn etc it desn't load CPU up to 100%.

tdanecito

Posts: 379
Re: JDICPlus
Posted: Jul 17, 2009 12:30 PM   in response to: kirillcool
 
  Click to reply to this thread Reply

Good try some folks do not understand the joke concept I guess :-)

ryanh0

Posts: 12
Re: JDICPlus
Posted: Jul 23, 2008 4:42 AM   in response to: jwwwwl
 
  Click to reply to this thread Reply

Checkout dj project http://djproject.sourceforge.net/ns/ (Hijacks some SWT stuff)
&
webrenderer.com (not free)

jwwwwl

Posts: 5
Re: JDICPlus
Posted: Jul 29, 2008 8:13 AM   in response to: ryanh0
 
  Click to reply to this thread Reply

> Checkout dj project
> http://djproject.sourceforge.net/ns/ (Hijacks some
> SWT stuff)
> &
> webrenderer.com (not free)

This project even worse then JDICPlust because it freeze application and sometimes cause crach of application.

tdanecito

Posts: 379
Re: JDICPlus
Posted: Jul 17, 2009 12:36 PM   in response to: ryanh0
 
  Click to reply to this thread Reply

He does great work but SWT was not written by him so he will try his best to help. I needed a real browser that can do odd things like run a java applet in it (Not a joke a real requirement) which SWT will not do.

Be a good test for JWebPane to see if it can run a java applet embedded in a page.
Oh yeah also a movie embeded in a page ect.

I know shoot for the sky. But hey MyUniPortal system does that now why should I settle for less??

Regards,
-Tony Anecito
Founder,
MyUniPortal
http://www.myuniportal.com

linuxhippy

Posts: 646
Re: JDICPlus
Posted: Jul 23, 2008 5:24 PM   in response to: jwwwwl
 
  Click to reply to this thread Reply

> And i used COM, ActiveX. There was no
> problems with embedding IE in programs.

Don't forget - you used Microsoft's COM and Microsoft's ActiveX on Microsoft Windows to embed Microsoft Internet Explorer most likely you even developed with Microsoft Visual Studio. No real surprise here.
For java the whole situation is a bit different, you would like to use IE on MS windows, others maybe mozilla on Linux or Safari on OSX and everything should behave the same.

Try to see where it hangs (using a debugger) and try to get as much information to reproduce the bug as possible and then report it. Maybe you can even fix it yourself.

lg Clemens

jwwwwl

Posts: 5
Re: JDICPlus
Posted: Jul 29, 2008 8:23 AM   in response to: linuxhippy
 
  Click to reply to this thread Reply

> > And i used COM, ActiveX. There was no
> > problems with embedding IE in programs.
>
> Don't forget - you used Microsoft's COM and
> Microsoft's ActiveX on Microsoft Windows to embed
> Microsoft Internet Explorer most likely you even
> developed with Microsoft Visual Studio. No real
> surprise here.
> For java the whole situation is a bit different, you
> would like to use IE on MS windows, others maybe
> mozilla on Linux or Safari on OSX and everything
> should behave the same.
>
> Try to see where it hangs (using a debugger) and try
> to get as much information to reproduce the bug as
> possible and then report it. Maybe you can even fix
> it yourself.
>
> lg Clemens
I have made some researching. And i see then thread with jdicWeb.dll load CPU up to 100%. I tried to compile jdicWeb.dll in VS .NET 2008 but it was not success. VS wrote that headers for jvm absent. I tried to download source of Java open source but VS can't compile also. I saw source jdicWeb.dll but i can't understand why this load CPU. Could anybody help me to compile jdicWeb.dll?

cowwoc

Posts: 1,055
Re: JDICPlus
Posted: Jul 29, 2008 10:21 AM   in response to: jwwwwl
 
  Click to reply to this thread Reply

You should be able to re-arrange the headers or use #define WIN32_LEAN_AND_MEAN to make this work.

tullio0106

Posts: 5
Re: JDICPlus
Posted: Jul 17, 2009 9:16 AM   in response to: jwwwwl
 
  Click to reply to this thread Reply

Did You solve the problem ?
If yes can You tell me how ?
Tks
Tullio

jerven

Posts: 1
Qt Jambi with webkit
Posted: Jul 23, 2008 7:23 AM   in response to: jwwwwl
 
  Click to reply to this thread Reply

See example "hello webkit" which is included in the demos at http://trolltech.com/products/qt/features/language-support/java

This might solve your needs although do take care about licensing as always.

shreder

Posts: 2
Re: JDICPlus
Posted: Aug 10, 2009 7:23 AM   in response to: jwwwwl
 
  Click to reply to this thread Reply

The ideas

1. moving on MozSwing (it is Mozilla's open project)
2. update the SWT to 3.2 or later
3. update JxBrowser to 1.3
4 moving WebRenderer (it is expensive).




 XML java.net RSS