Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-07-01 Thread Farinha

Well, I had been testing it with the auto-generated sample that gets
created with the New -> Web Application
But I didn't recreate it when I installed the new version.

Just did that, and it's now working. A clean new web application is
now working in Hosted Mode. And the debugger seems to be working as
well.

Thanks for the suggestion :D


On Jul 1, 8:20 pm, Isaac Truett  wrote:
> Can you get known-good sample apps, or a simple Hello World app, to
> run properly in hosted mode? If so, do breakpoints work in them?
>
>
>
> On Wed, Jul 1, 2009 at 3:07 PM, Farinha wrote:
>
> > Hhmm,
>
> > Now that you put it that way, that's also one way to look at it.
> > It's true that breakpoints don't work. But it's also true that nothing
> > even shows up in Hosted Mode. Only the static content.
>
> > It's the same as here, where I had already posted:
> >http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>
> > On Jul 1, 7:50 pm, Isaac Truett  wrote:
> >> Farinha,
>
> >> Are you sure you're having the same problem as the original poster?
> >> That problem, which is caused by a bug in 1.6.0_14, is that execution
> >> doesn't stop at breakpoints when debugging. As I understand from your
> >> first post in the thread your static HTML appears, but your entrypoint
> >> never executes. That sounds like a different problem. Or am I
> >> missunderstanding something?
>
> >> - Isaac
>
> >> On Wed, Jul 1, 2009 at 2:46 PM, Farinha wrote:
>
> >> > Just tried it with update 12, out of curiosity. And still nothing.
>
> >> > Getting quite frustrated here. No idea what might be the problem.
> >> > And it's so weird no one else has the same problem. Can it be that the
> >> > problem is caused by Windows 7, and I am the only moron who has it
> >> > installed?
>
> >> > On Jun 30, 12:00 am, Farinha  wrote:
> >> >> An update:
>
> >> >> Unistalled everything that I could identify as being Java. Deleted any
> >> >> leftover files. Deleted Eclipse.
>
> >> >> Reinstalled first Java (update 13), added the bin\ folder to the PATH
> >> >> and "installed" a clean copy of Eclipse Ganymede.
>
> >> >> The result: it's all the same as before.
>
> >> >> I'm clueless as to what to do next...
>
> >> >> On Jun 29, 7:29 pm,Farinha wrote:
>
> >> >> > Well, I just spent a good couple of hours just to completely remove
> >> >> > Java from this machine and installing a clean new version (why does
> >> >> > everything related to Java has to be so hard to do?).
> >> >> > So the directory has been removed, update 13 has been re-installed and
> >> >> > I made sure that inside Eclipse:
> >> >> > - under Windows -> Preferences -> Java -> Installed JREs there's only
> >> >> > one: jdk1.6.0_13
> >> >> > - under the project properties -> Java Build Path -> Libraries that
> >> >> > same jdk is being used (along with App Engine 1.2.1 and GWT 1.6.4)
>
> >> >> > And the problem still persists.
>
> >> >> > Any more ideas?
>
> >> >> > On Jun 28, 5:30 pm, Paul Robinson  wrote:
>
> >> >> > > Are you absolutely sure nothing is using the old jvm? Can you
> >> >> > > remove/rename the executable or directory to be certain?
>
> >> >> > >Farinhawrote:
> >> >> > > > Just installed 1.6.0_13 from
>
> >> >> > > >http://java.sun.com/products/archive/j2se/6u13/index.html
>
> >> >> > > > switched to it in Eclipse and still th Hosted Mode is not 
> >> >> > > > working. All
> >> >> > > > the static HTML content is displayed but nothing else.
> >> >> > > > Everything works fine once it's compiled and accessed from the
> >> >> > > > browser.
>
> >> >> > > > Could it be a Windows 7 related issue?
>
> >> >> > > > Any help is appreciated.
>
> >> >> > > > On Jun 27, 8:35 pm, Paul Robinson  wrote:
>
> >> >> > > >> You're probably using jdk 1.6.0_14 which causes this. Downgrade 
> >> >> > > >> to 1.6.0_13
>
> >> >> > > >> Rehan Azher wrote:
>
> >> >> > > >>> Hi All,
>
> >> >> > > >>> I am facing a problem while trying to debug my application under
> >> >> > > >>> Hosted Mode on subjected eclipse version with GWT1.6.
>
> >> >> > > >>> I set break points but when I debug project it just ignores the 
> >> >> > > >>> all
> >> >> > > >>> break points. I find come threads on this issue but have not 
> >> >> > > >>> been able
> >> >> > > >>> to solve the issue.
>
> >> >> > > >>> Any help in this regard please.
>
> >> >> > > >>> Thanks and best regards,
>
> >> >> > > >>> Rehan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-07-01 Thread Isaac Truett

Can you get known-good sample apps, or a simple Hello World app, to
run properly in hosted mode? If so, do breakpoints work in them?

On Wed, Jul 1, 2009 at 3:07 PM, Farinha wrote:
>
> Hhmm,
>
> Now that you put it that way, that's also one way to look at it.
> It's true that breakpoints don't work. But it's also true that nothing
> even shows up in Hosted Mode. Only the static content.
>
> It's the same as here, where I had already posted:
> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/2c15a62fdd7f20fa/e8eb416c2acc2eca?lnk=gst&q=farinha#e8eb416c2acc2eca
>
>
>
> On Jul 1, 7:50 pm, Isaac Truett  wrote:
>> Farinha,
>>
>> Are you sure you're having the same problem as the original poster?
>> That problem, which is caused by a bug in 1.6.0_14, is that execution
>> doesn't stop at breakpoints when debugging. As I understand from your
>> first post in the thread your static HTML appears, but your entrypoint
>> never executes. That sounds like a different problem. Or am I
>> missunderstanding something?
>>
>> - Isaac
>>
>>
>>
>> On Wed, Jul 1, 2009 at 2:46 PM, Farinha wrote:
>>
>> > Just tried it with update 12, out of curiosity. And still nothing.
>>
>> > Getting quite frustrated here. No idea what might be the problem.
>> > And it's so weird no one else has the same problem. Can it be that the
>> > problem is caused by Windows 7, and I am the only moron who has it
>> > installed?
>>
>> > On Jun 30, 12:00 am, Farinha  wrote:
>> >> An update:
>>
>> >> Unistalled everything that I could identify as being Java. Deleted any
>> >> leftover files. Deleted Eclipse.
>>
>> >> Reinstalled first Java (update 13), added the bin\ folder to the PATH
>> >> and "installed" a clean copy of Eclipse Ganymede.
>>
>> >> The result: it's all the same as before.
>>
>> >> I'm clueless as to what to do next...
>>
>> >> On Jun 29, 7:29 pm,Farinha wrote:
>>
>> >> > Well, I just spent a good couple of hours just to completely remove
>> >> > Java from this machine and installing a clean new version (why does
>> >> > everything related to Java has to be so hard to do?).
>> >> > So the directory has been removed, update 13 has been re-installed and
>> >> > I made sure that inside Eclipse:
>> >> > - under Windows -> Preferences -> Java -> Installed JREs there's only
>> >> > one: jdk1.6.0_13
>> >> > - under the project properties -> Java Build Path -> Libraries that
>> >> > same jdk is being used (along with App Engine 1.2.1 and GWT 1.6.4)
>>
>> >> > And the problem still persists.
>>
>> >> > Any more ideas?
>>
>> >> > On Jun 28, 5:30 pm, Paul Robinson  wrote:
>>
>> >> > > Are you absolutely sure nothing is using the old jvm? Can you
>> >> > > remove/rename the executable or directory to be certain?
>>
>> >> > >Farinhawrote:
>> >> > > > Just installed 1.6.0_13 from
>>
>> >> > > >http://java.sun.com/products/archive/j2se/6u13/index.html
>>
>> >> > > > switched to it in Eclipse and still th Hosted Mode is not working. 
>> >> > > > All
>> >> > > > the static HTML content is displayed but nothing else.
>> >> > > > Everything works fine once it's compiled and accessed from the
>> >> > > > browser.
>>
>> >> > > > Could it be a Windows 7 related issue?
>>
>> >> > > > Any help is appreciated.
>>
>> >> > > > On Jun 27, 8:35 pm, Paul Robinson  wrote:
>>
>> >> > > >> You're probably using jdk 1.6.0_14 which causes this. Downgrade to 
>> >> > > >> 1.6.0_13
>>
>> >> > > >> Rehan Azher wrote:
>>
>> >> > > >>> Hi All,
>>
>> >> > > >>> I am facing a problem while trying to debug my application under
>> >> > > >>> Hosted Mode on subjected eclipse version with GWT1.6.
>>
>> >> > > >>> I set break points but when I debug project it just ignores the 
>> >> > > >>> all
>> >> > > >>> break points. I find come threads on this issue but have not been 
>> >> > > >>> able
>> >> > > >>> to solve the issue.
>>
>> >> > > >>> Any help in this regard please.
>>
>> >> > > >>> Thanks and best regards,
>>
>> >> > > >>> Rehan
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-07-01 Thread Farinha

Hhmm,

Now that you put it that way, that's also one way to look at it.
It's true that breakpoints don't work. But it's also true that nothing
even shows up in Hosted Mode. Only the static content.

It's the same as here, where I had already posted:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/2c15a62fdd7f20fa/e8eb416c2acc2eca?lnk=gst&q=farinha#e8eb416c2acc2eca



On Jul 1, 7:50 pm, Isaac Truett  wrote:
> Farinha,
>
> Are you sure you're having the same problem as the original poster?
> That problem, which is caused by a bug in 1.6.0_14, is that execution
> doesn't stop at breakpoints when debugging. As I understand from your
> first post in the thread your static HTML appears, but your entrypoint
> never executes. That sounds like a different problem. Or am I
> missunderstanding something?
>
> - Isaac
>
>
>
> On Wed, Jul 1, 2009 at 2:46 PM, Farinha wrote:
>
> > Just tried it with update 12, out of curiosity. And still nothing.
>
> > Getting quite frustrated here. No idea what might be the problem.
> > And it's so weird no one else has the same problem. Can it be that the
> > problem is caused by Windows 7, and I am the only moron who has it
> > installed?
>
> > On Jun 30, 12:00 am, Farinha  wrote:
> >> An update:
>
> >> Unistalled everything that I could identify as being Java. Deleted any
> >> leftover files. Deleted Eclipse.
>
> >> Reinstalled first Java (update 13), added the bin\ folder to the PATH
> >> and "installed" a clean copy of Eclipse Ganymede.
>
> >> The result: it's all the same as before.
>
> >> I'm clueless as to what to do next...
>
> >> On Jun 29, 7:29 pm,Farinha wrote:
>
> >> > Well, I just spent a good couple of hours just to completely remove
> >> > Java from this machine and installing a clean new version (why does
> >> > everything related to Java has to be so hard to do?).
> >> > So the directory has been removed, update 13 has been re-installed and
> >> > I made sure that inside Eclipse:
> >> > - under Windows -> Preferences -> Java -> Installed JREs there's only
> >> > one: jdk1.6.0_13
> >> > - under the project properties -> Java Build Path -> Libraries that
> >> > same jdk is being used (along with App Engine 1.2.1 and GWT 1.6.4)
>
> >> > And the problem still persists.
>
> >> > Any more ideas?
>
> >> > On Jun 28, 5:30 pm, Paul Robinson  wrote:
>
> >> > > Are you absolutely sure nothing is using the old jvm? Can you
> >> > > remove/rename the executable or directory to be certain?
>
> >> > >Farinhawrote:
> >> > > > Just installed 1.6.0_13 from
>
> >> > > >http://java.sun.com/products/archive/j2se/6u13/index.html
>
> >> > > > switched to it in Eclipse and still th Hosted Mode is not working. 
> >> > > > All
> >> > > > the static HTML content is displayed but nothing else.
> >> > > > Everything works fine once it's compiled and accessed from the
> >> > > > browser.
>
> >> > > > Could it be a Windows 7 related issue?
>
> >> > > > Any help is appreciated.
>
> >> > > > On Jun 27, 8:35 pm, Paul Robinson  wrote:
>
> >> > > >> You're probably using jdk 1.6.0_14 which causes this. Downgrade to 
> >> > > >> 1.6.0_13
>
> >> > > >> Rehan Azher wrote:
>
> >> > > >>> Hi All,
>
> >> > > >>> I am facing a problem while trying to debug my application under
> >> > > >>> Hosted Mode on subjected eclipse version with GWT1.6.
>
> >> > > >>> I set break points but when I debug project it just ignores the all
> >> > > >>> break points. I find come threads on this issue but have not been 
> >> > > >>> able
> >> > > >>> to solve the issue.
>
> >> > > >>> Any help in this regard please.
>
> >> > > >>> Thanks and best regards,
>
> >> > > >>> Rehan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-07-01 Thread Isaac Truett

Farinha,

Are you sure you're having the same problem as the original poster?
That problem, which is caused by a bug in 1.6.0_14, is that execution
doesn't stop at breakpoints when debugging. As I understand from your
first post in the thread your static HTML appears, but your entrypoint
never executes. That sounds like a different problem. Or am I
missunderstanding something?

- Isaac

On Wed, Jul 1, 2009 at 2:46 PM, Farinha wrote:
>
> Just tried it with update 12, out of curiosity. And still nothing.
>
> Getting quite frustrated here. No idea what might be the problem.
> And it's so weird no one else has the same problem. Can it be that the
> problem is caused by Windows 7, and I am the only moron who has it
> installed?
>
>
> On Jun 30, 12:00 am, Farinha  wrote:
>> An update:
>>
>> Unistalled everything that I could identify as being Java. Deleted any
>> leftover files. Deleted Eclipse.
>>
>> Reinstalled first Java (update 13), added the bin\ folder to the PATH
>> and "installed" a clean copy of Eclipse Ganymede.
>>
>> The result: it's all the same as before.
>>
>> I'm clueless as to what to do next...
>>
>> On Jun 29, 7:29 pm,Farinha wrote:
>>
>>
>>
>> > Well, I just spent a good couple of hours just to completely remove
>> > Java from this machine and installing a clean new version (why does
>> > everything related to Java has to be so hard to do?).
>> > So the directory has been removed, update 13 has been re-installed and
>> > I made sure that inside Eclipse:
>> > - under Windows -> Preferences -> Java -> Installed JREs there's only
>> > one: jdk1.6.0_13
>> > - under the project properties -> Java Build Path -> Libraries that
>> > same jdk is being used (along with App Engine 1.2.1 and GWT 1.6.4)
>>
>> > And the problem still persists.
>>
>> > Any more ideas?
>>
>> > On Jun 28, 5:30 pm, Paul Robinson  wrote:
>>
>> > > Are you absolutely sure nothing is using the old jvm? Can you
>> > > remove/rename the executable or directory to be certain?
>>
>> > >Farinhawrote:
>> > > > Just installed 1.6.0_13 from
>>
>> > > >http://java.sun.com/products/archive/j2se/6u13/index.html
>>
>> > > > switched to it in Eclipse and still th Hosted Mode is not working. All
>> > > > the static HTML content is displayed but nothing else.
>> > > > Everything works fine once it's compiled and accessed from the
>> > > > browser.
>>
>> > > > Could it be a Windows 7 related issue?
>>
>> > > > Any help is appreciated.
>>
>> > > > On Jun 27, 8:35 pm, Paul Robinson  wrote:
>>
>> > > >> You're probably using jdk 1.6.0_14 which causes this. Downgrade to 
>> > > >> 1.6.0_13
>>
>> > > >> Rehan Azher wrote:
>>
>> > > >>> Hi All,
>>
>> > > >>> I am facing a problem while trying to debug my application under
>> > > >>> Hosted Mode on subjected eclipse version with GWT1.6.
>>
>> > > >>> I set break points but when I debug project it just ignores the all
>> > > >>> break points. I find come threads on this issue but have not been 
>> > > >>> able
>> > > >>> to solve the issue.
>>
>> > > >>> Any help in this regard please.
>>
>> > > >>> Thanks and best regards,
>>
>> > > >>> Rehan
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-07-01 Thread Farinha

Just tried it with update 12, out of curiosity. And still nothing.

Getting quite frustrated here. No idea what might be the problem.
And it's so weird no one else has the same problem. Can it be that the
problem is caused by Windows 7, and I am the only moron who has it
installed?


On Jun 30, 12:00 am, Farinha  wrote:
> An update:
>
> Unistalled everything that I could identify as being Java. Deleted any
> leftover files. Deleted Eclipse.
>
> Reinstalled first Java (update 13), added the bin\ folder to the PATH
> and "installed" a clean copy of Eclipse Ganymede.
>
> The result: it's all the same as before.
>
> I'm clueless as to what to do next...
>
> On Jun 29, 7:29 pm,Farinha wrote:
>
>
>
> > Well, I just spent a good couple of hours just to completely remove
> > Java from this machine and installing a clean new version (why does
> > everything related to Java has to be so hard to do?).
> > So the directory has been removed, update 13 has been re-installed and
> > I made sure that inside Eclipse:
> > - under Windows -> Preferences -> Java -> Installed JREs there's only
> > one: jdk1.6.0_13
> > - under the project properties -> Java Build Path -> Libraries that
> > same jdk is being used (along with App Engine 1.2.1 and GWT 1.6.4)
>
> > And the problem still persists.
>
> > Any more ideas?
>
> > On Jun 28, 5:30 pm, Paul Robinson  wrote:
>
> > > Are you absolutely sure nothing is using the old jvm? Can you
> > > remove/rename the executable or directory to be certain?
>
> > >Farinhawrote:
> > > > Just installed 1.6.0_13 from
>
> > > >http://java.sun.com/products/archive/j2se/6u13/index.html
>
> > > > switched to it in Eclipse and still th Hosted Mode is not working. All
> > > > the static HTML content is displayed but nothing else.
> > > > Everything works fine once it's compiled and accessed from the
> > > > browser.
>
> > > > Could it be a Windows 7 related issue?
>
> > > > Any help is appreciated.
>
> > > > On Jun 27, 8:35 pm, Paul Robinson  wrote:
>
> > > >> You're probably using jdk 1.6.0_14 which causes this. Downgrade to 
> > > >> 1.6.0_13
>
> > > >> Rehan Azher wrote:
>
> > > >>> Hi All,
>
> > > >>> I am facing a problem while trying to debug my application under
> > > >>> Hosted Mode on subjected eclipse version with GWT1.6.
>
> > > >>> I set break points but when I debug project it just ignores the all
> > > >>> break points. I find come threads on this issue but have not been able
> > > >>> to solve the issue.
>
> > > >>> Any help in this regard please.
>
> > > >>> Thanks and best regards,
>
> > > >>> Rehan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-06-29 Thread Farinha

An update:

Unistalled everything that I could identify as being Java. Deleted any
leftover files. Deleted Eclipse.

Reinstalled first Java (update 13), added the bin\ folder to the PATH
and "installed" a clean copy of Eclipse Ganymede.

The result: it's all the same as before.

I'm clueless as to what to do next...


On Jun 29, 7:29 pm, Farinha  wrote:
> Well, I just spent a good couple of hours just to completely remove
> Java from this machine and installing a clean new version (why does
> everything related to Java has to be so hard to do?).
> So the directory has been removed, update 13 has been re-installed and
> I made sure that inside Eclipse:
> - under Windows -> Preferences -> Java -> Installed JREs there's only
> one: jdk1.6.0_13
> - under the project properties -> Java Build Path -> Libraries that
> same jdk is being used (along with App Engine 1.2.1 and GWT 1.6.4)
>
> And the problem still persists.
>
> Any more ideas?
>
> On Jun 28, 5:30 pm, Paul Robinson  wrote:
>
>
>
> > Are you absolutely sure nothing is using the old jvm? Can you
> > remove/rename the executable or directory to be certain?
>
> > Farinha wrote:
> > > Just installed 1.6.0_13 from
>
> > >http://java.sun.com/products/archive/j2se/6u13/index.html
>
> > > switched to it in Eclipse and still th Hosted Mode is not working. All
> > > the static HTML content is displayed but nothing else.
> > > Everything works fine once it's compiled and accessed from the
> > > browser.
>
> > > Could it be a Windows 7 related issue?
>
> > > Any help is appreciated.
>
> > > On Jun 27, 8:35 pm, Paul Robinson  wrote:
>
> > >> You're probably using jdk 1.6.0_14 which causes this. Downgrade to 
> > >> 1.6.0_13
>
> > >> Rehan Azher wrote:
>
> > >>> Hi All,
>
> > >>> I am facing a problem while trying to debug my application under
> > >>> Hosted Mode on subjected eclipse version with GWT1.6.
>
> > >>> I set break points but when I debug project it just ignores the all
> > >>> break points. I find come threads on this issue but have not been able
> > >>> to solve the issue.
>
> > >>> Any help in this regard please.
>
> > >>> Thanks and best regards,
>
> > >>> Rehan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-06-29 Thread Farinha

Well, I just spent a good couple of hours just to completely remove
Java from this machine and installing a clean new version (why does
everything related to Java has to be so hard to do?).
So the directory has been removed, update 13 has been re-installed and
I made sure that inside Eclipse:
- under Windows -> Preferences -> Java -> Installed JREs there's only
one: jdk1.6.0_13
- under the project properties -> Java Build Path -> Libraries that
same jdk is being used (along with App Engine 1.2.1 and GWT 1.6.4)

And the problem still persists.

Any more ideas?

On Jun 28, 5:30 pm, Paul Robinson  wrote:
> Are you absolutely sure nothing is using the old jvm? Can you
> remove/rename the executable or directory to be certain?
>
>
>
> Farinha wrote:
> > Just installed 1.6.0_13 from
>
> >http://java.sun.com/products/archive/j2se/6u13/index.html
>
> > switched to it in Eclipse and still th Hosted Mode is not working. All
> > the static HTML content is displayed but nothing else.
> > Everything works fine once it's compiled and accessed from the
> > browser.
>
> > Could it be a Windows 7 related issue?
>
> > Any help is appreciated.
>
> > On Jun 27, 8:35 pm, Paul Robinson  wrote:
>
> >> You're probably using jdk 1.6.0_14 which causes this. Downgrade to 1.6.0_13
>
> >> Rehan Azher wrote:
>
> >>> Hi All,
>
> >>> I am facing a problem while trying to debug my application under
> >>> Hosted Mode on subjected eclipse version with GWT1.6.
>
> >>> I set break points but when I debug project it just ignores the all
> >>> break points. I find come threads on this issue but have not been able
> >>> to solve the issue.
>
> >>> Any help in this regard please.
>
> >>> Thanks and best regards,
>
> >>> Rehan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-06-28 Thread Paul Robinson

Are you absolutely sure nothing is using the old jvm? Can you
remove/rename the executable or directory to be certain?

Farinha wrote:
> Just installed 1.6.0_13 from
>
> http://java.sun.com/products/archive/j2se/6u13/index.html
>
> switched to it in Eclipse and still th Hosted Mode is not working. All
> the static HTML content is displayed but nothing else.
> Everything works fine once it's compiled and accessed from the
> browser.
>
> Could it be a Windows 7 related issue?
>
> Any help is appreciated.
>
>
> On Jun 27, 8:35 pm, Paul Robinson  wrote:
>   
>> You're probably using jdk 1.6.0_14 which causes this. Downgrade to 1.6.0_13
>>
>>
>>
>> Rehan Azher wrote:
>> 
>>> Hi All,
>>>   
>>> I am facing a problem while trying to debug my application under
>>> Hosted Mode on subjected eclipse version with GWT1.6.
>>>   
>>> I set break points but when I debug project it just ignores the all
>>> break points. I find come threads on this issue but have not been able
>>> to solve the issue.
>>>   
>>> Any help in this regard please.
>>>   
>>> Thanks and best regards,
>>>   
>>> Rehan
>
>   

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-06-28 Thread Farinha

Just installed 1.6.0_13 from

http://java.sun.com/products/archive/j2se/6u13/index.html

switched to it in Eclipse and still th Hosted Mode is not working. All
the static HTML content is displayed but nothing else.
Everything works fine once it's compiled and accessed from the
browser.

Could it be a Windows 7 related issue?

Any help is appreciated.


On Jun 27, 8:35 pm, Paul Robinson  wrote:
> You're probably using jdk 1.6.0_14 which causes this. Downgrade to 1.6.0_13
>
>
>
> Rehan Azher wrote:
> > Hi All,
>
> > I am facing a problem while trying to debug my application under
> > Hosted Mode on subjected eclipse version with GWT1.6.
>
> > I set break points but when I debug project it just ignores the all
> > break points. I find come threads on this issue but have not been able
> > to solve the issue.
>
> > Any help in this regard please.
>
> > Thanks and best regards,
>
> > Rehan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-06-27 Thread Paul Robinson

You're probably using jdk 1.6.0_14 which causes this. Downgrade to 1.6.0_13

Rehan Azher wrote:
> Hi All,
>
> I am facing a problem while trying to debug my application under
> Hosted Mode on subjected eclipse version with GWT1.6.
>
> I set break points but when I debug project it just ignores the all
> break points. I find come threads on this issue but have not been able
> to solve the issue.
>
> Any help in this regard please.
>
> Thanks and best regards,
>
> Rehan
>
> >
>
>   

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT1.6 & Eclipse Version: 3.4.2 [Debugging Issue]

2009-06-27 Thread Rehan Azher

Hi All,

I am facing a problem while trying to debug my application under
Hosted Mode on subjected eclipse version with GWT1.6.

I set break points but when I debug project it just ignores the all
break points. I find come threads on this issue but have not been able
to solve the issue.

Any help in this regard please.

Thanks and best regards,

Rehan

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---