Ireport Java Issue: Difference between revisions
Appearance
Created page with "''' == Ireport Issue: Showing Null Value at the time of Preview == ''' '''OS - Ubuntu 13.04''' '''Login As root''' add-apt-repository ppa:openjdk/ppa apt-get update..." |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[category:Tetra Local]] | |||
''' == Ireport Issue: Showing Null Value at the time of Preview == ''' | ''' == Ireport Issue: Showing Null Value at the time of Preview == ''' | ||
'''[[Solution]] - Upgrade JDK to JDK-7''' | |||
'''OS - Ubuntu 13.04''' | '''OS - Ubuntu 13.04''' | ||
| Line 6: | Line 10: | ||
'''Login As root''' | '''Login As root''' | ||
add-apt-repository ppa:openjdk/ppa | add-apt-repository ppa:openjdk/ppa | ||
apt-get update | apt-get update | ||
apt-get install openjdk-7-jdk | apt-get install openjdk-7-jdk | ||
/usr/sbin/update-alternatives --config java | /usr/sbin/update-alternatives --config java | ||
/usr/sbin/update-alternatives --config javac | /usr/sbin/update-alternatives --config javac | ||
/usr/sbin/update-alternatives --config javaws | /usr/sbin/update-alternatives --config javaws | ||
'''Ireport was running and preview was showing properly and was confirmed by Java team''' | '''Ireport was running and preview was showing properly and was confirmed by Java team''' | ||
Latest revision as of 06:45, 24 January 2014
== Ireport Issue: Showing Null Value at the time of Preview ==
Solution - Upgrade JDK to JDK-7
OS - Ubuntu 13.04
Login As root
add-apt-repository ppa:openjdk/ppa apt-get update apt-get install openjdk-7-jdk /usr/sbin/update-alternatives --config java /usr/sbin/update-alternatives --config javac /usr/sbin/update-alternatives --config javaws
Ireport was running and preview was showing properly and was confirmed by Java team