Conversation
Notices
-
Embed this notice
Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧 (jeffcliff@shitposter.world)'s status on Friday, 24-Jan-2025 03:37:01 JST Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧
public class ProjectHelperRepository {
private static ProjectHelperRepository instance =
new ProjectHelperRepository();
public static ProjectHelperRepository getInstance() {
System.out.println("************ we are in getinstance");
return instance;
}
private static final Class[] NO_CLASS = new Class[0];
...
does not segfault before printing
public class ProjectHelperRepository {
private static final Class[] NO_CLASS = new Class[0];
segfaults right away-
Embed this notice
Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧 (jeffcliff@shitposter.world)'s status on Friday, 24-Jan-2025 05:12:45 JST Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧
splitting up the command inside of the locked region and recompiling jamvm seemed to fix that
this is progress:
*** Semantic Error: You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. Jikes could not find package "java.lang" in: <DLL: Calling JNI method gnu/java/nio/VMChannel.write(ILjava/nio/ByteBuffer;)I>
this means ant 's jamvm is executing jikes just not with the right classpath -
Embed this notice
Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧 (jeffcliff@shitposter.world)'s status on Friday, 24-Jan-2025 05:19:55 JST Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧
*** Semantic Error: Enhanced for loops (also known as foreach loops) are only supported for `-source 1.5' or greater.
ugh. -
Embed this notice
Doughnut Lollipop 【記録係】:blobfoxgooglymlem: (tk@bbs.kawa-kun.com)'s status on Friday, 24-Jan-2025 05:21:40 JST Doughnut Lollipop 【記録係】:blobfoxgooglymlem:
@jeffcliff What Java code are you working on that's so old? -
Embed this notice
Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧 (jeffcliff@shitposter.world)'s status on Friday, 24-Jan-2025 05:23:21 JST Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧
@tk
trying to compile apache ant 1.8.4
using jamvm 1.5.0 and jikes 1.22 and gnu classpath 0.93Doughnut Lollipop 【記録係】:blobfoxgooglymlem: likes this. -
Embed this notice
GNU Too (gnu2@gnusocial.jp)'s status on Thursday, 06-Feb-2025 01:49:23 JST GNU Too
@tk @jeffcliff can you still use GNUclasspath to fix your one broken Java without F'n up the rest of your Javas? -
Embed this notice
Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧 (jeffcliff@shitposter.world)'s status on Thursday, 06-Feb-2025 01:50:50 JST Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧
@gnu2 @tk i don't know. all my javas are f'd up -
Embed this notice
GNU Too (gnu2@gnusocial.jp)'s status on Thursday, 06-Feb-2025 01:51:29 JST GNU Too
@jeffcliff @tk haven't they always been? ;0)
-
Embed this notice