There's nothing you can do. GWT *emulates* Java, but only part of it. If it doesn't emulate some part of it, you can't use it. Not on the client. You can use what you like on the server.
Ian http://examples.roughian.com 2009/3/19 akros <[email protected]> > > Hi! > I'm a newbie with Gwt and i've a problem: i have to import in my > application some Java API that arent emulated by Gwt. I've read on the > docs that i can add this line: <super-source path="jre" /> to my > project module so i've done it also importing the java classes i need > in com/JOrariGwt/jre ( the module is in com/JOrariGwt/) . > Unfortunately when i try to run the project from eclipse i have this > error: > > [TRACE] Finding entry point classes > [ERROR] Unable to find type 'com.jorarigwt.client.JOrariGwt' > [ERROR] Hint: Previous compiler errors may have made this > type unavailable > [ERROR] Hint: Check the inheritance chain from your module; > it may not be inheriting a required module or a module may not be > adding its source path entries properly > [ERROR] Failure to load module 'com.jorarigwt.JOrariGwt' > > the entry point is well setted cause without the classes that need the > external Java API the project run without errors. > What can i do? > thank you so much for your attention > > Marco > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
