Re: Line 3: The import java.math cannot be resolved

2009-07-30 Thread Ken Kahn
I once needed BigInteger in GWT and took the source code for the BigInteger class and with minor editing it worked fine in GWT. Perhaps this would work with BigDecimal as well. Maybe someone on this list will know if there are any legal issues with doing this? -ken

[ERROR] Line 3: The import java.math cannot be resolved

2009-07-29 Thread akshi
:/D:/dev/GWT/gwt_workspace/ SwordFish/src/com/techjini/app/client/InvoiceService.java' [ERROR] Line 3: The import java.math cannot be resolved [ERROR] Line 13: BigDecimal cannot be resolved to a type Removing units with errors [ERROR] Errors in 'file

Re: [ERROR] Line 3: The import java.math cannot be resolved

2009-07-29 Thread Jason Essington
/client/InvoiceService.java' [ERROR] Line 3: The import java.math cannot be resolved [ERROR] Line 13: BigDecimal cannot be resolved to a type Removing units with errors [ERROR] Errors in 'file:/D:/dev/GWT/gwt_workspace/ SwordFish/src/com/techjini