Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Active older topics
3 new of 3 - Jun 23 2011
3 new of 3 - Jun 24 2011
12 new of 12 - May 18 2011
1 new of 1 - Apr 27 2011
6 new of 6 - Mar 29 2011
1 new of 1 - Jan 20 2011
2 new of 2 - Dec 6 2010
1 new of 1 - Dec 2 2010
4 new of 4 - Dec 2 2010
3 new of 3 - Nov 30 2010
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 173  Older »
Description: Java2Script group is for development discussion, FAQ, supports and others.
Java2Script (J2S) provides an Eclipse Java to JavaScript compiler plug-in and an implementation of JavaScript version of Eclipse Standard Widget Toolkit (SWT). And SWT-based RCP can be converted into RIA by Java2Script.
 

Improper handling of Java Class object when in native Object mode 
  When running in native Object mode (as described here<[link]>) the Java "Class" object becomes a "native" object. This leads to problems e.g. when the Java Class object is used as a key in a HashMap, because the method hashCode() is not defined.... more »
By Udo  - May 24 - 3 new of 3 messages    

Timestamp in configuration file ".j2s" changes frequently 
  The configuration file ".j2s" contains a timestamp that changes while Eclipse is running: ... Is there a way to disable this? I put the file ".j2s" under version control and need to commit this file all the time to keep my workspace clean. Udo
By Udo  - May 16 - 1 new of 1 message    

Missing field initialization in super classes 
  It looks like in some situations the member fields of super classes are not initialized. Here an example: The class Foo initializes a field with an object: public class Foo { public Object field = new Object(); public Foo() { } ... As expected running the following code will output "foo.field... more »
By Udo  - May 15 - 13 new of 13 messages    

When to "pre-load" classes? 
  I ran into an error TypeError: 'undefined' is not a constructor (evaluating 'new java.util.Properties ()') when running this code: ClazzLoader.loadClass ("com.example.DemoApplet", function () { var applet = new com.example.DemoApplet(); ... Somewhere down the constructor the Properties class is used but not... more »
By Udo  - May 10 - 11 new of 11 messages    

Problems using @j2sNative 
  I am using j2s for quite some time now and everything worked fine so far. However I am now trying out the "advanced" feature @j2sNative, without success. I used the example at [link]. But instead of the embedded JavaScript the compiler generated... more »
By udo.borkow...@googlemail.com  - May 8 - 3 new of 3 messages    

Asynchronous loading 
  Hi, Is there a way to know when all classes have been loaded by j2s? I tried the onload() callback in j2s.lib but doesn't work as the classes seem to be still uninitialized. When I call below alert(wm.common.GlobVar.versio nNo) it reports 'wm' is not found. window["j2s.lib"] = { /*base : "[link]",*/... more »
By grigoresculiviu  - Dec 28 2011 - 2 new of 2 messages    

Nested static inner class problem 
  Hi, Just reported an issue on nested static classes. [link] not a big deal, but nice to have. regards, liviu
By grigoresculiviu  - Sep 9 2011 - 2 new of 2 messages    

Interested in maintenance and upgrading 
  Hi, I'm interested in using, upgrading and maintaining this framework. For that it would be very useful to be able to contact the author/owner or the other committer (sebastigurin). I need more information to speed up things. Any help would be appreciated. Thanks in advance.
By JZarzuela  - Aug 8 2011 - 1 new of 1 message    

Java2Script maintenance 
  Hi, I would be interested in using, upgrading and maintaining this framework. For that it would be very useful to be able to contact the author/owner or the other committer (sebastigurin). I need more information to speed up things. Any help would be appreciated. Thanks in advance. *********************AVISO LEGAL **********************... more »
By ZARZUELA BACHILLER JOSE ANTONIO  - Aug 8 2011 - 4 new of 4 messages    

Latest SVN? 
  Is the SVN on SourceForge the latest? There's talk of patches being committed in this group, but browsing the code on SF shows it's over two years old. :-( Thanks. This project looks VERY interesting! Scott
By Scott Duensing  - Aug 4 2011 - 3 new of 3 messages    

1 - 10 of 173   « Newer | Older »

XML       Send email to this group: java2script@googlegroups.com