Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referring to non-existent class java.text.DateFormatSymbols$ #7

Open
mkotsbak opened this issue Jun 18, 2016 · 0 comments
Open

Referring to non-existent class java.text.DateFormatSymbols$ #7

mkotsbak opened this issue Jun 18, 2016 · 0 comments

Comments

@mkotsbak
Copy link

Calling LocalDate.parse(date, DateTimeFormat.forPattern("dd.MM.yyyy")) gives this stacktrace:

[error] Referring to non-existent class java.text.DateFormatSymbols$
[error] called from org.joda.time.DateTimeUtils$.getDateFormatSymbols(java.util.Locale)java.text.DateFormatSymbols
[error] called from org.joda.time.chrono.GJLocaleSymbols.(java.util.Locale)
[error] called from org.joda.time.chrono.GJLocaleSymbols$.forLocale(java.util.Locale)org.joda.time.chrono.GJLocaleSymbols
[error] called from org.joda.time.chrono.GJDayOfWeekDateTimeField.convertText(java.lang.String,java.util.Locale)scala.Int
[error] called from org.joda.time.field.BaseDateTimeField.set(scala.Long,java.lang.String,java.util.Locale)scala.Long
[error] called from org.joda.time.format.DateTimeParserBucket$SavedField.set(scala.Long,scala.Boolean)scala.Long
[error] called from org.joda.time.format.DateTimeParserBucket.computeMillis(scala.Boolean,java.lang.CharSequence)scala.Long
[error] called from org.joda.time.format.DateTimeParserBucket.doParseMillis(org.joda.time.format.InternalParser,java.lang.CharSequence)scala.Long
[error] called from org.joda.time.format.DateTimeFormatter.parseMillis(java.lang.String)scala.Long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant