Re: Eclipse 2020-06 JDK 11, GWT project cannot connect to Oracle Database

2021-08-13 Thread Yibin Li
Also Console prints [WARN] Server class 'org.ietf.jgss.GSSException' could not be found in the web app, but was found on the system classpath [ERROR] Found resouce but unrecognized URL format: 'jrt:/java.security.jgss/org/ietf/jgss/GSSException.class' On Friday, August 13, 2021 at 1:53:45 P

Eclipse 2020-06 JDK 11, GWT project cannot connect to Oracle Database

2021-08-13 Thread Yibin Li
I just upgrade my Eclipse to 2020-06 and Java JDK 11 My Oracle client on my PC is Oracle 11.2. There is ojdbc6_g.jar is in C:\Oracle\product\11.2.0\client_1\jdbc\lib I created a new GWT Web Application In Data connection module, I copied or Java 8 DB Connection code here 1. I tried OracleDataS

Re: GWT super Dev Mode help

2021-08-13 Thread Yibin Li
I created a new GWT project by V3 and it can run DevMode to debug. I will compare old project setup with new one's to see the differences On Monday, August 9, 2021 at 11:39:47 AM UTC-5 Yibin Li wrote: > 1. We do not use Maven > 2. We use GWT 2.5.1 + Firefox Version 42 (old version) > > Curren