(The type sun.net.smtp.SmtpClient is not accessible) in jdk 11 [duplicate]











up vote
1
down vote

favorite













This question already has an answer here:




  • Accessing com.sun.tools.javac.util from Java 9

    1 answer



  • It is a bad practice to use Sun's proprietary Java classes?

    7 answers



  • Eclipse/Java9: how to access internal javafx packages?

    3 answers




Why am getting this issue, can anybody tell



Why am getting this issue, can anybody tell?










share|improve this question















marked as duplicate by user7294900, Stephen C java
Users with the  java badge can single-handedly close java questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 8 at 11:41


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.











  • 1




    See stackoverflow.com/questions/1834826/…
    – user7294900
    Nov 8 at 10:55










  • You shouldn't be using that class. The javax.mail APIs have existed for a long time, and I'me sure you could find 3rd-party alternatives if you needed to.
    – Stephen C
    Nov 8 at 11:17










  • The first linked Q&A explains how to solve this problem for Java 9 and later. The third one (I think) explains how to do it with Eclipse ... but I'm not sure it deals with the runtime restrictions.
    – Stephen C
    Nov 8 at 11:46

















up vote
1
down vote

favorite













This question already has an answer here:




  • Accessing com.sun.tools.javac.util from Java 9

    1 answer



  • It is a bad practice to use Sun's proprietary Java classes?

    7 answers



  • Eclipse/Java9: how to access internal javafx packages?

    3 answers




Why am getting this issue, can anybody tell



Why am getting this issue, can anybody tell?










share|improve this question















marked as duplicate by user7294900, Stephen C java
Users with the  java badge can single-handedly close java questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 8 at 11:41


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.











  • 1




    See stackoverflow.com/questions/1834826/…
    – user7294900
    Nov 8 at 10:55










  • You shouldn't be using that class. The javax.mail APIs have existed for a long time, and I'me sure you could find 3rd-party alternatives if you needed to.
    – Stephen C
    Nov 8 at 11:17










  • The first linked Q&A explains how to solve this problem for Java 9 and later. The third one (I think) explains how to do it with Eclipse ... but I'm not sure it deals with the runtime restrictions.
    – Stephen C
    Nov 8 at 11:46















up vote
1
down vote

favorite









up vote
1
down vote

favorite












This question already has an answer here:




  • Accessing com.sun.tools.javac.util from Java 9

    1 answer



  • It is a bad practice to use Sun's proprietary Java classes?

    7 answers



  • Eclipse/Java9: how to access internal javafx packages?

    3 answers




Why am getting this issue, can anybody tell



Why am getting this issue, can anybody tell?










share|improve this question
















This question already has an answer here:




  • Accessing com.sun.tools.javac.util from Java 9

    1 answer



  • It is a bad practice to use Sun's proprietary Java classes?

    7 answers



  • Eclipse/Java9: how to access internal javafx packages?

    3 answers




Why am getting this issue, can anybody tell



Why am getting this issue, can anybody tell?





This question already has an answer here:




  • Accessing com.sun.tools.javac.util from Java 9

    1 answer



  • It is a bad practice to use Sun's proprietary Java classes?

    7 answers



  • Eclipse/Java9: how to access internal javafx packages?

    3 answers








javascript java spring web-services






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 8 at 10:56









benichka

5561824




5561824










asked Nov 8 at 10:52









vijay

61




61




marked as duplicate by user7294900, Stephen C java
Users with the  java badge can single-handedly close java questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 8 at 11:41


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by user7294900, Stephen C java
Users with the  java badge can single-handedly close java questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 8 at 11:41


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 1




    See stackoverflow.com/questions/1834826/…
    – user7294900
    Nov 8 at 10:55










  • You shouldn't be using that class. The javax.mail APIs have existed for a long time, and I'me sure you could find 3rd-party alternatives if you needed to.
    – Stephen C
    Nov 8 at 11:17










  • The first linked Q&A explains how to solve this problem for Java 9 and later. The third one (I think) explains how to do it with Eclipse ... but I'm not sure it deals with the runtime restrictions.
    – Stephen C
    Nov 8 at 11:46
















  • 1




    See stackoverflow.com/questions/1834826/…
    – user7294900
    Nov 8 at 10:55










  • You shouldn't be using that class. The javax.mail APIs have existed for a long time, and I'me sure you could find 3rd-party alternatives if you needed to.
    – Stephen C
    Nov 8 at 11:17










  • The first linked Q&A explains how to solve this problem for Java 9 and later. The third one (I think) explains how to do it with Eclipse ... but I'm not sure it deals with the runtime restrictions.
    – Stephen C
    Nov 8 at 11:46










1




1




See stackoverflow.com/questions/1834826/…
– user7294900
Nov 8 at 10:55




See stackoverflow.com/questions/1834826/…
– user7294900
Nov 8 at 10:55












You shouldn't be using that class. The javax.mail APIs have existed for a long time, and I'me sure you could find 3rd-party alternatives if you needed to.
– Stephen C
Nov 8 at 11:17




You shouldn't be using that class. The javax.mail APIs have existed for a long time, and I'me sure you could find 3rd-party alternatives if you needed to.
– Stephen C
Nov 8 at 11:17












The first linked Q&A explains how to solve this problem for Java 9 and later. The third one (I think) explains how to do it with Eclipse ... but I'm not sure it deals with the runtime restrictions.
– Stephen C
Nov 8 at 11:46






The first linked Q&A explains how to solve this problem for Java 9 and later. The third one (I think) explains how to do it with Eclipse ... but I'm not sure it deals with the runtime restrictions.
– Stephen C
Nov 8 at 11:46



















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

鏡平學校

ꓛꓣだゔៀៅຸ໢ທຮ໕໒ ,ໂ'໥໓າ໼ឨឲ៵៭ៈゎゔit''䖳𥁄卿' ☨₤₨こゎもょの;ꜹꟚꞖꞵꟅꞛေၦေɯ,ɨɡ𛃵𛁹ޝ޳ޠ޾,ޤޒޯ޾𫝒𫠁သ𛅤チョ'サノބޘދ𛁐ᶿᶇᶀᶋᶠ㨑㽹⻮ꧬ꧹؍۩وَؠ㇕㇃㇪ ㇦㇋㇋ṜẰᵡᴠ 軌ᵕ搜۳ٰޗޮ޷ސޯ𫖾𫅀ल, ꙭ꙰ꚅꙁꚊꞻꝔ꟠Ꝭㄤﺟޱސꧨꧼ꧴ꧯꧽ꧲ꧯ'⽹⽭⾁⿞⼳⽋២៩ញណើꩯꩤ꩸ꩮᶻᶺᶧᶂ𫳲𫪭𬸄𫵰𬖩𬫣𬊉ၲ𛅬㕦䬺𫝌𫝼,,𫟖𫞽ហៅ஫㆔ాఆఅꙒꚞꙍ,Ꙟ꙱エ ,ポテ,フࢰࢯ𫟠𫞶 𫝤𫟠ﺕﹱﻜﻣ𪵕𪭸𪻆𪾩𫔷ġ,ŧآꞪ꟥,ꞔꝻ♚☹⛵𛀌ꬷꭞȄƁƪƬșƦǙǗdžƝǯǧⱦⱰꓕꓢႋ神 ဴ၀க௭எ௫ឫោ ' េㇷㇴㇼ神ㇸㇲㇽㇴㇼㇻㇸ'ㇸㇿㇸㇹㇰㆣꓚꓤ₡₧ ㄨㄟ㄂ㄖㄎ໗ツڒذ₶।ऩछएोञयूटक़कयँृी,冬'𛅢𛅥ㇱㇵㇶ𥄥𦒽𠣧𠊓𧢖𥞘𩔋цѰㄠſtʯʭɿʆʗʍʩɷɛ,əʏダヵㄐㄘR{gỚṖḺờṠṫảḙḭᴮᵏᴘᵀᵷᵕᴜᴏᵾq﮲ﲿﴽﭙ軌ﰬﶚﶧ﫲Ҝжюїкӈㇴffצּ﬘﭅﬈軌'ffistfflſtffतभफɳɰʊɲʎ𛁱𛁖𛁮𛀉 𛂯𛀞నఋŀŲ 𫟲𫠖𫞺ຆຆ ໹້໕໗ๆทԊꧢꧠ꧰ꓱ⿝⼑ŎḬẃẖỐẅ ,ờỰỈỗﮊDžȩꭏꭎꬻ꭮ꬿꭖꭥꭅ㇭神 ⾈ꓵꓑ⺄㄄ㄪㄙㄅㄇstA۵䞽ॶ𫞑𫝄㇉㇇゜軌𩜛𩳠Jﻺ‚Üမ႕ႌႊၐၸဓၞၞၡ៸wyvtᶎᶪᶹစဎ꣡꣰꣢꣤ٗ؋لㇳㇾㇻㇱ㆐㆔,,㆟Ⱶヤマފ޼ޝަݿݞݠݷݐ',ݘ,ݪݙݵ𬝉𬜁𫝨𫞘くせぉて¼óû×ó£…𛅑הㄙくԗԀ5606神45,神796'𪤻𫞧ꓐ㄁ㄘɥɺꓵꓲ3''7034׉ⱦⱠˆ“𫝋ȍ,ꩲ軌꩷ꩶꩧꩫఞ۔فڱێظペサ神ナᴦᵑ47 9238їﻂ䐊䔉㠸﬎ffiﬣ,לּᴷᴦᵛᵽ,ᴨᵤ ᵸᵥᴗᵈꚏꚉꚟ⻆rtǟƴ𬎎

Why https connections are so slow when debugging (stepping over) in Java?