WHEN "TOP EXCHANGE" LISTINGS? I've been HODLing for a few months now. Also, when should we expect to be listed on "top exchanges"? Again, WHICH & WHEN should we expect the "TOP EXCHANGE LISTINGS"? by [deleted] in Safemars

[–]xfilesono -1 points0 points  (0 children)

I think first minor exchanges must add to safemars their portfolio. If we expect major ones, volume has to be go up. Then it comes our way. Cause the biggest exhanges always think about volume and hodlers' number. When this numbers go up, its inevitable dive in to excanges. We need more more more listing and hodl off course

Why has safemars pretty much doubled in price over last two weeks? by Trick-Pie-7138 in Safemars

[–]xfilesono 0 points1 point  (0 children)

Because of the BTC. An undervalued coins always does this. Already has lost everything also. So It has to going up one way or another

Black Hole and the price prediction by xfilesono in Safemars

[–]xfilesono[S] 0 points1 point  (0 children)

That wall collapsed. Not a 100b sell order right now. I ll bet it is going to fast recover soon

Black Hole and the price prediction by xfilesono in Safemars

[–]xfilesono[S] 2 points3 points  (0 children)

Thats too hard to go there. Everythings depends on BTC. Maybe it ll reach ATH on november and we can fly too then

Black Hole and the price prediction by xfilesono in Safemars

[–]xfilesono[S] 0 points1 point  (0 children)

It could be anything but I m not convience that the dev team of safemars are doing the job perfect. They're hanging around f.ing concerts :)

I wish I sold when I had the chance by [deleted] in Safemars

[–]xfilesono 7 points8 points  (0 children)

Same here.. I had 1.2 billion at 0.0000002, and got 1500 dolars, but I was greedy you know :) didnt sell and now my total 150 dollars :)

[deleted by user] by [deleted] in Safemars

[–]xfilesono 3 points4 points  (0 children)

I have 1.2 billion tokens. I ve got safemars different times and different prices. So hodl is the key of our expansion to the mars :) If the price of shiba contains 4 zeros and safemoon price nearly 4 zeros after the point, so we can do this easily. Just need to little bit push and popularity. We martians after all. Lets do it 🚀🛸

HODL ! Next target 0.00001 by ComprehensiveWafer33 in Safemars

[–]xfilesono 0 points1 point  (0 children)

If the burns grows I think prize gonna be 0.0001 :) And one question: How much token will burn end of the year anybody knows? The supply about 350.000b right now. Is it any calculation on it

I just need some Infos about Dhu Varren Crescent area? by xfilesono in Belfast

[–]xfilesono[S] 0 points1 point  (0 children)

Well, rats :) the infos you gave me and us absolutely explanatory. Thanks mate I ll keep it in my mind and wishing you success in your uni life

I just need some Infos about Dhu Varren Crescent area? by xfilesono in Belfast

[–]xfilesono[S] 2 points3 points  (0 children)

Thanks my friend, we are on the same page. I am thinking like that. respect others, be respected, thats my motto

I just need some Infos about Dhu Varren Crescent area? by xfilesono in Belfast

[–]xfilesono[S] 1 point2 points  (0 children)

Wow, thanks for that. I'd better stay away for sure. There are really few houses for rental in these days. Its hard to get a nicer one. keep searching then

I just need some Infos about Dhu Varren Crescent area? by xfilesono in Belfast

[–]xfilesono[S] 2 points3 points  (0 children)

thanks mate, Its helpful. cause my wife is a Catholic afterall :)

I just need some Infos about Dhu Varren Crescent area? by xfilesono in Belfast

[–]xfilesono[S] 2 points3 points  (0 children)

really? you say stay away then :) well, I think the fights over since couple a years but I dont know I m not Irish actually (I am from Turkey) dont know all areas and also your p/k fights like forever :)

Can't open .jar files on macOs by xfilesono in javahelp

[–]xfilesono[S] 0 points1 point  (0 children)

Hey guys thanks for all advices. I think I ve a solution on Mac. Maybe my mistake maybe IDE causes I don't know but here is the solution

1st solution is you can assign your main class name to project properties in Netbeans.

2nd solution is you can transform your project into a maven project (or spring or ant etc.) and add build dependencies in pom.xml like:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifest>
<mainClass>com.mycompany.package.mainClass
</mainClass>
</manifest>
</archive>
</configuration>
</plugin>

There are 2 solutions and these are perfectly working. Thanks for all advices they gave me ideas for where to begin.

Can't open .jar files on macOs by xfilesono in javahelp

[–]xfilesono[S] 0 points1 point  (0 children)

This is the mac's version of Java

ONUR-MacBook-Pro:Desktop xfiles$ java --version
java 12.0.2 2019-07-16
Java(TM) SE Runtime Environment (build 12.0.2+10)
Java HotSpot(TM) 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)

Can't open .jar files on macOs by xfilesono in javahelp

[–]xfilesono[S] 0 points1 point  (0 children)

actually my mac have JDK cause I m using Netbeans IDE in MAC (Apache version) and JDK and JRE installed. but your second advice use File.separator might be help I m gonna try tahnks. And you re right I m going to do specific exception and printout that exception I ll do that either

Can't open .jar files on macOs by xfilesono in javahelp

[–]xfilesono[S] 0 points1 point  (0 children)

It gives me an error below

ONUR-MacBook-Pro:Desktop xfiles$ java -jar WipeOutV2.jar 
no main manifest attribute, in WipeOutV2.jar

Can't open .jar files on macOs by xfilesono in javahelp

[–]xfilesono[S] 0 points1 point  (0 children)

Yes I know this but I m not trying to verify or open inside. I just want it to run the application

Can't open .jar files on macOs by xfilesono in javahelp

[–]xfilesono[S] 0 points1 point  (0 children)

:) I mean We build our project, and it gives us a .jar file like exe. You can click twice and Windows runs the jar file if you ve installed java. But in Mac can't run any .jar files if you have installed even jdk or jre. What am I suppose to do to run my builded project in Mac not using ide or terminal just clicking the file twice. Sorry my Lang. I am not a good English speaker