google-code-export / gwtx

Automatically exported from code.google.com/p/gwtx
1 stars 4 forks source link

constructor java.net.InetAddress() not visible #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get a simple project working in eclipse (inc workaround for compile
issues  regarding gwt-user.jar classpath location). NOTE: used the
java.util.StringTokenizer in this to ensure it worked.
2. Add a com.google.gwt.user.client.rpc.RemoteService to the project.
3. Running the project ends with; [ERROR] Errors in 'transient source for
xxx.xxx.xxx.XXXX_TypeSerializer' (replace x's with your added remote
service class).  Line 39: The constructor InetAddress() is not visible.

What is the expected output? What do you see instead?
Project to run.  Errors as stated and Unable to load module entry point...

What version of the product are you using? On what operating system?
WindowsXP Pro
eclipse 3.3.0
Instantiations Designer 6.4.0
jre1.5.0_11
GWTx-20070605.jar
GWT 1.4.60

Please provide any additional information below.
After error I removed <inherits name="com.googlecode.gwtx.Java"/> entry
from .gwt.xml and
removed any code using GWTx.  Project ran with no errors.

Original issue reported on code.google.com by peter.ha...@ds-s.com on 6 Dec 2007 at 2:14

Attachments:

GoogleCodeExporter commented 9 years ago
java.net emulation has been deprecated. It was created to support 
java.util.logging. 
As the latest one has been removed from gwtx, until someone has a valid usecase 
for 
java.net, it will also be removed from gwts

Original comment by nicolas....@gmail.com on 2 Oct 2008 at 1:00