Jump to content
We've recently updated our Privacy Statement, available here ×

m.dandrea

Members
  • Posts

    1
  • Joined

  • Last visited

m.dandrea's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, I've noticed that when using the JRJdtCompiler if I switch from: org.eclipse.jdt.core.compiler.source=1.5 org.eclipse.jdt.core.compiler.compliance=1.5 to: org.eclipse.jdt.core.compiler.source=1.6 org.eclipse.jdt.core.compiler.compliance=1.6 I suddenly start getting autoboxing compile errors for my Jasper reports like: Incompatible operand types Integer and int Autoboxing was added from 1.5 on, so any ideas why this is happening? Thanks, Matt
×
×
  • Create New...